summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-03-19 12:34:05 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-03-19 12:34:05 -0700
commit597598fff47f809c150e452d813c998b868376ec (patch)
treed307b536544de08d132af0a44074beec2c242123
parent679341efebed30bfc939911e720e03204a1190b5 (diff)
parentd71e071fcc8c72bfe9af02ef51233ad53d8e702b (diff)
downloademacs-597598fff47f809c150e452d813c998b868376ec.tar.gz
Merge from origin/emacs-25
d71e071 Improve documentation of interactive "r".
-rw-r--r--doc/lispref/commands.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index 424d25a384f..274f8b47063 100644
--- a/doc/lispref/commands.texi
+++ b/doc/lispref/commands.texi
@@ -484,7 +484,8 @@ I/O.
@cindex region argument
Point and the mark, as two numeric arguments, smallest first. This is
the only code letter that specifies two successive arguments rather than
-one. No I/O.
+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.
@item s
Arbitrary text, read in the minibuffer and returned as a string