(Defining Minor Modes): The keyword for the initial value is
:init-value, not :initial-value.
This commit is contained in:
parent
653aea227f
commit
e890842c41
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue