From 9df238211ed3ddc0a869b6874c3992ddbfa3bdba Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 5 May 1997 23:41:56 +0000 Subject: [PATCH] (imenu-auto-rescan): Fix typo. --- lisp/imenu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5