aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-07-02 22:09:29 +0000
committerRichard M. Stallman1998-07-02 22:09:29 +0000
commite1d18ad8ee362619a8ddbf462550b950ac29d385 (patch)
treea917ad10b78749e2915583fe2257693da308472d
parentd7faae566d3d8f3df90ae70030e4ee5a76623252 (diff)
downloademacs-e1d18ad8ee362619a8ddbf462550b950ac29d385.tar.gz
emacs-e1d18ad8ee362619a8ddbf462550b950ac29d385.zip
(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 c75f92bc623..49ca9083626 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -827,8 +827,8 @@ Do the same for the keys of the same name."
827 "Toggle display of a menu bar on each frame. 827 "Toggle display of a menu bar on each frame.
828This command applies to all frames that exist and frames to be 828This command applies to all frames that exist and frames to be
829created in the future. 829created in the future.
830With a numeric argument, if the argument is negative, 830With a numeric argument, if the argument is positive,
831turn off menu bars; otherwise, turn on menu bars." 831turn on menu bars; otherwise, turn off menu bars."
832 (interactive "P") 832 (interactive "P")
833 833
834 ;; Make menu-bar-mode and default-frame-alist consistent. 834 ;; Make menu-bar-mode and default-frame-alist consistent.