From 7781121c44736a9a5ad0422955f23bfc045f5504 Mon Sep 17 00:00:00 2001 From: Karl Fogel Date: Wed, 16 Nov 2022 20:34:28 -0600 Subject: [PATCH] Fix two typos in a doc string --- lisp/bookmark.el | 4 ++-- 1 file 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))) -- 2.39.5