aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/desktop.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/desktop.el b/lisp/desktop.el
index 92f6a448574..e44e943db3e 100644
--- a/lisp/desktop.el
+++ b/lisp/desktop.el
@@ -423,7 +423,7 @@ Furthermore the major mode function must be autoloaded.")
423Each entry has the form (NAME RESTORE-FUNCTION). 423Each entry has the form (NAME RESTORE-FUNCTION).
424NAME is the name of the buffer-local variable indicating that the minor 424NAME is the name of the buffer-local variable indicating that the minor
425mode is active. RESTORE-FUNCTION is the function to activate the minor mode. 425mode is active. RESTORE-FUNCTION is the function to activate the minor mode.
426called. RESTORE-FUNCTION nil means don't try to restore the minor mode. 426RESTORE-FUNCTION nil means don't try to restore the minor mode.
427Only minor modes for which the name of the buffer-local variable 427Only minor modes for which the name of the buffer-local variable
428and the name of the minor mode function are different have to be added to 428and the name of the minor mode function are different have to be added to
429this table. See also `desktop-minor-mode-handlers'." 429this table. See also `desktop-minor-mode-handlers'."