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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/positions.texi
Date: Sun, 17 Apr 2005 11:49:52 -0400

Index: emacs/lispref/positions.texi
diff -c emacs/lispref/positions.texi:1.52 emacs/lispref/positions.texi:1.53
*** emacs/lispref/positions.texi:1.52   Sun Apr 17 15:46:33 2005
--- emacs/lispref/positions.texi        Sun Apr 17 15:49:52 2005
***************
*** 22,30 ****
  be a position (an integer), but accept a marker as a substitute,
  normally ignore which buffer the marker points into; they convert the
  marker to an integer, and use that integer, exactly as if you had
! passed the integer as the argument.  Markers used this way usually
! point to a position in the buffer that the function will operate on,
! but if not, they are converted to integers anyway.  @xref{Markers}.
  
    See also the ``field'' feature (@pxref{Fields}), which provides
  functions that are used by many cursor-motion commands.
--- 22,31 ----
  be a position (an integer), but accept a marker as a substitute,
  normally ignore which buffer the marker points into; they convert the
  marker to an integer, and use that integer, exactly as if you had
! passed the integer as the argument, even if the marker points to the
! ``wrong'' buffer.  A marker that points nowhere cannot convert to an
! integer; using it instead of an integer causes an error.
! @xref{Markers}.
  
    See also the ``field'' feature (@pxref{Fields}), which provides
  functions that are used by many cursor-motion commands.




reply via email to

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