[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/improved-locked-narrowing 1bf0b72eb7: Docstring improvements
From: |
Gregory Heytings |
Subject: |
feature/improved-locked-narrowing 1bf0b72eb7: Docstring improvements |
Date: |
Sat, 26 Nov 2022 11:38:13 -0500 (EST) |
branch: feature/improved-locked-narrowing
commit 1bf0b72eb758440bc4571ebcb49ef0a59f37e51a
Author: Gregory Heytings <gregory@heytings.org>
Commit: Gregory Heytings <gregory@heytings.org>
Docstring improvements
* src/xdisp.c (syms_of_xdisp):
* src/keyboard.c (syms_of_keyboard):
Docstring improvements.
---
src/keyboard.c | 4 ++--
src/xdisp.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/keyboard.c b/src/keyboard.c
index a3b1b6fd47..b82a5e1a3e 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.
diff --git a/src/xdisp.c b/src/xdisp.c
index ba105a2805..138c364679 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -36748,7 +36748,7 @@ Note that, when the buffer contains one or more lines
whose length is
above `long-line-threshold', these functions are called with the
buffer narrowed to a small portion around POS (whose size is specified
by `long-line-locked-narrowing-region-size'), and the narrowing is
-locked (see `narrow-to-region'), so that these functions cannot use
+locked (see `narrowing-lock'), so that these functions cannot use
`widen' to gain access to other portions of buffer text. */);
Vfontification_functions = Qnil;
Fmake_variable_buffer_local (Qfontification_functions);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- feature/improved-locked-narrowing 1bf0b72eb7: Docstring improvements,
Gregory Heytings <=