diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-06-23 07:37:15 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-06-23 07:37:15 +0000 |
commit | c7013c1ee93a7c219dc8c154210bf1cb9aa5f9a6 (patch) | |
tree | ec89b1d96790b2a5ea9b26d17c72feb3d8375e7b | |
parent | 9b0fbacd36f6eda9c3f2b5c8b9b1457b8d3ce22a (diff) | |
download | emacs-c7013c1ee93a7c219dc8c154210bf1cb9aa5f9a6.tar.gz |
(The Mark): Texinfo usage fix.
-rw-r--r-- | lispref/markers.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/markers.texi b/lispref/markers.texi index 3353d7805ae..4eb34ce13a0 100644 --- a/lispref/markers.texi +++ b/lispref/markers.texi @@ -557,9 +557,9 @@ make the mark inactive. Lisp programs can set @code{transient-mark-mode} to @code{only} to enable Transient Mark mode for the following command only. During -that following command, the value of transient-mark-mode is +that following command, the value of @code{transient-mark-mode} is @code{identity}. If it is still @code{identity} at the end of the -command, it changes to nil. +command, it changes to @code{nil}. @end defopt @defopt mark-even-if-inactive |