emacs-diffs
[Top][All Lists]
Advanced

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

master c1fa5bd8ee: ; * doc/lispref/strings.texi (Creating Strings): Fix


From: Eli Zaretskii
Subject: master c1fa5bd8ee: ; * doc/lispref/strings.texi (Creating Strings): Fix a typo.
Date: Sat, 30 Apr 2022 07:54:49 -0400 (EDT)

branch: master
commit c1fa5bd8ee3c7f37a9b9304eab6b522cf8718472
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * doc/lispref/strings.texi (Creating Strings): Fix a typo.
---
 doc/lispref/strings.texi | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi
index 6f620c9d76..5e41f8d57b 100644
--- a/doc/lispref/strings.texi
+++ b/doc/lispref/strings.texi
@@ -436,9 +436,10 @@ display purposes; use @code{truncate-string-to-width} or
 
 @defun string-lines string &optional omit-nulls keep-newlines
 Split @var{string} into a list of strings on newline boundaries.  If
-@var{omit-nulls}, remove empty lines from the results.  if
-@var{keep-newlines}, don't remove the trailing newlines from the
-result strings.
+the optional argument @var{omit-nulls} is non-@code{nil}, remove empty
+lines from the results.  If the optional argument @var{keep-newlines}
+is non-@code{nil}, don't remove the trailing newlines from the result
+strings.
 @end defun
 
 @defun string-pad string length &optional padding start



reply via email to

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