]> code.delx.au - gnu-emacs/blobdiff - lispref/markers.texi
(Creating Keymaps): Put make-sparse-keymap before make-keymap.
[gnu-emacs] / lispref / markers.texi
index 3353d7805ae16e4f78f5da57eef77a4820ba0865..4eb34ce13a0f51c0795b9347cd09bd35c7f6ea5b 100644 (file)
@@ -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