1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 12:59:26 +00: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