emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/text.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/text.texi
Date: Sun, 06 Apr 2003 16:25:41 -0400

Index: emacs/lispref/text.texi
diff -c emacs/lispref/text.texi:1.60 emacs/lispref/text.texi:1.61
*** emacs/lispref/text.texi:1.60        Mon Feb 10 06:31:36 2003
--- emacs/lispref/text.texi     Sun Apr  6 16:25:40 2003
***************
*** 89,95 ****
  @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
  the end, then the value is @code{nil}.  The default for
  @var{position} is point.
  @end defun
--- 89,95 ----
  @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 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]