(imenu-auto-rescan): Fix typo.

This commit is contained in:
Richard M. Stallman
1997-05-05 23:41:56 +00:00
parent c9ae986937
commit 9df238211e

View 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)