From: Richard M. Stallman Date: Sun, 6 Apr 2003 20:25:40 +0000 (+0000) Subject: (Near Point): Fix nonsense in char-before. X-Git-Tag: ttn-vms-21-2-B4~10617 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a3a349c42d8d0bf8efdecb578ec4985101f73061;p=emacs.git (Near Point): Fix nonsense in char-before. --- 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