summaryrefslogtreecommitdiff
path: root/doc/lispref/text.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-02-18 10:38:52 +0200
committerEli Zaretskii <eliz@gnu.org>2022-02-18 10:38:53 +0200
commit3306e11107595524bdde90482023077b69e6c733 (patch)
tree7d8b7732fd0efbce462496d74eeb6bbb08492316 /doc/lispref/text.texi
parentead9c9602cda4c53ff73c3c4fee388a930d42c92 (diff)
parent1e4b04c54030eeed22b12e4f0928e9cdfda74251 (diff)
downloademacs-3306e11107595524bdde90482023077b69e6c733.tar.gz
Merge from origin/emacs-28
1e4b04c Improve documentation of filling and justification commands 9fd396e * lisp/progmodes/subword.el (superword-mode): Doc fix. (Bug#... e303cb1 Fix indexing of module functions that return complex types.
Diffstat (limited to 'doc/lispref/text.texi')
-rw-r--r--doc/lispref/text.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 37cf376bd53..7897adeb053 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -1731,8 +1731,9 @@ filling when @var{justify} is non-@code{nil}.
If @var{nosqueeze} is non-@code{nil}, that means to leave whitespace
other than line breaks untouched. If @var{squeeze-after} is
-non-@code{nil}, it specifies a position in the region, and means don't
-canonicalize spaces before that position.
+non-@code{nil}, it specifies a position in the region, and means
+that whitespace other than line breaks should be left untouched before
+that position.
In Adaptive Fill mode, this command calls @code{fill-context-prefix} to
choose a fill prefix by default. @xref{Adaptive Fill}.