diff options
| author | Eli Zaretskii | 2017-03-17 21:10:17 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2017-03-17 21:10:17 +0200 |
| commit | d71e071fcc8c72bfe9af02ef51233ad53d8e702b (patch) | |
| tree | 1db97f4530b60764112f126e618ef3b071920b56 /doc | |
| parent | 129d30e980754547cf7264c93dabb883eaff7c63 (diff) | |
| download | emacs-d71e071fcc8c72bfe9af02ef51233ad53d8e702b.tar.gz emacs-d71e071fcc8c72bfe9af02ef51233ad53d8e702b.zip | |
Improve documentation of interactive "r".
* doc/lispref/commands.texi (Interactive Codes): Mention that mark
must be set for "r" to work.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/commands.texi | 3 |
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 |
| 485 | Point and the mark, as two numeric arguments, smallest first. This is | 485 | Point and the mark, as two numeric arguments, smallest first. This is |
| 486 | the only code letter that specifies two successive arguments rather than | 486 | the only code letter that specifies two successive arguments rather than |
| 487 | one. No I/O. | 487 | one. This will signal an error if the mark is not set in the buffer |
| 488 | which is current when the command is invoked. No I/O. | ||
| 488 | 489 | ||
| 489 | @item s | 490 | @item s |
| 490 | Arbitrary text, read in the minibuffer and returned as a string | 491 | Arbitrary text, read in the minibuffer and returned as a string |