comparison lispref/positions.texi @ 33827:d939cbd0aef4

*** empty log message ***
author Dave Love <fx@gnu.org>
date Thu, 23 Nov 2000 19:03:07 +0000
parents d8e7d91d131a
children 67ec449a2b50
comparison
equal deleted inserted replaced
33826:a39402e633cd 33827:d939cbd0aef4
211 backward until encountering the front of a word, rather than forward. 211 backward until encountering the front of a word, rather than forward.
212 212
213 In an interactive call, @var{count} is set to the numeric prefix 213 In an interactive call, @var{count} is set to the numeric prefix
214 argument. 214 argument.
215 215
216 This function is rarely used in programs, as it is more efficient to 216 @c [Now optimized by compiler.]
217 call @code{forward-word} with a negative argument. 217 @c This function is rarely used in programs, as it is more efficient to
218 @c call @code{forward-word} with a negative argument.
218 @end deffn 219 @end deffn
219 220
220 @defvar words-include-escapes 221 @defvar words-include-escapes
221 @c Emacs 19 feature 222 @c Emacs 19 feature
222 This variable affects the behavior of @code{forward-word} and everything 223 This variable affects the behavior of @code{forward-word} and everything