]> git.eshelyaron.com Git - emacs.git/commitdiff
More accurate documentation of the "r" interactive spec
authorEli Zaretskii <eliz@gnu.org>
Fri, 19 Feb 2021 13:16:31 +0000 (15:16 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 19 Feb 2021 13:16:31 +0000 (15:16 +0200)
* doc/lispref/commands.texi (Interactive Codes): Describe the
effect of 'mark-even-if-inactive'.

doc/lispref/commands.texi

index 5385c03790d1b5bc8a83b3002c1a482fb519bbc9..7569ca6e6911d55b2954aca1b5b5b39ab6584377 100644 (file)
@@ -488,7 +488,10 @@ I/O.
 Point and the mark, as two numeric arguments, smallest first.  This is
 the only code letter that specifies two successive arguments rather than
 one.  This will signal an error if the mark is not set in the buffer
-which is current when the command is invoked.  No I/O.
+which is current when the command is invoked.  If Transient Mark mode
+is turned on (@pxref{The Mark}) --- as it is by default --- and user
+option @code{mark-even-if-inactive} is @code{nil}, Emacs will signal
+an error even if the mark @emph{is} set, but is inactive.  No I/O.
 
 @item s
 Arbitrary text, read in the minibuffer and returned as a string