bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#28609: simple.el


From: Eli Zaretskii
Subject: bug#28609: simple.el
Date: Fri, 29 Sep 2017 16:28:16 +0300

> From: Johan Bockgård <bojohan@gnu.org>
> Date: Tue, 26 Sep 2017 21:09:59 +0200
> Cc: John Wiegley <jwiegley@gmail.com>, 28609@debbugs.gnu.org
> 
> Devon Sean McCullough <Emacs-Hacker2017@jovi.net> writes:
> 
> > @@ -1003,7 +1003,7 @@
> >  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 list of the form (START . END).
> > +as a pair of (START . END) positions.
> 
> It's a list of pairs.

Actually, a cons cell, right?

> > @@ -5473,7 +5473,7 @@
> >         (progn (cl-assert (mark)) t)))
> >  
> >  (defun region-bounds ()
> > -  "Return the boundaries of the region as a list of (START . END) 
> > positions."
> > +  "Return the boundaries of the region as a pair of (START . END) 
> > positions."
> >    (funcall region-extract-function 'bounds))
> 
> Ditto.

Ditto, right?





reply via email to

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