all messages for Emacs-related lists mirrored at yhetil.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.