emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 6122596: Revert "bug#28609: simple.el"


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 6122596: Revert "bug#28609: simple.el"
Date: Fri, 29 Sep 2017 08:54:10 -0400 (EDT)

branch: emacs-26
commit 61225964edbaa01e49a6e776af00502ab31767b5
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Revert "bug#28609: simple.el"
    
    This reverts commit a75ab3b3fb8ab69ef38a94403d061f88f3b5b63e.
---
 lisp/simple.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index 44728fd..4695577 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -1003,7 +1003,7 @@ Called with one argument METHOD.
 If METHOD is `delete-only', then delete the region; the return value
 is undefined.  If METHOD is nil, then return the content as a string.
 If METHOD is `bounds', then return the boundaries of the region
-as a pair of the form (START . END) positions.
+as a list of pairs of (START . END) positions.
 If METHOD is anything else, delete the region and return its content
 as a string, after filtering it with `filter-buffer-substring', which
 is called with METHOD as its 3rd argument.")
@@ -5473,8 +5473,7 @@ also checks the value of `use-empty-active-region'."
        (progn (cl-assert (mark)) t)))
 
 (defun region-bounds ()
-  "Return the boundaries of the region as a pair of positions.
-Value is of the form (START . END)."
+  "Return the boundaries of the region as a list of pairs of (START . END) 
positions."
   (funcall region-extract-function 'bounds))
 
 (defun region-noncontiguous-p ()



reply via email to

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