# HG changeset patch # User Richard M. Stallman # Date 812733116 0 # Node ID acb0ab49f4e7099ab96f9826d50820fc28f46682 # Parent 04466bd88580367289d9e53e8c3592b48a2fd4ac Fix name of buffer-substring-no-properties. diff -r 04466bd88580 -r acb0ab49f4e7 lispref/text.texi --- a/lispref/text.texi Tue Oct 03 09:17:37 1995 +0000 +++ b/lispref/text.texi Tue Oct 03 15:11:56 1995 +0000 @@ -182,7 +182,7 @@ @end example @end defun -@defun buffer-substring-without-properties start end +@defun buffer-substring-no-properties start end This is like @code{buffer-substring}, except that it does not copy text properties, just the characters themselves. @xref{Text Properties}. Here's an example of using this function to get a word to look up in an @@ -2233,7 +2233,7 @@ @end example @end defun -See also the function @code{buffer-substring-without-properties} +See also the function @code{buffer-substring-no-properties} (@pxref{Buffer Contents}) which copies text from the buffer but does not copy its properties.