comparison lisp/bookmark.el @ 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 4e6b8160da4b
children 249a1455856a
comparison
equal deleted inserted replaced
109398:c9970d4bfd62 109399:3fcc8637a887
2194 ;;;; end bookmark menu stuff ;;;; 2194 ;;;; end bookmark menu stuff ;;;;
2195 2195
2196 2196
2197 ;; Load Hook 2197 ;; Load Hook
2198 (defvar bookmark-load-hook nil 2198 (defvar bookmark-load-hook nil
2199 "Hook run at the end of loading bookmark.") 2199 "Hook run at the end of loading library `bookmark.el'.")
2200 2200
2201 ;; Exit Hook, called from kill-emacs-hook 2201 ;; Exit Hook, called from kill-emacs-hook
2202 (defvar bookmark-exit-hook nil 2202 (defvar bookmark-exit-hook nil
2203 "Hook run when Emacs exits.") 2203 "Hook run when Emacs exits.")
2204 2204