Mercurial > emacs
changeset 69420:337a846a85de
(Creating Strings): Fix Texinfo usage.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 11 Mar 2006 22:42:14 +0000 |
parents | e043e733d1f5 |
children | a8284aa5c2b4 |
files | lispref/strings.texi |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/strings.texi Sat Mar 11 22:41:41 2006 +0000 +++ b/lispref/strings.texi Sat Mar 11 22:42:14 2006 +0000 @@ -293,7 +293,7 @@ @result{} ("two" "words") @end example -The result is not @samp{("" "two" "words" "")}, which would rarely be +The result is not @code{("" "two" "words" "")}, which would rarely be useful. If you need such a result, use an explicit value for @var{separators}: @@ -355,7 +355,7 @@ @defvar split-string-default-separators The default value of @var{separators} for @code{split-string}. Its -usual value is @w{@samp{"[ \f\t\n\r\v]+"}}. +usual value is @w{@code{"[ \f\t\n\r\v]+"}}. @end defvar @node Modifying Strings