aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoakim Verona2013-08-14 16:07:18 +0200
committerJoakim Verona2013-08-14 16:07:18 +0200
commitef7cb56e57e53af78783a85df167f943bd5fe039 (patch)
tree8f3bfe3c46095a6c4b0c3e674cb3438ab060862c /doc
parent55497105a66ffe094014399687a18153619f08ed (diff)
parentd48d97ee4ab07e0c3e8c1a63efcfb707eef1b352 (diff)
downloademacs-ef7cb56e57e53af78783a85df167f943bd5fe039.tar.gz
emacs-ef7cb56e57e53af78783a85df167f943bd5fe039.zip
merge from trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/markers.texi3
-rw-r--r--doc/lispref/positions.texi2
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/lispref/markers.texi b/doc/lispref/markers.texi
index cae14ab9a78..05c3fc56fd4 100644
--- a/doc/lispref/markers.texi
+++ b/doc/lispref/markers.texi
@@ -279,6 +279,8 @@ This function returns the position that @var{marker} points to, or
279This function returns the buffer that @var{marker} points into, or 279This function returns the buffer that @var{marker} points into, or
280@code{nil} if it points nowhere. 280@code{nil} if it points nowhere.
281 281
282@c FIXME: The `buffer' argument of `set-marker' already defaults to
283@c the current buffer, why use `(current-buffer)' explicitly here?
282@example 284@example
283@group 285@group
284(setq m (make-marker)) 286(setq m (make-marker))
@@ -384,6 +386,7 @@ This is another name for @code{set-marker}.
384@node The Mark 386@node The Mark
385@section The Mark 387@section The Mark
386@cindex mark, the 388@cindex mark, the
389@c @cindex the mark?
387@cindex mark ring 390@cindex mark ring
388 391
389 Each buffer has a special marker, which is designated @dfn{the 392 Each buffer has a special marker, which is designated @dfn{the
diff --git a/doc/lispref/positions.texi b/doc/lispref/positions.texi
index 5cb1a851a5b..8a883061b93 100644
--- a/doc/lispref/positions.texi
+++ b/doc/lispref/positions.texi
@@ -805,7 +805,7 @@ thousands of times in the Lisp sources of Emacs.
805buffer, use @code{save-current-buffer} or @code{with-current-buffer} 805buffer, use @code{save-current-buffer} or @code{with-current-buffer}
806instead (@pxref{Current Buffer}). If you need to save or restore 806instead (@pxref{Current Buffer}). If you need to save or restore
807window configurations, see the forms described in @ref{Window 807window configurations, see the forms described in @ref{Window
808Configurations} and in @ref{Frame Configurations}. 808Configurations} and in @ref{Frame Configurations}. @c frameset?
809 809
810@defspec save-excursion body@dots{} 810@defspec save-excursion body@dots{}
811@cindex mark excursion 811@cindex mark excursion