diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-05-05 23:41:56 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-05-05 23:41:56 +0000 |
commit | 9df238211ed3ddc0a869b6874c3992ddbfa3bdba (patch) | |
tree | 727d7a21efbfc8747405c7f521fc0273cfdc00f4 /lisp/imenu.el | |
parent | c9ae98693754d82271ad7e6ba623284e91f6ed6f (diff) | |
download | emacs-9df238211ed3ddc0a869b6874c3992ddbfa3bdba.tar.gz |
(imenu-auto-rescan): Fix typo.
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 78fcfa38982..dc5241420b9 100644 --- a/lisp/imenu.el +++ b/lisp/imenu.el @@ -84,7 +84,7 @@ This might not yet be honored by all index-building functions." :type 'integer :group 'imenu) -(decustom imenu-auto-rescan nil +(defcustom imenu-auto-rescan nil "*Non-nil means Imenu should always rescan the buffers." :type 'boolean :group 'imenu) |