Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7d6ee4df
Commit
7d6ee4df
authored
Jun 09, 2007
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(desktop-minor-mode-table): Doc fix.
parent
e0602e9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/desktop.el
lisp/desktop.el
+1
-1
No files found.
lisp/desktop.el
View file @
7d6ee4df
...
@@ -423,7 +423,7 @@ Furthermore the major mode function must be autoloaded.")
...
@@ -423,7 +423,7 @@ Furthermore the major mode function must be autoloaded.")
Each entry has the form (NAME RESTORE-FUNCTION).
Each entry has the form (NAME RESTORE-FUNCTION).
NAME is the name of the buffer-local variable indicating that the minor
NAME is the name of the buffer-local variable indicating that the minor
mode is active. RESTORE-FUNCTION is the function to activate the minor mode.
mode is active. RESTORE-FUNCTION is the function to activate the minor mode.
called.
RESTORE-FUNCTION nil means don't try to restore the minor mode.
RESTORE-FUNCTION nil means don't try to restore the minor mode.
Only minor modes for which the name of the buffer-local variable
Only minor modes for which the name of the buffer-local variable
and the name of the minor mode function are different have to be added to
and the name of the minor mode function are different have to be added to
this table. See also `desktop-minor-mode-handlers'."
this table. See also `desktop-minor-mode-handlers'."
...
...
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