changeset 63682:701e28d85125

(The Mark): Texinfo usage fix.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 23 Jun 2005 07:37:15 +0000
parents 4dd0ef7bee9f
children 9560f6365236
files lispref/markers.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/markers.texi	Thu Jun 23 05:28:10 2005 +0000
+++ b/lispref/markers.texi	Thu Jun 23 07:37:15 2005 +0000
@@ -557,9 +557,9 @@
 
 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