[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 7781121c44: Fix two typos in a doc string
From: |
Karl Fogel |
Subject: |
master 7781121c44: Fix two typos in a doc string |
Date: |
Wed, 16 Nov 2022 21:34:37 -0500 (EST) |
branch: master
commit 7781121c44736a9a5ad0422955f23bfc045f5504
Author: Karl Fogel <kfogel@red-bean.com>
Commit: Karl Fogel <kfogel@red-bean.com>
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 b57ad12986..15e7273f91 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)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 7781121c44: Fix two typos in a doc string,
Karl Fogel <=