changeset 64650:82d9ac62ed1d

(Defining Minor Modes): The keyword for the initial value is :init-value, not :initial-value.
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 27 Jul 2005 15:30:42 +0000
parents 5d7c6ca894b8
children af1c58687bdd
files lispref/modes.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.