unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* `char-before' doc fix
@ 2003-04-04 10:49 Ben North
  0 siblings, 0 replies; only message in thread
From: Ben North @ 2003-04-04 10:49 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-04-04 10:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-04 10:49 `char-before' doc fix Ben North

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).