]> git.eshelyaron.com Git - emacs.git/commitdiff
(Creating Strings): Add substring-no-properties.
authorRichard M. Stallman <rms@gnu.org>
Fri, 19 Sep 2003 14:42:42 +0000 (14:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 19 Sep 2003 14:42:42 +0000 (14:42 +0000)
lispref/strings.texi

index b0cc45a38b556e31804f755fac573ab77ed17b2e..79aeb976f1e7da8a49033d86c25023251c3cfc2d 100644 (file)
@@ -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