diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-10-03 15:11:56 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-10-03 15:11:56 +0000 |
commit | d60be92724279a0f47749281ce2182017ded12a8 (patch) | |
tree | d544929cf31e15fd4fa00a2223475e86c6e20584 /lispref/text.texi | |
parent | af709d63a8ca6812cd69878ffc4c6a491d874fde (diff) | |
download | emacs-d60be92724279a0f47749281ce2182017ded12a8.tar.gz |
Fix name of buffer-substring-no-properties.
Diffstat (limited to 'lispref/text.texi')
-rw-r--r-- | lispref/text.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/text.texi b/lispref/text.texi index 176edf1f74d..08723e5bc84 100644 --- a/lispref/text.texi +++ b/lispref/text.texi @@ -182,7 +182,7 @@ This is the contents of buffer foo @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 @@ from the specified range of text. Here's an example: @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. |