diff options
author | Glenn Morris <rgm@gnu.org> | 2010-09-23 19:59:16 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-09-23 19:59:16 -0700 |
commit | 9a7cfdb82a73229b743e480d44e8f240139f6c6f (patch) | |
tree | 8e921d5dc0d40ef292fa2ca2cacf7174cf374dc8 /lisp/imenu.el | |
parent | 18778f7168a737157b81265b69b6d5d024d7c5a1 (diff) | |
download | emacs-9a7cfdb82a73229b743e480d44e8f240139f6c6f.tar.gz |
Comments.
Diffstat (limited to 'lisp/imenu.el')
-rw-r--r-- | lisp/imenu.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/imenu.el b/lisp/imenu.el index 1eac458fd51..cf055b38550 100644 --- a/lisp/imenu.el +++ b/lisp/imenu.el @@ -162,7 +162,7 @@ element should come before the second. The arguments are cons cells; ;; No longer used. KFS 2004-10-27 ;; (defcustom imenu-scanning-message "Scanning buffer for index (%3d%%)" -;; "*Progress message during the index scanning of the buffer. +;; "Progress message during the index 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 |