]> git.eshelyaron.com Git - emacs.git/commitdiff
(Defining Minor Modes): The keyword for the initial value is
authorLuc Teirlinck <teirllm@auburn.edu>
Wed, 27 Jul 2005 15:30:42 +0000 (15:30 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Wed, 27 Jul 2005 15:30:42 +0000 (15:30 +0000)
:init-value, not :initial-value.

lispref/modes.texi

index 132c309cb963e39771e6e481fe8b3d5c96bd99e2..053e7a511e80116c47de5a23025f0f43141d6e7b 100644 (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.