aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorXue Fuqiao2013-08-14 21:58:25 +0800
committerXue Fuqiao2013-08-14 21:58:25 +0800
commit7510a061cbcec1b0d0f255448c9bf81638004cdb (patch)
tree58f9209fcc4b77b4593d7d0878e20d25f761ee70 /doc
parent4ce82fb8d9232e123d9e58b00851b775d1586646 (diff)
downloademacs-7510a061cbcec1b0d0f255448c9bf81638004cdb.tar.gz
emacs-7510a061cbcec1b0d0f255448c9bf81638004cdb.zip
* src/marker.c (set_marker): Reformat documentation.
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