* lisp/bookmark.el (bookmark-load-hook): Fix doc string as suggested
by Drew Adams (Bug#5504).
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user