emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

`char-before' doc fix


From: Ben North
Subject: `char-before' doc fix
Date: Fri, 4 Apr 2003 11:49:42 +0100 (IST)

I think there is a small error in the Emacs Lisp Reference Manual for
`char-before', fixed by:

--- ORIG--text.texi     2003-04-04 11:26:05.000000000 +0100
+++ text.texi   2003-04-04 11:27:13.000000000 +0100
@@ -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









reply via email to

[Prev in Thread] Current Thread [Next in Thread]