emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108162: Small emacs-lisp-intro.te


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108162: Small emacs-lisp-intro.texi correction (tiny change)
Date: Fri, 12 Oct 2012 19:22:36 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108162
fixes bug: http://debbugs.gnu.org/12629
author: Gregor Zattler <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Fri 2012-10-12 19:22:36 -0700
message:
  Small emacs-lisp-intro.texi correction (tiny change)
  
  * doc/lispintro/emacs-lisp-intro.texi (Narrowing advantages):
  Minor update for changed what-line implementation.
modified:
  doc/lispintro/ChangeLog
  doc/lispintro/emacs-lisp-intro.texi
=== modified file 'doc/lispintro/ChangeLog'
--- a/doc/lispintro/ChangeLog   2012-08-24 09:53:39 +0000
+++ b/doc/lispintro/ChangeLog   2012-10-13 02:22:36 +0000
@@ -1,3 +1,8 @@
+2012-10-13  Gregor Zattler  <address@hidden>  (tiny change)
+
+       * emacs-lisp-intro.texi (Narrowing advantages):
+       Minor update for changed what-line implementation.  (Bug#12629)
+
 2012-08-24  Chong Yidong  <address@hidden>
 
        * Version 24.2 released.

=== modified file 'doc/lispintro/emacs-lisp-intro.texi'
--- a/doc/lispintro/emacs-lisp-intro.texi       2012-05-04 06:34:42 +0000
+++ b/doc/lispintro/emacs-lisp-intro.texi       2012-10-13 02:22:36 +0000
@@ -6681,8 +6681,8 @@
 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
+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.
 


reply via email to

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