# HG changeset patch # User Luc Teirlinck # Date 1122478242 0 # Node ID 82d9ac62ed1dc5d913a0c7d78e8564f363e8d991 # Parent 5d7c6ca894b88681360e503da190c66ec3c57df9 (Defining Minor Modes): The keyword for the initial value is :init-value, not :initial-value. diff -r 5d7c6ca894b8 -r 82d9ac62ed1d lispref/modes.texi --- a/lispref/modes.texi Wed Jul 27 15:26:36 2005 +0000 +++ b/lispref/modes.texi Wed Jul 27 15:30:42 2005 +0000 @@ -1472,7 +1472,7 @@ 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.