diff options
| author | Karl Berry | 2006-07-16 18:25:23 +0000 |
|---|---|---|
| committer | Karl Berry | 2006-07-16 18:25:23 +0000 |
| commit | ece35e15a7e73189b45b7c2d2fddcd6f46b0476f (patch) | |
| tree | a785493e0cb209c32b27d5eac2a6fe1ec144ee03 /lispref/strings.texi | |
| parent | 912c723552fdb9ff934d768e032b56c23911f2ab (diff) | |
| download | emacs-ece35e15a7e73189b45b7c2d2fddcd6f46b0476f.tar.gz emacs-ece35e15a7e73189b45b7c2d2fddcd6f46b0476f.zip | |
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 | |||
| 285 | whenever there are two consecutive matches for @var{separators}, or a | 285 | whenever there are two consecutive matches for @var{separators}, or a |
| 286 | match is adjacent to the beginning or end of @var{string}. If | 286 | match 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 |
| 288 | result list. | 288 | result. |
| 289 | 289 | ||
| 290 | If @var{separators} is @code{nil} (or omitted), | 290 | If @var{separators} is @code{nil} (or omitted), |
| 291 | the default is the value of @code{split-string-default-separators}. | 291 | 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. | |||
| 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 |
| 548 | a way to compare text in buffers. The function @code{string-match}, | 548 | @ref{Comparing Text}, for a way to compare text in buffers. The |
| 549 | which matches a regular expression against a string, can be used | 549 | function @code{string-match}, which matches a regular expression |
| 550 | for a kind of string comparison; see @ref{Regexp Search}. | 550 | against 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 |
| 567 | of text characters and general input events | 568 | of 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 |
| 569 | functions are used primarily for making help messages. | 570 | are 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 |