diff options
| -rw-r--r-- | lisp/desktop.el | 2 |
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.") | |||
| 423 | Each entry has the form (NAME RESTORE-FUNCTION). | 423 | Each entry has the form (NAME RESTORE-FUNCTION). |
| 424 | NAME is the name of the buffer-local variable indicating that the minor | 424 | NAME is the name of the buffer-local variable indicating that the minor |
| 425 | mode is active. RESTORE-FUNCTION is the function to activate the minor mode. | 425 | mode is active. RESTORE-FUNCTION is the function to activate the minor mode. |
| 426 | called. RESTORE-FUNCTION nil means don't try to restore the minor mode. | 426 | RESTORE-FUNCTION nil means don't try to restore the minor mode. |
| 427 | Only minor modes for which the name of the buffer-local variable | 427 | Only minor modes for which the name of the buffer-local variable |
| 428 | and the name of the minor mode function are different have to be added to | 428 | and the name of the minor mode function are different have to be added to |
| 429 | this table. See also `desktop-minor-mode-handlers'." | 429 | this table. See also `desktop-minor-mode-handlers'." |