From b258555dcbe1a4673c2ba8c1cc6c4d3f87015068 Mon Sep 17 00:00:00 2001
From: Juanma Barranquero <lekktu@gmail.com>
Date: Sat, 9 Jun 2007 00:13:10 +0000
Subject: [PATCH] (desktop-minor-mode-table): Doc fix.

---
 lisp/ChangeLog  | 4 ++++
 lisp/desktop.el | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3e7b4885e78..1fb3fc380df 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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)
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.")
 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'."
-- 
2.39.5