diff options
| author | Eli Zaretskii | 2022-09-18 19:59:58 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2022-09-18 19:59:58 +0300 |
| commit | c200098ddeb090b7b95f482a269bbe2a7a40d09d (patch) | |
| tree | 3ec0180327aab5f033a0281406af1a863844902d /src/intervals.c | |
| parent | 69cc3d38bc7b5887e7f1497937d0ea8be1f70673 (diff) | |
| download | emacs-c200098ddeb090b7b95f482a269bbe2a7a40d09d.tar.gz emacs-c200098ddeb090b7b95f482a269bbe2a7a40d09d.zip | |
; * src/intervals.c (get_local_map): Fix commentary.
Diffstat (limited to 'src/intervals.c')
| -rw-r--r-- | src/intervals.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/intervals.c b/src/intervals.c index 189308e8e30..c5b720470ba 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, | |||
| 2162 | 2162 | ||
| 2163 | /* Return the proper local keymap TYPE for position POSITION in | 2163 | /* Return the proper local keymap TYPE for position POSITION in |
| 2164 | BUFFER; TYPE should be one of `keymap' or `local-map'. Use the map | 2164 | BUFFER; TYPE should be one of `keymap' or `local-map'. Use the map |
| 2165 | specified by the PROP property, if any. Otherwise, if TYPE is | 2165 | specified by the TYPE property, if any. Otherwise, if TYPE is |
| 2166 | `local-map' use BUFFER's local map. */ | 2166 | `local-map', use BUFFER's local map. */ |
| 2167 | 2167 | ||
| 2168 | Lisp_Object | 2168 | Lisp_Object |
| 2169 | get_local_map (ptrdiff_t position, struct buffer *buffer, Lisp_Object type) | 2169 | get_local_map (ptrdiff_t position, struct buffer *buffer, Lisp_Object type) |