Mercurial > hg > xemacs-beta
diff man/lispref/sequences.texi @ 54:05472e90ae02 r19-16-pre2
Import from CVS: tag r19-16-pre2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:57:55 +0200 |
parents | bcdc7deadc19 |
children | 131b0175ea99 |
line wrap: on
line diff
--- a/man/lispref/sequences.texi Mon Aug 13 08:57:25 2007 +0200 +++ b/man/lispref/sequences.texi Mon Aug 13 08:57:55 2007 +0200 @@ -338,7 +338,7 @@ @group (aref "abcdefg" 1) - @result{} 98 ; @r{@samp{b} is @sc{ASCII} code 98.} + @result{} ?b @end group @group @@ -368,7 +368,7 @@ (setq x "asdfasfd") @result{} "asdfasfd" (aset x 3 ?Z) - @result{} 90 + @result{} ?Z x @result{} "asdZasfd" @end group @@ -400,6 +400,7 @@ a @result{} [0 0 0 0 0 0 0] @end group + @group (setq s "When in the course") @result{} "When in the course"