# HG changeset patch # User Richard M. Stallman # Date 1049660740 0 # Node ID cb9a2b0620a3ee480bc7aa677995e630efeb2cd0 # Parent e4180f608731a0458acf644fce416e545430b991 (Near Point): Fix nonsense in char-before. diff -r e4180f608731 -r cb9a2b0620a3 lispref/text.texi --- 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