Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a3a349c4
Commit
a3a349c4
authored
Apr 06, 2003
by
Richard M. Stallman
Browse files
(Near Point): Fix nonsense in char-before.
parent
2060e50c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lispref/text.texi
lispref/text.texi
+1
-1
No files found.
lispref/text.texi
View file @
a3a349c4
...
...
@@ -89,7 +89,7 @@ buffer is @samp{@@}:
@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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment