]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/intervals.c (get_local_map): Fix commentary.
authorEli Zaretskii <eliz@gnu.org>
Sun, 18 Sep 2022 16:59:58 +0000 (19:59 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 18 Sep 2022 16:59:58 +0000 (19:59 +0300)
src/intervals.c

index 189308e8e307c184adb723c88d184261ea05bf0d..c5b720470ba414ef753574d5a1e34b16a91bb80e 100644 (file)
@@ -2162,8 +2162,8 @@ get_property_and_range (ptrdiff_t pos, Lisp_Object prop, Lisp_Object *val,
 \f
 /* 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)