diff options
author | Karl Berry <karl@gnu.org> | 2006-07-16 18:25:23 +0000 |
---|---|---|
committer | Karl Berry <karl@gnu.org> | 2006-07-16 18:25:23 +0000 |
commit | ece35e15a7e73189b45b7c2d2fddcd6f46b0476f (patch) | |
tree | a785493e0cb209c32b27d5eac2a6fe1ec144ee03 /lispref/strings.texi | |
parent | 912c723552fdb9ff934d768e032b56c23911f2ab (diff) | |
download | emacs-ece35e15a7e73189b45b7c2d2fddcd6f46b0476f.tar.gz |
fix bad page breaks
Diffstat (limited to 'lispref/strings.texi')
-rw-r--r-- | lispref/strings.texi | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lispref/strings.texi b/lispref/strings.texi index 796090bb80c..861e5b1c728 100644 --- a/lispref/strings.texi +++ b/lispref/strings.texi @@ -285,7 +285,7 @@ If @var{omit-nulls} is @code{nil}, the result contains null strings 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 @@ be a list of strings rather than an actual alist. @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 @@ text representation of a string (@pxref{Converting Representations}). @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 |