Mercurial > emacs
changeset 109399:3fcc8637a887
* lisp/bookmark.el (bookmark-load-hook): Fix doc string as suggested
by Drew Adams (Bug#5504).
author | Karl Fogel <kfogel@red-bean.com> |
---|---|
date | Wed, 14 Jul 2010 15:09:28 -0400 |
parents | c9970d4bfd62 |
children | c232035b5f44 a11596ec5941 78cc63913bba |
files | lisp/ChangeLog lisp/bookmark.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Jul 14 14:03:39 2010 -0400 +++ b/lisp/ChangeLog Wed Jul 14 15:09:28 2010 -0400 @@ -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.
--- a/lisp/bookmark.el Wed Jul 14 14:03:39 2010 -0400 +++ b/lisp/bookmark.el Wed Jul 14 15:09:28 2010 -0400 @@ -2196,7 +2196,7 @@ ;; 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