diff lispref/strings.texi @ 71922:797e05668794

fix bad page breaks
author Karl Berry <karl@gnu.org>
date Sun, 16 Jul 2006 18:25:23 +0000
parents e9b7f9dec32c
children 1df664b7bac5
line wrap: on
line diff
--- a/lispref/strings.texi	Sun Jul 16 17:48:24 2006 +0000
+++ b/lispref/strings.texi	Sun Jul 16 18:25:23 2006 +0000
@@ -285,7 +285,7 @@
 whenever there are two consecutive matches for @var{separators}, or a
 match is adjacent to the beginning or end of @var{string}.  If
 @var{omit-nulls} is @code{t}, these null strings are omitted from the
-result list.
+result.
 
 If @var{separators} is @code{nil} (or omitted),
 the default is the value of @code{split-string-default-separators}.
@@ -544,10 +544,11 @@
 @xref{Association Lists}.
 @end defun
 
-  See also @code{compare-buffer-substrings} in @ref{Comparing Text}, for
-a way to compare text in buffers.  The function @code{string-match},
-which matches a regular expression against a string, can be used
-for a kind of string comparison; see @ref{Regexp Search}.
+  See also the @code{compare-buffer-substrings} function in
+@ref{Comparing Text}, for a way to compare text in buffers.  The
+function @code{string-match}, which matches a regular expression
+against a string, can be used for a kind of string comparison; see
+@ref{Regexp Search}.
 
 @node String Conversion
 @comment  node-name,  next,  previous,  up
@@ -566,7 +567,7 @@
   @xref{Documentation}, for functions that produce textual descriptions
 of text characters and general input events
 (@code{single-key-description} and @code{text-char-description}).  These
-functions are used primarily for making help messages.
+are used primarily for making help messages.
 
 @defun char-to-string character
 @cindex character to string