]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/menu-bar.el (menu-bar-mode): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Fri, 15 Dec 2017 08:59:33 +0000 (10:59 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 15 Dec 2017 08:59:33 +0000 (10:59 +0200)
lisp/menu-bar.el

index 2b38cb5f2b0c11cd26246255248afe16073ce2db..5c96663316ec5765d609b7e992bfb0a067384ac1 100644 (file)
@@ -2294,8 +2294,8 @@ It must accept a buffer as its only required argument.")
 (define-minor-mode menu-bar-mode
   "Toggle display of a menu bar on each frame (Menu Bar mode).
 With a prefix argument ARG, enable Menu Bar mode if ARG is
-positive, and disable it otherwise.  If called from Lisp, enable
-Menu Bar mode if ARG is omitted or nil.
+positive, and disable it otherwise.  If called from Lisp, also
+enable Menu Bar mode if ARG is omitted or nil.
 
 This command applies to all frames that exist and frames to be
 created in the future."