mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-30 19:53:09 +00:00
Minor improving in indexing of buffer position.
* doc/lispref/positions.texi (Positions): Improve indexing.
This commit is contained in:
parent
e2c904739e
commit
c5074806de
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user