mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-06 07:31:13 -08:00
* lisp/bookmark.el (bookmark-load-hook): Fix doc string as suggested
by Drew Adams (Bug#5504).
This commit is contained in:
parent
f9d71b4284
commit
077e075349
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue