summaryrefslogtreecommitdiff
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorGregory Heytings <gregory@heytings.org>2022-11-26 16:37:29 +0000
committerGregory Heytings <gregory@heytings.org>2022-11-26 17:38:06 +0100
commit1bf0b72eb758440bc4571ebcb49ef0a59f37e51a (patch)
tree5bd381f08b0374a31d6035d33f32650467e0cf33 /src/keyboard.c
parent4b5e31bf02ab276f1ee1cbe91b016d96bed59d63 (diff)
downloademacs-1bf0b72eb758440bc4571ebcb49ef0a59f37e51a.tar.gz
Docstring improvements
* src/xdisp.c (syms_of_xdisp): * src/keyboard.c (syms_of_keyboard): Docstring improvements.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index a3b1b6fd478..b82a5e1a3ef 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -12729,7 +12729,7 @@ 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 (whose size
is specified by `long-line-locked-narrowing-region-size'), and the
-narrowing is locked (see `narrow-to-region'), so that these hook
+narrowing is locked (see `narrowing-lock'), so that these hook
functions cannot use `widen' to gain access to other portions of
buffer text.
@@ -12751,7 +12751,7 @@ 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 (whose size
is specified by `long-line-locked-narrowing-region-size'), and the
-narrowing is locked (see `narrow-to-region'), so that these hook
+narrowing is locked (see `narrowing-lock'), so that these hook
functions cannot use `widen' to gain access to other portions of
buffer text.