emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113942: Minor improving in indexing of buffer posit


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r113942: Minor improving in indexing of buffer position.
Date: Sun, 18 Aug 2013 23:13:04 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113942
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Mon 2013-08-19 07:12:32 +0800
message:
  Minor improving in indexing of buffer position.
  
  * doc/lispref/positions.texi (Positions): Improve indexing.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/positions.texi     
positions.texi-20091113204419-o5vbwnq5f7feedwu-6206
  doc/lispref/text.texi          text.texi-20091113204419-o5vbwnq5f7feedwu-6215
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-08-18 19:25:15 +0000
+++ b/doc/lispref/ChangeLog     2013-08-18 23:12:32 +0000
@@ -1,3 +1,7 @@
+2013-08-18  Xue Fuqiao  <address@hidden>
+
+       * positions.texi (Positions): Improve indexing.
+
 2013-08-18  Eli Zaretskii  <address@hidden>
 
        * markers.texi (The Region): Improve indexing.

=== modified file 'doc/lispref/positions.texi'
--- a/doc/lispref/positions.texi        2013-08-16 00:20:56 +0000
+++ b/doc/lispref/positions.texi        2013-08-18 23:12:32 +0000
@@ -5,6 +5,7 @@
 @node Positions
 @chapter Positions
 @cindex position (in buffer)
address@hidden buffer position
 
   A @dfn{position} is the index of a character in the text of a buffer.
 More precisely, a position identifies the place between two characters

=== modified file 'doc/lispref/text.texi'
--- a/doc/lispref/text.texi     2013-08-17 14:14:41 +0000
+++ b/doc/lispref/text.texi     2013-08-18 23:12:32 +0000
@@ -4028,6 +4028,7 @@
 This represents a window configuration to restore in one frame, and a
 position to jump to in the current buffer.
 
address@hidden FIXME: Mention frameset here.
 @item @code{(@var{frame-configuration} @var{position})}
 This represents a frame configuration to restore, and a position
 to jump to in the current buffer.


reply via email to

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