diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-10-27 21:30:00 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-10-27 21:30:00 +0000 |
commit | 5c8ad206590a212cef666610f49d9e7d2bc616ed (patch) | |
tree | bde67260fc37adee5546001b9c6d7d93cccecf69 /doc/lispref/positions.texi | |
parent | cc5a21e3f727e8e193b76b2709f18e0e6959c2c2 (diff) | |
download | emacs-5c8ad206590a212cef666610f49d9e7d2bc616ed.tar.gz emacs-5c8ad206590a212cef666610f49d9e7d2bc616ed.tar.bz2 emacs-5c8ad206590a212cef666610f49d9e7d2bc616ed.zip |
(Skipping Characters): Correct return value of skip-chars-forward.
Diffstat (limited to 'doc/lispref/positions.texi')
-rw-r--r-- | doc/lispref/positions.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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{} |