]> code.delx.au - gnu-emacs/commitdiff
(desktop-minor-mode-table): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 9 Jun 2007 00:09:03 +0000 (00:09 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 9 Jun 2007 00:09:03 +0000 (00:09 +0000)
lisp/desktop.el

index 92f6a448574a4560965b92107588d8873f8008e6..e44e943db3e59c9dd44bd566971ae3a17ad5768c 100644 (file)
@@ -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'."