diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-06-06 19:21:15 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-06-06 19:21:15 +0000 |
commit | ef14c259334e1f024b445e3b015bb8015e3a1e96 (patch) | |
tree | fa6c80844041fb38b1d35d5ec7dd8c440850f126 /lispref/markers.texi | |
parent | 127c32406691496e3e252c05bd6b50ebcae80c0e (diff) | |
download | emacs-ef14c259334e1f024b445e3b015bb8015e3a1e96.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref/markers.texi')
-rw-r--r-- | lispref/markers.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lispref/markers.texi b/lispref/markers.texi index ef991890a18..8c41fa17f17 100644 --- a/lispref/markers.texi +++ b/lispref/markers.texi @@ -496,10 +496,10 @@ The return value is not meaningful. @defopt transient-mark-mode @cindex Transient Mark mode -This variable enables Transient Mark mode, in which every -buffer-modifying primitive sets @code{deactivate-mark}. The consequence -of this is that commands that modify the buffer normally make the mark -inactive. +This variable if non-@code{nil} enables Transient Mark mode, in which +every buffer-modifying primitive sets @code{deactivate-mark}. The +consequence of this is that commands that modify the buffer normally +make the mark inactive. @end defopt @defvar deactivate-mark |