]> git.eshelyaron.com Git - emacs.git/commitdiff
(imenu-auto-rescan): Fix typo.
authorRichard M. Stallman <rms@gnu.org>
Mon, 5 May 1997 23:41:56 +0000 (23:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 5 May 1997 23:41:56 +0000 (23:41 +0000)
lisp/imenu.el

index 78fcfa38982a53ddcc8cf75c52d03bef810f3e6d..dc5241420b9e6bcac8369ce2a1c1f182264bfc65 100644 (file)
@@ -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)