emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116126: * emacs-lisp-intro.texi (lengths-list-file)


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116126: * emacs-lisp-intro.texi (lengths-list-file): Fix textual parentheses.
Date: Thu, 23 Jan 2014 08:22:01 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116126
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2014-01-23 00:21:53 -0800
message:
  * emacs-lisp-intro.texi (lengths-list-file): Fix textual parentheses.
modified:
  doc/lispintro/ChangeLog        changelog-20091113204419-o5vbwnq5f7feedwu-6128
  doc/lispintro/emacs-lisp-intro.texi 
emacslispintro.texi-20091113204419-o5vbwnq5f7feedwu-6143
=== modified file 'doc/lispintro/ChangeLog'
--- a/doc/lispintro/ChangeLog   2014-01-06 05:25:46 +0000
+++ b/doc/lispintro/ChangeLog   2014-01-23 08:21:53 +0000
@@ -1,3 +1,7 @@
+2014-01-23  Glenn Morris  <address@hidden>
+
+       * emacs-lisp-intro.texi (lengths-list-file): Fix textual parentheses.
+
 2013-12-30  Paul Eggert  <address@hidden>
 
        Specify .texi encoding (Bug#16292).

=== modified file 'doc/lispintro/emacs-lisp-intro.texi'
--- a/doc/lispintro/emacs-lisp-intro.texi       2014-01-08 19:16:10 +0000
+++ b/doc/lispintro/emacs-lisp-intro.texi       2014-01-23 08:21:53 +0000
@@ -15061,18 +15061,19 @@
 @c !!! 22.1.1 lisp sources location here
 @smallexample
 (lengths-list-file
- "/usr/local/share/emacs/22.1.1/lisp/emacs-lisp/debug.el")
+ "/usr/local/share/emacs/22.1/lisp/emacs-lisp/debug.el")
 @end smallexample
 
 @noindent
-(You may need to change the pathname of the file; the one here is for
-GNU Emacs version 22.1.1.  To change the expression, copy it to
+You may need to change the pathname of the file; the one here is for
+GNU Emacs version 22.1.  To change the expression, copy it to
 the @file{*scratch*} buffer and edit it.
 
 @need 1200
 @noindent
-(Also, to see the full length of the list, rather than a truncated
+Also, to see the full length of the list, rather than a truncated
 version, you may have to evaluate the following:
address@hidden We do not want to insert, so do not mention the zero prefix 
argument.
 
 @smallexample
 (custom-set-variables '(eval-expression-print-length nil))
@@ -15098,7 +15099,8 @@
 (75 41 80 62 20 45 44 68 45 12 34 235)
 @end smallexample
 
-(The newer version of @file{debug.el} contains more defuns than the
address@hidden
+The newer version of @file{debug.el} contains more defuns than the
 earlier one; and my new machine is much faster than the old one.)
 
 Note that the length of the last definition in the file is first in


reply via email to

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