From: Karl Fogel Date: Thu, 17 Nov 2022 02:34:28 +0000 (-0600) Subject: Fix two typos in a doc string X-Git-Tag: emacs-29.0.90~1616^2~138 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7781121c44736a9a5ad0422955f23bfc045f5504;p=emacs.git Fix two typos in a doc string --- 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)))