From: Juanma Barranquero Date: Fri, 6 Sep 2002 09:33:24 +0000 (+0000) Subject: (easy-menu-define): Fix spacing. X-Git-Tag: emacs-pretest-21.2.91~69 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fb4f1fd924e1570ed8435c08c284a402b856752a;p=emacs.git (easy-menu-define): Fix spacing. --- diff --git a/lisp/emacs-lisp/easymenu.el b/lisp/emacs-lisp/easymenu.el index a41ed5ef72b..9b9d3e1ab03 100644 --- a/lisp/emacs-lisp/easymenu.el +++ b/lisp/emacs-lisp/easymenu.el @@ -47,7 +47,7 @@ menus, turn this variable off, otherwise it is probably better to keep it on." (defmacro easy-menu-define (symbol maps doc menu) "Define a menu bar submenu in maps MAPS, according to MENU. The menu keymap is stored in symbol SYMBOL, both as its value -and as its function definition. DOC is used as the doc string for SYMBOL. +and as its function definition. DOC is used as the doc string for SYMBOL. The first element of MENU must be a string. It is the menu bar item name. It may be followed by the following keyword argument pairs