emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 597598f 16/17: Merge from origin/emacs-25


From: Paul Eggert
Subject: [Emacs-diffs] master 597598f 16/17: Merge from origin/emacs-25
Date: Sun, 19 Mar 2017 15:41:44 -0400 (EDT)

branch: master
commit 597598fff47f809c150e452d813c998b868376ec
Merge: 679341e d71e071
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Merge from origin/emacs-25
    
    d71e071 Improve documentation of interactive "r".
---
 doc/lispref/commands.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index 424d25a..274f8b4 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]