From: Richard M. Stallman Date: Fri, 19 Sep 2003 14:42:42 +0000 (+0000) Subject: (Creating Strings): Add substring-no-properties. X-Git-Tag: ttn-vms-21-2-B4~8803 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1994c2a79c0391dde6f3463202be7d145c4071eb;p=emacs.git (Creating Strings): Add substring-no-properties. --- diff --git a/lispref/strings.texi b/lispref/strings.texi index b0cc45a38b5..79aeb976f1e 100644 --- a/lispref/strings.texi +++ b/lispref/strings.texi @@ -219,6 +219,11 @@ the current buffer. The beginning of a string is at index 0, but the 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