emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 c200098dde: ; * src/intervals.c (get_local_map): Fix commentary


From: Eli Zaretskii
Subject: emacs-28 c200098dde: ; * src/intervals.c (get_local_map): Fix commentary.
Date: Sun, 18 Sep 2022 13:00:23 -0400 (EDT)

branch: emacs-28
commit c200098ddeb090b7b95f482a269bbe2a7a40d09d
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/intervals.c (get_local_map): Fix commentary.
---
 src/intervals.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/intervals.c b/src/intervals.c
index 189308e8e3..c5b720470b 100644
--- a/src/intervals.c
+++ b/src/intervals.c
@@ -2162,8 +2162,8 @@ get_property_and_range (ptrdiff_t pos, Lisp_Object prop, 
Lisp_Object *val,
 
 /* Return the proper local keymap TYPE for position POSITION in
    BUFFER; TYPE should be one of `keymap' or `local-map'.  Use the map
-   specified by the PROP property, if any.  Otherwise, if TYPE is
-   `local-map' use BUFFER's local map.  */
+   specified by the TYPE property, if any.  Otherwise, if TYPE is
+   `local-map', use BUFFER's local map.  */
 
 Lisp_Object
 get_local_map (ptrdiff_t position, struct buffer *buffer, Lisp_Object type)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]