From df41821fa7e3aae5b2ea37c1aa24d5172ecf377e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 1 Mar 1996 17:09:00 +0000 Subject: [PATCH] (imenu-submenu-name-format): Delete the `...'. --- lisp/imenu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/imenu.el b/lisp/imenu.el index 575eae771d4..8317946294d 100644 --- a/lisp/imenu.el +++ b/lisp/imenu.el @@ -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 -- 2.39.5