From: Juanma Barranquero Date: Fri, 6 Sep 2002 07:13:06 +0000 (+0000) Subject: (easy-menu-define): Fix spacing. X-Git-Tag: ttn-vms-21-2-B4~13374 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=07c209a089d370274930eef56b40e18c0f5e37b9;p=emacs.git (easy-menu-define): Fix spacing. --- diff --git a/lisp/emacs-lisp/easymenu.el b/lisp/emacs-lisp/easymenu.el index 971e420d7e4..fb8ee479fd8 100644 --- a/lisp/emacs-lisp/easymenu.el +++ b/lisp/emacs-lisp/easymenu.el @@ -50,7 +50,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