From c9758ba48a805406ddd538aac33354fa400ac14a Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 14 Dec 2020 14:52:46 +0100 Subject: [PATCH] * lisp/bookmark.el: Doc fix. --- lisp/bookmark.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/bookmark.el b/lisp/bookmark.el index b9bdbe86d69..afcfd2e425d 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -26,7 +26,8 @@ ;; This package is for setting "bookmarks" in files. A bookmark ;; associates a string with a location in a certain file. Thus, you ;; can navigate your way to that location by providing the string. -;; See the "User Variables" section for customizations. +;; +;; Type `M-x customize-group RET boomark RET' for user options. ;;; Code: -- 2.39.2