summaryrefslogtreecommitdiff
path: root/doc/emacs/text.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2023-02-22 15:16:25 +0200
committerEli Zaretskii <eliz@gnu.org>2023-02-22 15:16:25 +0200
commit003759a6dca730df6fae6c9bc8d4a47761b10014 (patch)
tree2099b07f2c22f9f1a4261a828d2877c3c6f34893 /doc/emacs/text.texi
parentba91a76659b911f90914a61a2f2d5c0073a8890a (diff)
downloademacs-003759a6dca730df6fae6c9bc8d4a47761b10014.tar.gz
Explain effect of variable-pitch fonts on fill-column
* doc/emacs/text.texi (Fill Commands): * doc/emacs/display.texi (Displaying Boundaries): * lisp/display-fill-column-indicator.el (display-fill-column-indicator-mode): Document caveats of using variable-pitch fonts with 'fill-column' and its indicator. (Bug#61677)
Diffstat (limited to 'doc/emacs/text.texi')
-rw-r--r--doc/emacs/text.texi7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi
index 3cc5f10582a..7037c8c943a 100644
--- a/doc/emacs/text.texi
+++ b/doc/emacs/text.texi
@@ -619,7 +619,12 @@ variable @code{fill-column}. The default value (@pxref{Locals}) is
is to use the command @kbd{C-x f} (@code{set-fill-column}). With a
numeric argument, it uses that as the new fill column. With just
@kbd{C-u} as argument, it sets @code{fill-column} to the current
-horizontal position of point.
+horizontal position of point. Note that, by its very nature,
+@code{fill-column} is measured in column units; the actual position of
+that column on a graphical display depends on the font being used. In
+particular, using variable-pitch fonts will cause the
+@code{fill-column} occupy different horizontal positions on display in
+different lines.
@cindex centering
@findex center-line