diff options
| author | Gregory Heytings | 2022-11-26 16:37:29 +0000 |
|---|---|---|
| committer | Gregory Heytings | 2022-11-26 17:38:06 +0100 |
| commit | 1bf0b72eb758440bc4571ebcb49ef0a59f37e51a (patch) | |
| tree | 5bd381f08b0374a31d6035d33f32650467e0cf33 /src | |
| parent | 4b5e31bf02ab276f1ee1cbe91b016d96bed59d63 (diff) | |
| download | emacs-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.c | 4 | ||||
| -rw-r--r-- | src/xdisp.c | 2 |
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 | |||
| 12729 | length is above `long-line-threshold', these hook functions are called | 12729 | length is above `long-line-threshold', these hook functions are called |
| 12730 | with the buffer narrowed to a small portion around point (whose size | 12730 | with the buffer narrowed to a small portion around point (whose size |
| 12731 | is specified by `long-line-locked-narrowing-region-size'), and the | 12731 | is specified by `long-line-locked-narrowing-region-size'), and the |
| 12732 | narrowing is locked (see `narrow-to-region'), so that these hook | 12732 | narrowing is locked (see `narrowing-lock'), so that these hook |
| 12733 | functions cannot use `widen' to gain access to other portions of | 12733 | functions cannot use `widen' to gain access to other portions of |
| 12734 | buffer text. | 12734 | buffer text. |
| 12735 | 12735 | ||
| @@ -12751,7 +12751,7 @@ Note that, when the current buffer contains one or more lines whose | |||
| 12751 | length is above `long-line-threshold', these hook functions are called | 12751 | length is above `long-line-threshold', these hook functions are called |
| 12752 | with the buffer narrowed to a small portion around point (whose size | 12752 | with the buffer narrowed to a small portion around point (whose size |
| 12753 | is specified by `long-line-locked-narrowing-region-size'), and the | 12753 | is specified by `long-line-locked-narrowing-region-size'), and the |
| 12754 | narrowing is locked (see `narrow-to-region'), so that these hook | 12754 | narrowing is locked (see `narrowing-lock'), so that these hook |
| 12755 | functions cannot use `widen' to gain access to other portions of | 12755 | functions cannot use `widen' to gain access to other portions of |
| 12756 | buffer text. | 12756 | buffer 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 | |||
| 36748 | above `long-line-threshold', these functions are called with the | 36748 | above `long-line-threshold', these functions are called with the |
| 36749 | buffer narrowed to a small portion around POS (whose size is specified | 36749 | buffer narrowed to a small portion around POS (whose size is specified |
| 36750 | by `long-line-locked-narrowing-region-size'), and the narrowing is | 36750 | by `long-line-locked-narrowing-region-size'), and the narrowing is |
| 36751 | locked (see `narrow-to-region'), so that these functions cannot use | 36751 | locked (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); |