+2004-02-04 Luc Teirlinck <teirllm@auburn.edu>
+
+ * editfns.c (Fchar_after, Fchar_before): Doc fixes.
+
2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
* xselect.c: Include stdio,h.
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;
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;