]> git.eshelyaron.com Git - emacs.git/commitdiff
Docstring improvements
authorGregory Heytings <gregory@heytings.org>
Sat, 26 Nov 2022 16:37:29 +0000 (16:37 +0000)
committerGregory Heytings <gregory@heytings.org>
Sat, 26 Nov 2022 16:38:06 +0000 (17:38 +0100)
* src/xdisp.c (syms_of_xdisp):
* src/keyboard.c (syms_of_keyboard):
Docstring improvements.

src/keyboard.c
src/xdisp.c

index a3b1b6fd47887acdd46121174f9545e47e6c81c0..b82a5e1a3ef1face9286244260268f5f3078b3a3 100644 (file)
@@ -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.
 
index ba105a28055c3d6811db6003160d35a05a7b20e0..138c364679047f3d48bf98090e8dab49c98a24e0 100644 (file)
@@ -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);