summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-05-05 23:41:56 +0000
committerRichard M. Stallman <rms@gnu.org>1997-05-05 23:41:56 +0000
commit9df238211ed3ddc0a869b6874c3992ddbfa3bdba (patch)
tree727d7a21efbfc8747405c7f521fc0273cfdc00f4
parentc9ae98693754d82271ad7e6ba623284e91f6ed6f (diff)
downloademacs-9df238211ed3ddc0a869b6874c3992ddbfa3bdba.tar.gz
(imenu-auto-rescan): Fix typo.
-rw-r--r--lisp/imenu.el2
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)