diff options
| author | Joakim Verona | 2013-08-14 16:07:18 +0200 |
|---|---|---|
| committer | Joakim Verona | 2013-08-14 16:07:18 +0200 |
| commit | ef7cb56e57e53af78783a85df167f943bd5fe039 (patch) | |
| tree | 8f3bfe3c46095a6c4b0c3e674cb3438ab060862c /doc | |
| parent | 55497105a66ffe094014399687a18153619f08ed (diff) | |
| parent | d48d97ee4ab07e0c3e8c1a63efcfb707eef1b352 (diff) | |
| download | emacs-ef7cb56e57e53af78783a85df167f943bd5fe039.tar.gz emacs-ef7cb56e57e53af78783a85df167f943bd5fe039.zip | |
merge from trunk
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/markers.texi | 3 | ||||
| -rw-r--r-- | doc/lispref/positions.texi | 2 |
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 | |||
| 279 | This function returns the buffer that @var{marker} points into, or | 279 | This 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. | |||
| 805 | buffer, use @code{save-current-buffer} or @code{with-current-buffer} | 805 | buffer, use @code{save-current-buffer} or @code{with-current-buffer} |
| 806 | instead (@pxref{Current Buffer}). If you need to save or restore | 806 | instead (@pxref{Current Buffer}). If you need to save or restore |
| 807 | window configurations, see the forms described in @ref{Window | 807 | window configurations, see the forms described in @ref{Window |
| 808 | Configurations} and in @ref{Frame Configurations}. | 808 | Configurations} 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 |