From 5c8ad206590a212cef666610f49d9e7d2bc616ed Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Mon, 27 Oct 2008 21:30:00 +0000 Subject: [PATCH] (Skipping Characters): Correct return value of skip-chars-forward. --- doc/lispref/positions.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/positions.texi b/doc/lispref/positions.texi index 1e2a0802b93..ec3a3a936e3 100644 --- a/doc/lispref/positions.texi +++ b/doc/lispref/positions.texi @@ -796,7 +796,7 @@ comes back" twice. @group (skip-chars-forward "a-zA-Z ") - @result{} nil + @result{} 18 ---------- Buffer: foo ---------- I read "The cat in the hat@point{} -- 2.39.2