From a3a349c42d8d0bf8efdecb578ec4985101f73061 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 6 Apr 2003 20:25:40 +0000 Subject: [PATCH] (Near Point): Fix nonsense in char-before. --- lispref/text.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispref/text.texi b/lispref/text.texi index c0df73cb13c..c5bd5661ad4 100644 --- a/lispref/text.texi +++ b/lispref/text.texi @@ -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 -- 2.39.2