From e890842c416274d634b715defeab4528cd260373 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Wed, 27 Jul 2005 15:30:42 +0000 Subject: [PATCH] (Defining Minor Modes): The keyword for the initial value is :init-value, not :initial-value. --- lispref/modes.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispref/modes.texi b/lispref/modes.texi index 132c309cb96..053e7a511e8 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi @@ -1472,7 +1472,7 @@ When Hungry mode is enabled, the control delete key gobbles all preceding whitespace except the last. See the command \\[hungry-electric-delete]." ;; The initial value. - :initial-value nil + :init-value nil ;; The indicator for the mode line. :lighter " Hungry" ;; The minor mode bindings. -- 2.39.2