diff options
| author | Richard M. Stallman | 1998-07-02 22:09:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-07-02 22:09:29 +0000 |
| commit | e1d18ad8ee362619a8ddbf462550b950ac29d385 (patch) | |
| tree | a917ad10b78749e2915583fe2257693da308472d | |
| parent | d7faae566d3d8f3df90ae70030e4ee5a76623252 (diff) | |
| download | emacs-e1d18ad8ee362619a8ddbf462550b950ac29d385.tar.gz emacs-e1d18ad8ee362619a8ddbf462550b950ac29d385.zip | |
(menu-bar-mode): Doc fix.
| -rw-r--r-- | lisp/menu-bar.el | 4 |
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. |
| 828 | This command applies to all frames that exist and frames to be | 828 | This command applies to all frames that exist and frames to be |
| 829 | created in the future. | 829 | created in the future. |
| 830 | With a numeric argument, if the argument is negative, | 830 | With a numeric argument, if the argument is positive, |
| 831 | turn off menu bars; otherwise, turn on menu bars." | 831 | turn 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. |