aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-07-27 15:30:42 +0000
committerLuc Teirlinck2005-07-27 15:30:42 +0000
commite890842c416274d634b715defeab4528cd260373 (patch)
tree2ae2db2cc30aaf6b1a9f960e9adac181c065dfd0
parent653aea227f302ac3f9e4bbaaa85bb8b39ea3d8f2 (diff)
downloademacs-e890842c416274d634b715defeab4528cd260373.tar.gz
emacs-e890842c416274d634b715defeab4528cd260373.zip
(Defining Minor Modes): The keyword for the initial value is
:init-value, not :initial-value.
-rw-r--r--lispref/modes.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/modes.texi b/lispref/modes.texi
index 132c309cb96..053e7a511e8 100644
--- a/lispref/modes.texi
+++ b/lispref/modes.texi
@@ -1472,7 +1472,7 @@ When Hungry mode is enabled, the control delete key
1472gobbles all preceding whitespace except the last. 1472gobbles all preceding whitespace except the last.
1473See the command \\[hungry-electric-delete]." 1473See the command \\[hungry-electric-delete]."
1474 ;; The initial value. 1474 ;; The initial value.
1475 :initial-value nil 1475 :init-value nil
1476 ;; The indicator for the mode line. 1476 ;; The indicator for the mode line.
1477 :lighter " Hungry" 1477 :lighter " Hungry"
1478 ;; The minor mode bindings. 1478 ;; The minor mode bindings.