diff lispref/text.texi @ 50467:cb9a2b0620a3

(Near Point): Fix nonsense in char-before.
author Richard M. Stallman <rms@gnu.org>
date Sun, 06 Apr 2003 20:25:40 +0000
parents 5c2d8e3b81b4
children a3a94326d597
line wrap: on
line diff
--- a/lispref/text.texi	Sun Apr 06 20:23:10 2003 +0000
+++ b/lispref/text.texi	Sun Apr 06 20:25:40 2003 +0000
@@ -89,7 +89,7 @@
 @defun char-before &optional position
 This function returns the character in the current buffer immediately
 before position @var{position}.  If @var{position} is out of range for
-this purpose, either before the beginning of the buffer, or at or beyond
+this purpose, either at or before the beginning of the buffer, or beyond
 the end, then the value is @code{nil}.  The default for
 @var{position} is point.
 @end defun