From: Luc Teirlinck Date: Wed, 27 Jul 2005 15:30:42 +0000 (+0000) Subject: (Defining Minor Modes): The keyword for the initial value is X-Git-Tag: emacs-pretest-22.0.90~7865 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e890842c416274d634b715defeab4528cd260373;p=emacs.git (Defining Minor Modes): The keyword for the initial value is :init-value, not :initial-value. --- 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.