# HG changeset patch # User Richard M. Stallman # Date 1063982562 0 # Node ID ead8baf4d88247e71d59d2963929d5d92199783b # Parent 0df4c5163e4ec69ddef96e1c1b648be0abf95165 (Creating Strings): Add substring-no-properties. diff -r 0df4c5163e4e -r ead8baf4d882 lispref/strings.texi --- 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