Mercurial > hg > xemacs-beta
diff man/lispref/strings.texi @ 284:558f606b08ae r21-0b40
Import from CVS: tag r21-0b40
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:34:13 +0200 |
parents | 7df0dd720c89 |
children | 54f7aa390f4f |
line wrap: on
line diff
--- a/man/lispref/strings.texi Mon Aug 13 10:33:19 2007 +0200 +++ b/man/lispref/strings.texi Mon Aug 13 10:34:13 2007 +0200 @@ -127,7 +127,7 @@ putting strings together, or by taking them apart. @defun string &rest characters - This function returns of string made up of @var{characters}. + This function returns a new string made up of @var{characters}. @example (string ?X ?E ?m ?a ?c ?s)