diff options
author | Dave Love <fx@gnu.org> | 2000-11-23 19:03:07 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-11-23 19:03:07 +0000 |
commit | 34f70eda7f649abf733481672d7925e6e9aa61bb (patch) | |
tree | 57a34a65c964ab409e255068694af9b316f52098 /lispref/positions.texi | |
parent | 429994d86595af9ee7a5f55dd2b70424c096b0f0 (diff) | |
download | emacs-34f70eda7f649abf733481672d7925e6e9aa61bb.tar.gz |
*** empty log message ***
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 |