emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/strings.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/strings.texi
Date: Fri, 19 Sep 2003 10:42:42 -0400

Index: emacs/lispref/strings.texi
diff -c emacs/lispref/strings.texi:1.28 emacs/lispref/strings.texi:1.29
*** emacs/lispref/strings.texi:1.28     Mon Sep  1 11:45:41 2003
--- emacs/lispref/strings.texi  Fri Sep 19 10:42:42 2003
***************
*** 219,224 ****
--- 219,229 ----
  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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]