Mercurial > emacs
changeset 52543:ead8baf4d882
(Creating Strings): Add substring-no-properties.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 19 Sep 2003 14:42:42 +0000 |
parents | 0df4c5163e4e |
children | 5e831368522d |
files | lispref/strings.texi |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/strings.texi Fri Sep 19 14:42:17 2003 +0000 +++ b/lispref/strings.texi Fri Sep 19 14:42:42 2003 +0000 @@ -219,6 +219,11 @@ beginning of a buffer is at index 1. @end defun +@defun substring-no-properties string start &optional end +This works like @code{substring} but discards all text properties +from the value. +@end defun + @defun concat &rest sequences @cindex copying strings @cindex concatenating strings