From: Richard M. Stallman Date: Mon, 5 May 1997 23:41:56 +0000 (+0000) Subject: (imenu-auto-rescan): Fix typo. X-Git-Tag: emacs-20.1~2268 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9df238211ed3ddc0a869b6874c3992ddbfa3bdba;p=emacs.git (imenu-auto-rescan): Fix typo. --- 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)