]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix name of buffer-substring-no-properties.
authorRichard M. Stallman <rms@gnu.org>
Tue, 3 Oct 1995 15:11:56 +0000 (15:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 3 Oct 1995 15:11:56 +0000 (15:11 +0000)
lispref/text.texi

index 176edf1f74dd8436576f7a66513850942cf25533..08723e5bc842ab79c640f9015b95140c5237a0c5 100644 (file)
@@ -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.