comparison lispref/positions.texi @ 58397:b40efffdf96e

(Skipping Characters): Add missing `@end defun'.
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 21 Nov 2004 14:37:29 +0000
parents 23dfc76d3625
children 1b1724ddcdad f2ebccfa87d4
comparison
equal deleted inserted replaced
58396:60b3e92b3dd4 58397:b40efffdf96e
793 I read "The cat in the hat@point{} 793 I read "The cat in the hat@point{}
794 comes back" twice. 794 comes back" twice.
795 ---------- Buffer: foo ---------- 795 ---------- Buffer: foo ----------
796 @end group 796 @end group
797 @end example 797 @end example
798 @end defun
798 799
799 @defun skip-chars-backward character-set &optional limit 800 @defun skip-chars-backward character-set &optional limit
800 This function moves point backward, skipping characters that match 801 This function moves point backward, skipping characters that match
801 @var{character-set}, until @var{limit}. It is just like 802 @var{character-set}, until @var{limit}. It is just like
802 @code{skip-chars-forward} except for the direction of motion. 803 @code{skip-chars-forward} except for the direction of motion.