aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 b2dc49391b6..3710ee4caf7 100644
--- a/doc/lispref/commands.texi
+++ b/doc/lispref/commands.texi
@@ -484,7 +484,8 @@ I/O.
484@cindex region argument 484@cindex region argument
485Point and the mark, as two numeric arguments, smallest first. This is 485Point and the mark, as two numeric arguments, smallest first. This is
486the only code letter that specifies two successive arguments rather than 486the only code letter that specifies two successive arguments rather than
487one. No I/O. 487one. This will signal an error if the mark is not set in the buffer
488which is current when the command is invoked. No I/O.
488 489
489@item s 490@item s
490Arbitrary text, read in the minibuffer and returned as a string 491Arbitrary text, read in the minibuffer and returned as a string