diff options
Diffstat (limited to 'lispref/positions.texi')
-rw-r--r-- | lispref/positions.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lispref/positions.texi b/lispref/positions.texi index 378134e30c2..d79c53d6f36 100644 --- a/lispref/positions.texi +++ b/lispref/positions.texi @@ -213,8 +213,9 @@ backward until encountering the front of a word, rather than forward. In an interactive call, @var{count} is set to the numeric prefix argument. -This function is rarely used in programs, as it is more efficient to -call @code{forward-word} with a negative argument. +@c [Now optimized by compiler.] +@c This function is rarely used in programs, as it is more efficient to +@c call @code{forward-word} with a negative argument. @end deffn @defvar words-include-escapes |