diff options
| author | Richard M. Stallman | 2003-04-06 20:25:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-04-06 20:25:40 +0000 |
| commit | a3a349c42d8d0bf8efdecb578ec4985101f73061 (patch) | |
| tree | 3fb126c418f61fe95b81f480c2610f671668e310 | |
| parent | 2060e50ca2e62553604d2a301ea0a97679292a59 (diff) | |
| download | emacs-a3a349c42d8d0bf8efdecb578ec4985101f73061.tar.gz emacs-a3a349c42d8d0bf8efdecb578ec4985101f73061.zip | |
(Near Point): Fix nonsense in char-before.
| -rw-r--r-- | lispref/text.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/text.texi b/lispref/text.texi index c0df73cb13c..c5bd5661ad4 100644 --- a/lispref/text.texi +++ b/lispref/text.texi | |||
| @@ -89,7 +89,7 @@ buffer is @samp{@@}: | |||
| 89 | @defun char-before &optional position | 89 | @defun char-before &optional position |
| 90 | This function returns the character in the current buffer immediately | 90 | This function returns the character in the current buffer immediately |
| 91 | before position @var{position}. If @var{position} is out of range for | 91 | before position @var{position}. If @var{position} is out of range for |
| 92 | this purpose, either before the beginning of the buffer, or at or beyond | 92 | this purpose, either at or before the beginning of the buffer, or beyond |
| 93 | the end, then the value is @code{nil}. The default for | 93 | the end, then the value is @code{nil}. The default for |
| 94 | @var{position} is point. | 94 | @var{position} is point. |
| 95 | @end defun | 95 | @end defun |