summaryrefslogtreecommitdiff
path: root/lisp/desktop.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-06-09 00:13:10 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-06-09 00:13:10 +0000
commitb258555dcbe1a4673c2ba8c1cc6c4d3f87015068 (patch)
tree90e366e5ac32fba4664310f33fcecf45266fc9e9 /lisp/desktop.el
parentf67c1e14c0ab3c7395181054b62c15c862b84a5f (diff)
downloademacs-b258555dcbe1a4673c2ba8c1cc6c4d3f87015068.tar.gz
(desktop-minor-mode-table): Doc fix.
Diffstat (limited to 'lisp/desktop.el')
-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.")
Each entry has the form (NAME RESTORE-FUNCTION).
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.
-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
and the name of the minor mode function are different have to be added to
this table. See also `desktop-minor-mode-handlers'."