emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109913: Add a couple of xrefs to the


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109913: Add a couple of xrefs to the Lisp manual.
Date: Fri, 07 Sep 2012 12:51:26 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109913
fixes bug: http://debbugs.gnu.org/12269
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Fri 2012-09-07 12:51:26 +0800
message:
  Add a couple of xrefs to the Lisp manual.
  
  * markers.texi (Moving Markers): Add xref to Point.
  
  * syntax.texi (Low-Level Parsing): Add xref to Parser State.
modified:
  doc/lispref/ChangeLog
  doc/lispref/markers.texi
  doc/lispref/syntax.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-09-04 21:21:00 +0000
+++ b/doc/lispref/ChangeLog     2012-09-07 04:51:26 +0000
@@ -1,3 +1,10 @@
+2012-09-07  Chong Yidong  <address@hidden>
+
+       * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
+
+       * syntax.texi (Low-Level Parsing): Add xref to Parser State
+       (Bug#12269).
+
 2012-09-04  Lars Ingebrigtsen  <address@hidden>
 
        * debugging.texi (Explicit Debug): Document `debug-on-message'.

=== modified file 'doc/lispref/markers.texi'
--- a/doc/lispref/markers.texi  2012-05-27 01:34:14 +0000
+++ b/doc/lispref/markers.texi  2012-09-07 04:51:26 +0000
@@ -355,9 +355,9 @@
 
 If @var{position} is less than 1, @code{set-marker} moves @var{marker}
 to the beginning of the buffer.  If @var{position} is greater than the
-size of the buffer, @code{set-marker} moves marker to the end of the
-buffer.  If @var{position} is @code{nil} or a marker that points
-nowhere, then @var{marker} is set to point nowhere.
+size of the buffer (@pxref{Point}), @code{set-marker} moves marker to
+the end of the buffer.  If @var{position} is @code{nil} or a marker
+that points nowhere, then @var{marker} is set to point nowhere.
 
 The value returned is @var{marker}.
 

=== modified file 'doc/lispref/syntax.texi'
--- a/doc/lispref/syntax.texi   2012-08-04 14:33:00 +0000
+++ b/doc/lispref/syntax.texi   2012-09-07 04:51:26 +0000
@@ -878,6 +878,9 @@
 @var{start}, not scanning past @var{limit}.  It stops at position
 @var{limit} or when certain criteria described below are met, and sets
 point to the location where parsing stops.  It returns a parser state
address@hidden
+(@pxref{Parser State})
address@hidden ifinfo
 describing the status of the parse at the point where it stops.
 
 @cindex parenthesis depth


reply via email to

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