emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/strings.texi


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lispref/strings.texi
Date: Sat, 11 Mar 2006 22:42:14 +0000

Index: emacs/lispref/strings.texi
diff -u emacs/lispref/strings.texi:1.42 emacs/lispref/strings.texi:1.43
--- emacs/lispref/strings.texi:1.42     Mon Feb  6 11:55:10 2006
+++ emacs/lispref/strings.texi  Sat Mar 11 22:42:14 2006
@@ -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 @address@hidden"[ \f\t\n\r\v]+"}}.
+usual value is @address@hidden"[ \f\t\n\r\v]+"}}.
 @end defvar
 
 @node Modifying Strings




reply via email to

[Prev in Thread] Current Thread [Next in Thread]