# HG changeset patch # User Juanma Barranquero # Date 1181347743 0 # Node ID 2ca453ab4706d881c5b5e44c87efc511b6760e13 # Parent a8ba55c332359e3fa913cac65173a9eb60124f02 (desktop-minor-mode-table): Doc fix. diff -r a8ba55c33235 -r 2ca453ab4706 lisp/desktop.el --- a/lisp/desktop.el Fri Jun 08 21:57:46 2007 +0000 +++ b/lisp/desktop.el Sat Jun 09 00:09:03 2007 +0000 @@ -423,7 +423,7 @@ 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'."