]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/bookmark.el (bookmark-load-hook): Fix doc string as suggested
authorKarl Fogel <kfogel@red-bean.com>
Wed, 14 Jul 2010 19:09:28 +0000 (15:09 -0400)
committerKarl Fogel <kfogel@red-bean.com>
Wed, 14 Jul 2010 19:09:28 +0000 (15:09 -0400)
  by Drew Adams (Bug#5504).

lisp/ChangeLog
lisp/bookmark.el

index 70d37987b6a92e0199242a04bda21f4db5936581..13990c0320389cc82e9b54925ac8c0dcbd6f9626 100644 (file)
@@ -1,3 +1,8 @@
+2010-07-14  Karl Fogel  <kfogel@red-bean.com>
+
+       * bookmark.el (bookmark-load-hook): Fix doc string as suggested
+       by Drew Adams (Bug#5504).
+
 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
 
        * term/x-win.el (x-select-enable-clipboard): Default to t.
index 958997ccfcd3c1d04fc034041f17df32c63b199c..0eec76f4da7d0729c3fb79f41615bf7702144103 100644 (file)
@@ -2196,7 +2196,7 @@ strings returned are not."
 \f
 ;; Load Hook
 (defvar bookmark-load-hook nil
-  "Hook run at the end of loading bookmark.")
+  "Hook run at the end of loading library `bookmark.el'.")
 
 ;; Exit Hook, called from kill-emacs-hook
 (defvar bookmark-exit-hook nil