Mercurial > emacs
changeset 17677:3ab08563e855
(imenu-auto-rescan): Fix typo.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 05 May 1997 23:41:56 +0000 |
parents | fcbe987b332a |
children | c13cd575945a |
files | lisp/imenu.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/imenu.el Mon May 05 23:40:22 1997 +0000 +++ b/lisp/imenu.el Mon May 05 23:41:56 1997 +0000 @@ -84,7 +84,7 @@ :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)