Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
64d1e373
Commit
64d1e373
authored
Feb 05, 2004
by
Luc Teirlinck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fchar_after, Fchar_before): Doc fixes.
parent
5b698285
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/editfns.c
src/editfns.c
+2
-2
No files found.
src/ChangeLog
View file @
64d1e373
2004-02-04 Luc Teirlinck <teirllm@auburn.edu>
* editfns.c (Fchar_after, Fchar_before): Doc fixes.
2004-02-05 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* xselect.c: Include stdio,h.
...
...
src/editfns.c
View file @
64d1e373
...
...
@@ -1138,7 +1138,7 @@ DEFUN ("eolp", Feolp, Seolp, 0, 0, 0,
DEFUN
(
"char-after"
,
Fchar_after
,
Schar_after
,
0
,
1
,
0
,
doc
:
/* Return character in current buffer at position POS.
POS is an integer or a marker.
POS is an integer or a marker
and defaults to point
.
If POS is out of range, the value is nil. */
)
(
pos
)
Lisp_Object
pos
;
...
...
@@ -1171,7 +1171,7 @@ If POS is out of range, the value is nil. */)
DEFUN
(
"char-before"
,
Fchar_before
,
Schar_before
,
0
,
1
,
0
,
doc
:
/* Return character in current buffer preceding position POS.
POS is an integer or a marker.
POS is an integer or a marker
and defaults to point
.
If POS is out of range, the value is nil. */
)
(
pos
)
Lisp_Object
pos
;
...
...
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