Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e890842c
Commit
e890842c
authored
Jul 27, 2005
by
Luc Teirlinck
Browse files
(Defining Minor Modes): The keyword for the initial value is
:init-value, not :initial-value.
parent
653aea22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lispref/modes.texi
lispref/modes.texi
+1
-1
No files found.
lispref/modes.texi
View file @
e890842c
...
...
@@ -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.
:init
ial
-value nil
:init-value nil
;; The indicator for the mode line.
:lighter " Hungry"
;; The minor mode bindings.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment