diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-03 11:13:53 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-03 13:05:32 +0200 |
commit | 0cabf8bc363cdeace84523b251752c0aac32b31b (patch) | |
tree | 314c6c45d255ce573e1dc3477b7f480cf4dd63e3 /lisp/bookmark.el | |
parent | d1f324766631ad15b1e893463e93000298f44480 (diff) | |
download | emacs-0cabf8bc363cdeace84523b251752c0aac32b31b.tar.gz |
; Fix typos
Diffstat (limited to 'lisp/bookmark.el')
-rw-r--r-- | lisp/bookmark.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bookmark.el b/lisp/bookmark.el index ff9b8ab1388..b340d379b3f 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -27,7 +27,7 @@ ;; associates a string with a location in a certain file. Thus, you ;; can navigate your way to that location by providing the string. ;; -;; Type `M-x customize-group RET boomark RET' for user options. +;; Type `M-x customize-group RET bookmark RET' for user options. ;;; Code: |