diff options
author | Karl Fogel <kfogel@red-bean.com> | 2010-07-14 15:09:28 -0400 |
---|---|---|
committer | Karl Fogel <kfogel@red-bean.com> | 2010-07-14 15:09:28 -0400 |
commit | 077e075349cd013dbef8761f692bb79be45907d7 (patch) | |
tree | ad1fd80a0263cdee4e54424dce77b52ee7d3e63c /lisp/bookmark.el | |
parent | f9d71b4284fa1009f8c38a9d389e2202ef1e4dd9 (diff) | |
download | emacs-077e075349cd013dbef8761f692bb79be45907d7.tar.gz |
* lisp/bookmark.el (bookmark-load-hook): Fix doc string as suggested
by Drew Adams (Bug#5504).
Diffstat (limited to 'lisp/bookmark.el')
-rw-r--r-- | lisp/bookmark.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bookmark.el b/lisp/bookmark.el index 958997ccfcd..0eec76f4da7 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -2196,7 +2196,7 @@ strings returned are not." ;; 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 |