diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-05-16 11:25:05 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-05-16 11:25:05 +0000 |
commit | c11bf6489e07e08f2484915b9843ce6b45a5cfb4 (patch) | |
tree | 0a0281b7d9c5d4b6a117c5ab903bb218d69e7825 /lisp/msb.el | |
parent | 3aeb19ad3604f888756489c30ea089b2f13805a7 (diff) | |
download | emacs-c11bf6489e07e08f2484915b9843ce6b45a5cfb4.tar.gz |
(msb-menu-cond): Doc fix.
Diffstat (limited to 'lisp/msb.el')
-rw-r--r-- | lisp/msb.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/msb.el b/lisp/msb.el index 55dd40a91ba..ab25a339110 100644 --- a/lisp/msb.el +++ b/lisp/msb.el @@ -230,7 +230,7 @@ the test is surrounded by calls to `save-excursion' and `save-match-data'. The categories are sorted by MENU-SORT-KEY. Smaller keys are on top. -nil means don't display this menu. +A value of nil means don't display this menu. MENU-TITLE is really a format. If you add %d in it, the %d is replaced with the number of items in that menu. |