1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
This commit is contained in:
Pavel Janík 2001-12-20 19:01:00 +00:00
parent 0ff9b955fe
commit f0529b5b1a
41 changed files with 51 additions and 48 deletions

View file

@ -282,7 +282,7 @@ that differs by this value or more."
(defcustom msb-max-menu-items 15
"*The maximum number of items in a menu.
If this variable is set to 15 for instance, then the submenu will be
split up in minor parts, 15 items each. Nil means no limit."
split up in minor parts, 15 items each. nil means no limit."
:type '(choice integer (const nil))
:set 'msb-custom-set
:group 'msb)