Mercurial > emacs
comparison lispref/markers.texi @ 12098:a6eb5f12b0f3
*** empty log message ***
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 06 Jun 1995 19:21:15 +0000 |
parents | 2d4db32cccd5 |
children | 66d807bdc5b4 |
comparison
equal
deleted
inserted
replaced
12097:d8c035332be8 | 12098:a6eb5f12b0f3 |
---|---|
494 The return value is not meaningful. | 494 The return value is not meaningful. |
495 @end defun | 495 @end defun |
496 | 496 |
497 @defopt transient-mark-mode | 497 @defopt transient-mark-mode |
498 @cindex Transient Mark mode | 498 @cindex Transient Mark mode |
499 This variable enables Transient Mark mode, in which every | 499 This variable if non-@code{nil} enables Transient Mark mode, in which |
500 buffer-modifying primitive sets @code{deactivate-mark}. The consequence | 500 every buffer-modifying primitive sets @code{deactivate-mark}. The |
501 of this is that commands that modify the buffer normally make the mark | 501 consequence of this is that commands that modify the buffer normally |
502 inactive. | 502 make the mark inactive. |
503 @end defopt | 503 @end defopt |
504 | 504 |
505 @defvar deactivate-mark | 505 @defvar deactivate-mark |
506 If an editor command sets this variable non-@code{nil}, then the editor | 506 If an editor command sets this variable non-@code{nil}, then the editor |
507 command loop deactivates the mark after the command returns, but only if | 507 command loop deactivates the mark after the command returns, but only if |