]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix two typos in a doc string
authorKarl Fogel <kfogel@red-bean.com>
Thu, 17 Nov 2022 02:34:28 +0000 (20:34 -0600)
committerKarl Fogel <kfogel@red-bean.com>
Thu, 17 Nov 2022 02:34:28 +0000 (20:34 -0600)
lisp/bookmark.el

index b57ad12986dff2bfb2de52257751c2b30587c653..15e7273f917c9f9c3a78ab890eb6337d588d8d45 100644 (file)
@@ -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)))