]> git.eshelyaron.com Git - emacs.git/commitdiff
(desktop-minor-mode-table): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 9 Jun 2007 00:13:10 +0000 (00:13 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 9 Jun 2007 00:13:10 +0000 (00:13 +0000)
lisp/ChangeLog
lisp/desktop.el

index 3e7b4885e78001b9b8c5dbe61fcd2e540793178f..1fb3fc380df20a996daf123fc3effc05171f43a9 100644 (file)
@@ -1,3 +1,7 @@
+2007-06-09  Davis Herring  <herring@lanl.gov>
+
+       * desktop.el (desktop-minor-mode-table): Doc fix.
+
 2007-06-08  Chong Yidong  <cyd@stupidchicken.com>
 
        * image-mode.el (image-forward-hscroll, image-backward-hscroll)
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'."