aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGregory Heytings2022-11-26 16:37:29 +0000
committerGregory Heytings2022-11-26 17:38:06 +0100
commit1bf0b72eb758440bc4571ebcb49ef0a59f37e51a (patch)
tree5bd381f08b0374a31d6035d33f32650467e0cf33 /src
parent4b5e31bf02ab276f1ee1cbe91b016d96bed59d63 (diff)
downloademacs-1bf0b72eb758440bc4571ebcb49ef0a59f37e51a.tar.gz
emacs-1bf0b72eb758440bc4571ebcb49ef0a59f37e51a.zip
Docstring improvements
* src/xdisp.c (syms_of_xdisp): * src/keyboard.c (syms_of_keyboard): Docstring improvements.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c4
-rw-r--r--src/xdisp.c2
2 files changed, 3 insertions, 3 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
12729length is above `long-line-threshold', these hook functions are called 12729length is above `long-line-threshold', these hook functions are called
12730with the buffer narrowed to a small portion around point (whose size 12730with the buffer narrowed to a small portion around point (whose size
12731is specified by `long-line-locked-narrowing-region-size'), and the 12731is specified by `long-line-locked-narrowing-region-size'), and the
12732narrowing is locked (see `narrow-to-region'), so that these hook 12732narrowing is locked (see `narrowing-lock'), so that these hook
12733functions cannot use `widen' to gain access to other portions of 12733functions cannot use `widen' to gain access to other portions of
12734buffer text. 12734buffer text.
12735 12735
@@ -12751,7 +12751,7 @@ Note that, when the current buffer contains one or more lines whose
12751length is above `long-line-threshold', these hook functions are called 12751length is above `long-line-threshold', these hook functions are called
12752with the buffer narrowed to a small portion around point (whose size 12752with the buffer narrowed to a small portion around point (whose size
12753is specified by `long-line-locked-narrowing-region-size'), and the 12753is specified by `long-line-locked-narrowing-region-size'), and the
12754narrowing is locked (see `narrow-to-region'), so that these hook 12754narrowing is locked (see `narrowing-lock'), so that these hook
12755functions cannot use `widen' to gain access to other portions of 12755functions cannot use `widen' to gain access to other portions of
12756buffer text. 12756buffer text.
12757 12757
diff --git a/src/xdisp.c b/src/xdisp.c
index ba105a28055..138c3646790 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
36748above `long-line-threshold', these functions are called with the 36748above `long-line-threshold', these functions are called with the
36749buffer narrowed to a small portion around POS (whose size is specified 36749buffer narrowed to a small portion around POS (whose size is specified
36750by `long-line-locked-narrowing-region-size'), and the narrowing is 36750by `long-line-locked-narrowing-region-size'), and the narrowing is
36751locked (see `narrow-to-region'), so that these functions cannot use 36751locked (see `narrowing-lock'), so that these functions cannot use
36752`widen' to gain access to other portions of buffer text. */); 36752`widen' to gain access to other portions of buffer text. */);
36753 Vfontification_functions = Qnil; 36753 Vfontification_functions = Qnil;
36754 Fmake_variable_buffer_local (Qfontification_functions); 36754 Fmake_variable_buffer_local (Qfontification_functions);