Mercurial > emacs
changeset 13109:acb0ab49f4e7
Fix name of buffer-substring-no-properties.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 03 Oct 1995 15:11:56 +0000 |
parents | 04466bd88580 |
children | 206ed64fe032 |
files | lispref/text.texi |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.