diff options
-rw-r--r-- | lisp/filesets.el | 2 | ||||
-rw-r--r-- | lisp/imenu.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/filesets.el b/lisp/filesets.el index b7e37a8ca33..d530269bae3 100644 --- a/lisp/filesets.el +++ b/lisp/filesets.el @@ -348,7 +348,7 @@ See `add-submenu' for documentation." :group 'filesets) ;;(defcustom filesets-menu-cnvfp-flag nil -;; "*Non-nil means show \"Convert :pattern to :files\" entry for :pattern menus." +;; "Non-nil means show \"Convert :pattern to :files\" entry for :pattern menus." ;; :set (function filesets-set-default!) ;; :type 'boolean ;; :group 'filesets) 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 |