]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor improving in indexing of buffer position.
authorXue Fuqiao <xfq.free@gmail.com>
Sun, 18 Aug 2013 23:12:32 +0000 (07:12 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sun, 18 Aug 2013 23:12:32 +0000 (07:12 +0800)
* doc/lispref/positions.texi (Positions): Improve indexing.

doc/lispref/ChangeLog
doc/lispref/positions.texi
doc/lispref/text.texi

index 995203b5109bd6d8e133060e7f8b590c93979e19..3f9d23a5476ec4d87ed1429b89018a79f0b6a568 100644 (file)
@@ -1,3 +1,7 @@
+2013-08-18  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * positions.texi (Positions): Improve indexing.
+
 2013-08-18  Eli Zaretskii  <eliz@gnu.org>
 
        * markers.texi (The Region): Improve indexing.
index d514cff1a16342e7987a58a2e1ad47f8d6f72c9d..69f1b80c431223f9e2fed48ae804f277f23e1b4c 100644 (file)
@@ -5,6 +5,7 @@
 @node Positions
 @chapter Positions
 @cindex position (in buffer)
+@cindex 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
index 385b0f95c448341e1c61f275ad46688d423f311c..c4250f2f0ba4ee0f7bfde2eb9f8a3e6dcf979b6d 100644 (file)
@@ -4028,6 +4028,7 @@ A rectangle is represented by a list of strings.
 This represents a window configuration to restore in one frame, and a
 position to jump to in the current buffer.
 
+@c 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.