aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/strings.texi
diff options
context:
space:
mode:
authorKarl Berry2006-07-16 18:25:23 +0000
committerKarl Berry2006-07-16 18:25:23 +0000
commitece35e15a7e73189b45b7c2d2fddcd6f46b0476f (patch)
treea785493e0cb209c32b27d5eac2a6fe1ec144ee03 /lispref/strings.texi
parent912c723552fdb9ff934d768e032b56c23911f2ab (diff)
downloademacs-ece35e15a7e73189b45b7c2d2fddcd6f46b0476f.tar.gz
emacs-ece35e15a7e73189b45b7c2d2fddcd6f46b0476f.zip
fix bad page breaks
Diffstat (limited to 'lispref/strings.texi')
-rw-r--r--lispref/strings.texi13
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
285whenever there are two consecutive matches for @var{separators}, or a 285whenever there are two consecutive matches for @var{separators}, or a
286match is adjacent to the beginning or end of @var{string}. If 286match is adjacent to the beginning or end of @var{string}. If
287@var{omit-nulls} is @code{t}, these null strings are omitted from the 287@var{omit-nulls} is @code{t}, these null strings are omitted from the
288result list. 288result.
289 289
290If @var{separators} is @code{nil} (or omitted), 290If @var{separators} is @code{nil} (or omitted),
291the default is the value of @code{split-string-default-separators}. 291the default is the value of @code{split-string-default-separators}.
@@ -544,10 +544,11 @@ be a list of strings rather than an actual alist.
544@xref{Association Lists}. 544@xref{Association Lists}.
545@end defun 545@end defun
546 546
547 See also @code{compare-buffer-substrings} in @ref{Comparing Text}, for 547 See also the @code{compare-buffer-substrings} function in
548a way to compare text in buffers. The function @code{string-match}, 548@ref{Comparing Text}, for a way to compare text in buffers. The
549which matches a regular expression against a string, can be used 549function @code{string-match}, which matches a regular expression
550for a kind of string comparison; see @ref{Regexp Search}. 550against a string, can be used for a kind of string comparison; see
551@ref{Regexp Search}.
551 552
552@node String Conversion 553@node String Conversion
553@comment node-name, next, previous, up 554@comment node-name, next, previous, up
@@ -566,7 +567,7 @@ text representation of a string (@pxref{Converting Representations}).
566 @xref{Documentation}, for functions that produce textual descriptions 567 @xref{Documentation}, for functions that produce textual descriptions
567of text characters and general input events 568of text characters and general input events
568(@code{single-key-description} and @code{text-char-description}). These 569(@code{single-key-description} and @code{text-char-description}). These
569functions are used primarily for making help messages. 570are used primarily for making help messages.
570 571
571@defun char-to-string character 572@defun char-to-string character
572@cindex character to string 573@cindex character to string