aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/bookmark.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/bookmark.el b/lisp/bookmark.el
index f2a1c69929b..895fb9091fd 100644
--- a/lisp/bookmark.el
+++ b/lisp/bookmark.el
@@ -1764,8 +1764,8 @@ This is a helper for `bookmark-import-new-list'."
1764 1764
1765 1765
1766(defcustom bookmark-after-load-file-hook nil 1766(defcustom bookmark-after-load-file-hook nil
1767 "Hook run after a bookmark file is loaded by `bookmark-load`. 1767 "Hook run after a bookmark file is loaded by `bookmark-load'.
1768This hook can be used, for example, to reconcile 'bookmark-alist' 1768This hook can be used, for example, to reconcile `bookmark-alist'
1769against bookmark state that you, or a package that you use, maintains." 1769against bookmark state that you, or a package that you use, maintains."
1770 :type 'hook 1770 :type 'hook
1771 :version "31.1") 1771 :version "31.1")