]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/strings.texi (Creating Strings): Fix a typo.
authorEli Zaretskii <eliz@gnu.org>
Sat, 30 Apr 2022 11:54:35 +0000 (14:54 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 30 Apr 2022 11:54:35 +0000 (14:54 +0300)
doc/lispref/strings.texi

index 6f620c9d76936fa5b2b432bef0485290284f12bc..5e41f8d57bf79429e1f7d099bc6d1b6ad3659d15 100644 (file)
@@ -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