diff options
| author | Richard M. Stallman | 2005-06-18 13:57:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-06-18 13:57:17 +0000 |
| commit | 342fd6cd64f3199cc46a08b28c1b7b15abcc168e (patch) | |
| tree | dd4459493ee270e3cd5be82ce8db972479cde113 /lispref/strings.texi | |
| parent | 9a2625351f07c169ca526e4d1646efbcbb5cd223 (diff) | |
| download | emacs-342fd6cd64f3199cc46a08b28c1b7b15abcc168e.tar.gz emacs-342fd6cd64f3199cc46a08b28c1b7b15abcc168e.zip | |
Fix formatting ugliness.
Diffstat (limited to 'lispref/strings.texi')
| -rw-r--r-- | lispref/strings.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lispref/strings.texi b/lispref/strings.texi index b70e8d9f9d4..d0504684f82 100644 --- a/lispref/strings.texi +++ b/lispref/strings.texi | |||
| @@ -298,7 +298,8 @@ useful. If you need such a result, use an explicit value for | |||
| 298 | @var{separators}: | 298 | @var{separators}: |
| 299 | 299 | ||
| 300 | @example | 300 | @example |
| 301 | (split-string " two words " split-string-default-separators) | 301 | (split-string " two words " |
| 302 | split-string-default-separators) | ||
| 302 | @result{} ("" "two" "words" "") | 303 | @result{} ("" "two" "words" "") |
| 303 | @end example | 304 | @end example |
| 304 | 305 | ||
| @@ -353,8 +354,8 @@ practice: | |||
| 353 | @end defun | 354 | @end defun |
| 354 | 355 | ||
| 355 | @defvar split-string-default-separators | 356 | @defvar split-string-default-separators |
| 356 | The default value of @var{separators} for @code{split-string}, initially | 357 | The default value of @var{separators} for @code{split-string}. Its |
| 357 | @w{@samp{"[ \f\t\n\r\v]+"}}. | 358 | usual value is @w{@samp{"[ \f\t\n\r\v]+"}}. |
| 358 | @end defvar | 359 | @end defvar |
| 359 | 360 | ||
| 360 | @node Modifying Strings | 361 | @node Modifying Strings |