]> code.delx.au - gnu-emacs/blobdiff - lispref/markers.texi
(make-char): Doc-string modified.
[gnu-emacs] / lispref / markers.texi
index ae2deeb9b4d6611e7b7a4b3daf14959bf6b1adde..8c41fa17f173e358df09b5527902ace3373abfe6 100644 (file)
@@ -441,7 +441,7 @@ This function is @emph{only} intended for interactive use.
 This function sets the mark to @var{position}, and activates the mark.
 The old value of the mark is @emph{not} pushed onto the mark ring.
 
-@strong{Please note:} use this function only if you want the user to
+@strong{Please note:} Use this function only if you want the user to
 see that the mark has moved, and you want the previous mark position to
 be lost.  Normally, when a new mark is set, the old one should go on the
 @code{mark-ring}.  For this reason, most applications should use
@@ -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