emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-30 a6a588ccf10: ; * doc/lispref/strings.texi (Creating Strings): F


From: Eli Zaretskii
Subject: emacs-30 a6a588ccf10: ; * doc/lispref/strings.texi (Creating Strings): Followup to last change.
Date: Sat, 6 Jul 2024 04:37:06 -0400 (EDT)

branch: emacs-30
commit a6a588ccf10bacb0c196f695dee9c7333af7e776
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * doc/lispref/strings.texi (Creating Strings): Followup to last change.
---
 doc/lispref/strings.texi | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi
index 6e5c3521135..e290e2e7a6b 100644
--- a/doc/lispref/strings.texi
+++ b/doc/lispref/strings.texi
@@ -406,11 +406,12 @@ that matches @var{trim-right} from @var{string}.  Both 
regexps
 default to @samp{[ \t\n\r]+}.
 @end defun
 
-@defun string-fill string length
-Attempt to Word-wrap @var{string} so that no lines are longer than
-@var{length}.  Filling is done on whitespace boundaries only.  If
-there are individual words that are longer than @var{length}, these
-will not be shortened.
+@defun string-fill string width
+Attempt to Word-wrap @var{string} so that it displays with lines no
+wider than @var{width}.  Filling is done on whitespace boundaries only.
+If there are individual words that are longer than @var{width}, these
+will not be shortened, and therefore @var{string} might be shown with
+lines wider than @var{width} in that case.
 @end defun
 
 @defun string-limit string length &optional end coding-system



reply via email to

[Prev in Thread] Current Thread [Next in Thread]