diff options
| author | Gregory Heytings | 2022-11-26 16:29:52 +0000 |
|---|---|---|
| committer | Gregory Heytings | 2022-11-26 17:30:31 +0100 |
| commit | 4b5e31bf02ab276f1ee1cbe91b016d96bed59d63 (patch) | |
| tree | 9b0d3174b9cebc6f1553d0f8c6f6eac1d48d022f /src/buffer.c | |
| parent | 2ea4f9784730930dbcca90ae5e97216e8a1b2333 (diff) | |
| download | emacs-4b5e31bf02ab276f1ee1cbe91b016d96bed59d63.tar.gz emacs-4b5e31bf02ab276f1ee1cbe91b016d96bed59d63.zip | |
Docstring improvements
* src/xdisp.c (syms_of_xdisp):
* src/keyboard.c (syms_of_keyboard):
* src/buffer.c (syms_of_buffer):
Docstring improvements.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index ef7e6f18340..426c0e66848 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5897,6 +5897,8 @@ variable specifies the size of the narrowed region around point. | |||
| 5897 | 5897 | ||
| 5898 | To disable that narrowing, set this variable to 0. | 5898 | To disable that narrowing, set this variable to 0. |
| 5899 | 5899 | ||
| 5900 | See also `long-line-locked-narrowing-bol-search-limit'. | ||
| 5901 | |||
| 5900 | There is no reason to change that value except for debugging purposes. */); | 5902 | There is no reason to change that value except for debugging purposes. */); |
| 5901 | long_line_locked_narrowing_region_size = 500000; | 5903 | long_line_locked_narrowing_region_size = 500000; |
| 5902 | 5904 | ||
| @@ -5912,7 +5914,7 @@ narrowed buffer, with a narrowing locked with `narrowing-lock'. The | |||
| 5912 | variable `long-line-locked-narrowing-region-size' specifies the size | 5914 | variable `long-line-locked-narrowing-region-size' specifies the size |
| 5913 | of the narrowed region around point. This variable, which should be a | 5915 | of the narrowed region around point. This variable, which should be a |
| 5914 | small integer, specifies the number of characters by which that region | 5916 | small integer, specifies the number of characters by which that region |
| 5915 | can be extended backwards to start it at the beginning of a line. | 5917 | can be extended backwards to make it start at the beginning of a line. |
| 5916 | 5918 | ||
| 5917 | There is no reason to change that value except for debugging purposes. */); | 5919 | There is no reason to change that value except for debugging purposes. */); |
| 5918 | long_line_locked_narrowing_bol_search_limit = 128; | 5920 | long_line_locked_narrowing_bol_search_limit = 128; |