]> git.eshelyaron.com Git - emacs.git/commitdiff
(easy-menu-define): Fix spacing.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 09:33:24 +0000 (09:33 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 09:33:24 +0000 (09:33 +0000)
lisp/emacs-lisp/easymenu.el

index a41ed5ef72b52def8725a75fbbf9f7af5dfa4a21..9b9d3e1ab03513816cdcedd2deb287a2c7ef7321 100644 (file)
@@ -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