summaryrefslogtreecommitdiff
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorGregory Heytings <gregory@heytings.org>2022-11-26 16:29:52 +0000
committerGregory Heytings <gregory@heytings.org>2022-11-26 17:30:31 +0100
commit4b5e31bf02ab276f1ee1cbe91b016d96bed59d63 (patch)
tree9b0d3174b9cebc6f1553d0f8c6f6eac1d48d022f /src/keyboard.c
parent2ea4f9784730930dbcca90ae5e97216e8a1b2333 (diff)
downloademacs-4b5e31bf02ab276f1ee1cbe91b016d96bed59d63.tar.gz
Docstring improvements
* src/xdisp.c (syms_of_xdisp): * src/keyboard.c (syms_of_keyboard): * src/buffer.c (syms_of_buffer): Docstring improvements.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index cb308f5bfc1..a3b1b6fd478 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -12727,7 +12727,8 @@ the error might happen repeatedly and make Emacs nonfunctional.
Note that, when the current buffer contains one or more lines whose
length is above `long-line-threshold', these hook functions are called
-with the buffer narrowed to a small portion around point, and the
+with the buffer narrowed to a small portion around point (whose size
+is specified by `long-line-locked-narrowing-region-size'), and the
narrowing is locked (see `narrow-to-region'), so that these hook
functions cannot use `widen' to gain access to other portions of
buffer text.
@@ -12748,7 +12749,8 @@ avoid making Emacs unresponsive while the user types.
Note that, when the current buffer contains one or more lines whose
length is above `long-line-threshold', these hook functions are called
-with the buffer narrowed to a small portion around point, and the
+with the buffer narrowed to a small portion around point (whose size
+is specified by `long-line-locked-narrowing-region-size'), and the
narrowing is locked (see `narrow-to-region'), so that these hook
functions cannot use `widen' to gain access to other portions of
buffer text.