aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Whitton2025-12-17 12:42:41 +0000
committerSean Whitton2025-12-17 12:43:00 +0000
commit0c7420fe3859af6a4a26c174e7b040873723ce5a (patch)
treefcce412b22d0e72515a8498d6c669646c2b529d2
parentf26068dac746cb61db57b86187c5033b9d8dd8b2 (diff)
downloademacs-0c7420fe3859af6a4a26c174e7b040873723ce5a.tar.gz
emacs-0c7420fe3859af6a4a26c174e7b040873723ce5a.zip
; * lisp/bookmark.el (bookmark-after-load-file-hook): Fix quotation.
-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")