emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/positions.texi [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/positions.texi [lexbind]
Date: Tue, 14 Oct 2003 19:10:18 -0400

Index: emacs/lispref/positions.texi
diff -c emacs/lispref/positions.texi:1.31.4.1 
emacs/lispref/positions.texi:1.31.4.2
*** emacs/lispref/positions.texi:1.31.4.1       Fri Apr  4 01:20:42 2003
--- emacs/lispref/positions.texi        Tue Oct 14 19:10:12 2003
***************
*** 185,191 ****
    These functions for parsing words use the syntax table to decide
  whether a given character is part of a word.  @xref{Syntax Tables}.
  
! @deffn Command forward-word count
  This function moves point forward @var{count} words (or backward if
  @var{count} is negative).  ``Moving one word'' means moving until point
  crosses a word-constituent character and then encounters a
--- 185,191 ----
    These functions for parsing words use the syntax table to decide
  whether a given character is part of a word.  @xref{Syntax Tables}.
  
! @deffn Command forward-word &optional count
  This function moves point forward @var{count} words (or backward if
  @var{count} is negative).  ``Moving one word'' means moving until point
  crosses a word-constituent character and then encounters a
***************
*** 203,221 ****
  this function ignores field boundaries.
  
  In an interactive call, @var{count} is specified by the numeric prefix
! argument.
  @end deffn
  
! @deffn Command backward-word count
  This function is just like @code{forward-word}, except that it moves
  backward until encountering the front of a word, rather than forward.
- 
- In an interactive call, @var{count} is set to the numeric prefix
- 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
--- 203,214 ----
  this function ignores field boundaries.
  
  In an interactive call, @var{count} is specified by the numeric prefix
! argument.  If @var{count} is omitted or @code{nil}, it defaults to 1.
  @end deffn
  
! @deffn Command backward-word &optional count
  This function is just like @code{forward-word}, except that it moves
  backward until encountering the front of a word, rather than forward.
  @end deffn
  
  @defvar words-include-escapes
***************
*** 641,648 ****
  them in Emacs).  The syntax table controls how these functions interpret
  various characters; see @ref{Syntax Tables}.  @xref{Parsing
  Expressions}, for lower-level primitives for scanning sexps or parts of
! sexps.  For user-level commands, see @ref{Lists Commands,,, emacs, The GNU
! Emacs Manual}.
  
  @deffn Command forward-list &optional arg
  This function moves forward across @var{arg} (default 1) balanced groups of
--- 634,641 ----
  them in Emacs).  The syntax table controls how these functions interpret
  various characters; see @ref{Syntax Tables}.  @xref{Parsing
  Expressions}, for lower-level primitives for scanning sexps or parts of
! sexps.  For user-level commands, see @ref{Parentheses,, Commands for
! Editing with Parentheses, emacs, The GNU Emacs Manual}.
  
  @deffn Command forward-list &optional arg
  This function moves forward across @var{arg} (default 1) balanced groups of
***************
*** 996,998 ****
--- 989,995 ----
  @end group
  @end example
  @end defspec
+ 
+ @ignore
+    arch-tag: 56e8ff26-4ffe-4832-a141-7e991a2d0f87
+ @end ignore




reply via email to

[Prev in Thread] Current Thread [Next in Thread]