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

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

[debbugs-tracker] bug#12629: closed (24.2.50; [Doc][PATCH] Neither `what


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#12629: closed (24.2.50; [Doc][PATCH] Neither `what-line' nor `count-lines' do call the respectiv other in recent GNU/Emacs.)
Date: Sat, 13 Oct 2012 02:25:02 +0000

Your message dated Fri, 12 Oct 2012 22:23:24 -0400
with message-id <address@hidden>
and subject line Re: bug#12629: 24.2.50; [Doc][PATCH] Neither `what-line' nor 
`count-lines' do call the respectiv other in recent GNU/Emacs.
has caused the debbugs.gnu.org bug report #12629,
regarding 24.2.50; [Doc][PATCH] Neither `what-line' nor `count-lines' do call 
the respectiv other in recent GNU/Emacs.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
12629: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12629
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.2.50; [Doc][PATCH] Neither `what-line' nor `count-lines' do call the respectiv other in recent GNU/Emacs. Date: Fri, 12 Oct 2012 19:48:44 +0200
Dear Emacs developers,

is "Introduction to Programming in Emacs Lisp" written by Robert
J. Chassell, still updated?  There is an error in it, this patch
corrects it.

---
 doc/lispintro/emacs-lisp-intro.texi |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/doc/lispintro/emacs-lisp-intro.texi 
b/doc/lispintro/emacs-lisp-intro.texi
index 04e3e0c..6d3a5d0 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -6600,10 +6600,9 @@ buffer; or conversely, an Emacs Lisp function needs to 
work on all of a
 buffer that has been narrowed.  The @code{what-line} function, for
 example, removes the narrowing from a buffer, if it has any narrowing
 and when it has finished its job, restores the narrowing to what it was.
-On the other hand, the @code{count-lines} function, which is called by
address@hidden, uses narrowing to restrict itself to just that portion
-of the buffer in which it is interested and then restores the previous
-situation.
+On the other hand, the @code{count-lines} function uses narrowing to
+restrict itself to just that portion of the buffer in which it is
+interested and then restores the previous situation.
 
 @node save-restriction
 @section The @code{save-restriction} Special Form
-- 
1.7.10.4



--- End Message ---
--- Begin Message --- Subject: Re: bug#12629: 24.2.50; [Doc][PATCH] Neither `what-line' nor `count-lines' do call the respectiv other in recent GNU/Emacs. Date: Fri, 12 Oct 2012 22:23:24 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 24.3

Thanks; applied to emacs-24 branch.


--- End Message ---

reply via email to

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