From: Karl Heuer Date: Fri, 25 Oct 1996 04:31:26 +0000 (+0000) Subject: (imenu-scanning-message): Use ellipsis. X-Git-Tag: emacs-20.1~3484 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2892dc82b836406c685c03761f31502f21d2d285;p=emacs.git (imenu-scanning-message): Use ellipsis. --- 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'.")