2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
+ * syntax.c (Fskip_syntax_backward): Doc clarification (bug#15115).
+
* minibuf.c (Fread_string): Doc clarification (bug#15422).
* buffer.c (Fmake_overlay): Doc clarification (bug#15489).
SYNTAX is a string of syntax code characters.
Stop on reaching a char whose syntax is not in SYNTAX, or at position LIM.
If SYNTAX starts with ^, skip characters whose syntax is NOT in SYNTAX.
-This function returns the distance traveled, either zero or negative. */)
+This function returns either zero or a negative number, and the absolute value
+of this is the distance traveled. */)
(Lisp_Object syntax, Lisp_Object lim)
{
return skip_syntaxes (0, syntax, lim);