1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-01 11:20:41 -08:00

(imenu-submenu-name-format): Delete the `...'.

This commit is contained in:
Richard M. Stallman 1996-03-01 17:09:00 +00:00
parent 2aea64fbe1
commit df41821fa7

View file

@ -117,7 +117,7 @@ names work as tokens.")
Used for making mouse-menu titles and for flattening nested indexes
with name concatenation.")
(defvar imenu-submenu-name-format "%s..."
(defvar imenu-submenu-name-format "%s"
"*The format for making a submenu name.")
;;;###autoload