* lisp/menu-bar.el (menu-bar-mode): Doc fix.

This commit is contained in:
Eli Zaretskii 2017-12-15 10:59:33 +02:00
parent ffb50eace6
commit a2697fac0e

View file

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