diff lispref/text.texi @ 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 a8cd9be43025
children 0489cb739a5f
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.