changeset 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 e4180f608731
children 16fdb9f87d89
files lispref/text.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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