diff options
| author | Stefan Monnier | 2021-07-21 09:09:43 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2021-07-21 09:09:43 -0400 |
| commit | e56ad2cb0f0cff2b7c2359bc3fa0b432dfd571f5 (patch) | |
| tree | 78a67a3838916bec197a14dade5144813e84bfa0 | |
| parent | 3d956fd0e3d609f384509e7c81f724b5065f3be1 (diff) | |
| download | emacs-e56ad2cb0f0cff2b7c2359bc3fa0b432dfd571f5.tar.gz emacs-e56ad2cb0f0cff2b7c2359bc3fa0b432dfd571f5.zip | |
* doc/lispref/display.texi (Overlay Properties): Tweak further
The "character after point" is not as important as point itself
| -rw-r--r-- | doc/lispref/display.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index c2ebf81f669..13d0a1b458d 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -1863,10 +1863,10 @@ from the buffer. | |||
| 1863 | @kindex keymap @r{(overlay property)} | 1863 | @kindex keymap @r{(overlay property)} |
| 1864 | If this property is non-@code{nil}, it specifies a keymap for a | 1864 | If this property is non-@code{nil}, it specifies a keymap for a |
| 1865 | portion of the text. This keymap takes precedence over most other | 1865 | portion of the text. This keymap takes precedence over most other |
| 1866 | keymaps (@pxref{Active Keymaps}), and it is used when the character | 1866 | keymaps (@pxref{Active Keymaps}), and it is used when point is within |
| 1867 | after point is within the overlay, or would be when taking the front- | 1867 | the overlay, where the front- |
| 1868 | and rear-advance properties into consideration (@pxref{Managing | 1868 | and rear-advance properties define whether the boundaries are |
| 1869 | Overlays}). | 1869 | considered as being @emph{within} or not. |
| 1870 | 1870 | ||
| 1871 | @item local-map | 1871 | @item local-map |
| 1872 | @kindex local-map @r{(overlay property)} | 1872 | @kindex local-map @r{(overlay property)} |