; * src/intervals.c (get_local_map): Fix commentary.
This commit is contained in:
parent
69cc3d38bc
commit
c200098dde
1 changed files with 2 additions and 2 deletions
|
@ -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
|
/* Return the proper local keymap TYPE for position POSITION in
|
||||||
BUFFER; TYPE should be one of `keymap' or `local-map'. Use the map
|
BUFFER; TYPE should be one of `keymap' or `local-map'. Use the map
|
||||||
specified by the PROP property, if any. Otherwise, if TYPE is
|
specified by the TYPE property, if any. Otherwise, if TYPE is
|
||||||
`local-map' use BUFFER's local map. */
|
`local-map', use BUFFER's local map. */
|
||||||
|
|
||||||
Lisp_Object
|
Lisp_Object
|
||||||
get_local_map (ptrdiff_t position, struct buffer *buffer, Lisp_Object type)
|
get_local_map (ptrdiff_t position, struct buffer *buffer, Lisp_Object type)
|
||||||
|
|
Loading…
Add table
Reference in a new issue