summaryrefslogtreecommitdiff
path: root/lisp/bookmark.el
diff options
context:
space:
mode:
authorKarl Fogel <kfogel@red-bean.com>2022-11-16 20:34:28 -0600
committerKarl Fogel <kfogel@red-bean.com>2022-11-16 20:34:28 -0600
commit7781121c44736a9a5ad0422955f23bfc045f5504 (patch)
treef1dcee827806c935d46f476bde8051ae8848f9d9 /lisp/bookmark.el
parent999027888c781e879838c6190662b8da459ced77 (diff)
downloademacs-7781121c44736a9a5ad0422955f23bfc045f5504.tar.gz
Fix two typos in a doc string
Diffstat (limited to 'lisp/bookmark.el')
-rw-r--r--lisp/bookmark.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/bookmark.el b/lisp/bookmark.el
index b57ad12986d..15e7273f917 100644
--- a/lisp/bookmark.el
+++ b/lisp/bookmark.el
@@ -365,8 +365,8 @@ BOOKMARK-RECORD is, e.g., one element from `bookmark-alist'."
(car bookmark-record))
(defun bookmark-type-from-full-record (bookmark-record)
- "Return then type of BOOKMARK-RECORD.
-BOOKMARK-RECORD is, e.g., one element from `bookmark-alist'. It's
+ "Return the type of BOOKMARK-RECORD.
+BOOKMARK-RECORD is, e.g., one element from `bookmark-alist'. Its
type is read from the symbol property named
`bookmark-handler-type' read on the record handler function."
(let ((handler (bookmark-get-handler bookmark-record)))