From: Luc Teirlinck Date: Sat, 11 Mar 2006 22:42:14 +0000 (+0000) Subject: (Creating Strings): Fix Texinfo usage. X-Git-Tag: emacs-pretest-22.0.90~3660 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bed0f7b24625f0e2f6e6b3c8a222aac1165c00fc;p=emacs.git (Creating Strings): Fix Texinfo usage. --- diff --git a/lispref/strings.texi b/lispref/strings.texi index e722b74e54c..d7111eaa722 100644 --- a/lispref/strings.texi +++ b/lispref/strings.texi @@ -293,7 +293,7 @@ null strings are always omitted from the result. Thus: @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 @@ practice: @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