]> git.eshelyaron.com Git - emacs.git/commitdiff
(Near Point): Fix nonsense in char-before.
authorRichard M. Stallman <rms@gnu.org>
Sun, 6 Apr 2003 20:25:40 +0000 (20:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 6 Apr 2003 20:25:40 +0000 (20:25 +0000)
lispref/text.texi

index c0df73cb13ca20580ea2c551bd17888c64f01f09..c5bd5661ad4f7fe9a5b1b3aec66bbb6ea081845e 100644 (file)
@@ -89,7 +89,7 @@ buffer is @samp{@@}:
 @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