summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2020-10-27 17:43:29 +0200
committerEli Zaretskii <eliz@gnu.org>2020-10-27 17:43:29 +0200
commit2443b15a91c66df52089b99d9e8fb2b54ecede2e (patch)
tree93a37861f33c815413d3757a467c89bb586798e4 /src
parente0de9f3295b4c46cb7198ec0b9634809d7b7a36d (diff)
downloademacs-2443b15a91c66df52089b99d9e8fb2b54ecede2e.tar.gz
* src/buffer.c (syms_of_buffer) <fill-column>: Improve doc string.
Diffstat (limited to 'src')
-rw-r--r--src/buffer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 92ed405b6f7..5433c80edb0 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5625,6 +5625,9 @@ Use the command `abbrev-mode' to change this variable. */);
DEFVAR_PER_BUFFER ("fill-column", &BVAR (current_buffer, fill_column),
Qintegerp,
doc: /* Column beyond which automatic line-wrapping should happen.
+It is used by filling commands, such as `fill-region' and `fill-paragraph',
+and by `auto-fill-mode', which see.
+See also `current-fill-column'.
Interactively, you can set the buffer local value using \\[set-fill-column]. */);
DEFVAR_PER_BUFFER ("left-margin", &BVAR (current_buffer, left_margin),