[[[ Fix two typos in a doc string ]]] diff --git lisp/bookmark.el lisp/bookmark.el index b57ad12986..15e7273f91 100644 --- lisp/bookmark.el +++ lisp/bookmark.el @@ -365,8 +365,8 @@ bookmark-name-from-full-record (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)))