From 2892dc82b836406c685c03761f31502f21d2d285 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 25 Oct 1996 04:31:26 +0000 Subject: [PATCH] (imenu-scanning-message): Use ellipsis. --- lisp/imenu.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/imenu.el b/lisp/imenu.el index c35f963e990..fbc184ae9ae 100644 --- a/lisp/imenu.el +++ b/lisp/imenu.el @@ -98,9 +98,9 @@ element should come before the second. The arguments are cons cells; (defvar imenu-max-items 25 "*Maximum number of elements in an mouse menu for Imenu.") -(defvar imenu-scanning-message "Scanning buffer for index (%3d%%)" +(defvar imenu-scanning-message "Scanning buffer for index...%2d%%" "*Progress message during the index scanning of the buffer. -If non-nil, user gets a message during the scanning of the buffer +If non-nil, user gets a message during the scanning of the buffer. Relevant only if the mode-specific function that creates the buffer index use `imenu-progress-message'.") -- 2.39.5