(Defining Minor Modes): The keyword for the initial value is

:init-value, not :initial-value.
This commit is contained in:
Luc Teirlinck 2005-07-27 15:30:42 +00:00
parent 653aea227f
commit e890842c41

View file

@ -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.