changeset 77991:a5fe5ff427e0

(desktop-minor-mode-table): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 09 Jun 2007 00:10:38 +0000
parents b97353feae05
children c3bb219a77cf
files lisp/desktop.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/desktop.el	Fri Jun 08 03:04:22 2007 +0000
+++ b/lisp/desktop.el	Sat Jun 09 00:10:38 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'."