]> git.eshelyaron.com Git - emacs.git/commitdiff
(desktop-no-desktop-file-hook, desktop-after-read-hook): Fix docstring.
authorLute Kamstra <lute@gnu.org>
Sun, 3 Apr 2005 14:01:43 +0000 (14:01 +0000)
committerLute Kamstra <lute@gnu.org>
Sun, 3 Apr 2005 14:01:43 +0000 (14:01 +0000)
lisp/desktop.el

index 6ec81fcac70a99b44d2995933a2f4a8f6182473b..ed663d375d54fc4bbd56851942b9fa12f8190dbf 100644 (file)
@@ -1,6 +1,6 @@
 ;;; desktop.el --- save partial status of Emacs when killed
 
-;; Copyright (C) 1993, 1994, 1995, 1997, 2000, 2001
+;; Copyright (C) 1993, 1994, 1995, 1997, 2000, 2001, 2005
 ;;   Free Software Foundation, Inc.
 
 ;; Author: Morten Welinder <terra@diku.dk>
@@ -158,14 +158,14 @@ If nil, just print error messages in the message buffer."
 
 (defcustom desktop-no-desktop-file-hook nil
   "Normal hook run when `desktop-read' can't find a desktop file.
-May e.g. be used to show a dired buffer."
+May be used to show a dired buffer."
   :type 'hook
   :group 'desktop
   :version "22.1")
 
 (defcustom desktop-after-read-hook nil
   "Normal hook run after a successful `desktop-read'.
-May e.g. be used to show a buffer list."
+May be used to show a buffer list."
   :type 'hook
   :group 'desktop
   :version "22.1")