From 1994c2a79c0391dde6f3463202be7d145c4071eb Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 19 Sep 2003 14:42:42 +0000 Subject: [PATCH] (Creating Strings): Add substring-no-properties. --- lispref/strings.texi | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.2