aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2017-12-15 10:59:33 +0200
committerEli Zaretskii2017-12-15 10:59:33 +0200
commita2697fac0ec0d4dd915b619bb76792121514acfa (patch)
treedde70365408f326d100727a1375ad288791d8fc3
parentffb50eace65c67656ad9c20be40e91e19cacb064 (diff)
downloademacs-a2697fac0ec0d4dd915b619bb76792121514acfa.tar.gz
emacs-a2697fac0ec0d4dd915b619bb76792121514acfa.zip
* lisp/menu-bar.el (menu-bar-mode): Doc fix.
-rw-r--r--lisp/menu-bar.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 2b38cb5f2b0..5c96663316e 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -2294,8 +2294,8 @@ It must accept a buffer as its only required argument.")
2294(define-minor-mode menu-bar-mode 2294(define-minor-mode menu-bar-mode
2295 "Toggle display of a menu bar on each frame (Menu Bar mode). 2295 "Toggle display of a menu bar on each frame (Menu Bar mode).
2296With a prefix argument ARG, enable Menu Bar mode if ARG is 2296With a prefix argument ARG, enable Menu Bar mode if ARG is
2297positive, and disable it otherwise. If called from Lisp, enable 2297positive, and disable it otherwise. If called from Lisp, also
2298Menu Bar mode if ARG is omitted or nil. 2298enable Menu Bar mode if ARG is omitted or nil.
2299 2299
2300This command applies to all frames that exist and frames to be 2300This command applies to all frames that exist and frames to be
2301created in the future." 2301created in the future."