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 r107918: * emacs-lisp-intro.texi (


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107918: * emacs-lisp-intro.texi (Syntax): Reword to avoid underfull hbox.
Date: Sat, 28 Apr 2012 11:26:17 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107918
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Sat 2012-04-28 11:26:17 -0700
message:
  * emacs-lisp-intro.texi (Syntax): Reword to avoid underfull hbox.
modified:
  doc/lispintro/ChangeLog
  doc/lispintro/emacs-lisp-intro.texi
=== modified file 'doc/lispintro/ChangeLog'
--- a/doc/lispintro/ChangeLog   2012-04-07 19:23:53 +0000
+++ b/doc/lispintro/ChangeLog   2012-04-28 18:26:17 +0000
@@ -1,3 +1,7 @@
+2012-04-28  Glenn Morris  <address@hidden>
+
+       * emacs-lisp-intro.texi (Syntax): Reword to avoid underfull hbox.
+
 2012-04-07  Glenn Morris  <address@hidden>
 
        * Makefile.in: Replace non-portable use of $< in ordinary rules.
@@ -498,7 +502,7 @@
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 2001-2012  Free Software Foundation, Inc.
+  Copyright (C) 2001-2012 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 

=== modified file 'doc/lispintro/emacs-lisp-intro.texi'
--- a/doc/lispintro/emacs-lisp-intro.texi       2012-02-28 08:17:21 +0000
+++ b/doc/lispintro/emacs-lisp-intro.texi       2012-04-28 18:26:17 +0000
@@ -1084,6 +1084,14 @@
 \fi
 @end tex
 
address@hidden Note: this resetting of the page number back to 1 causes TeX to 
gripe
address@hidden about already having seen page numbers 1-4 before (in the 
preface):
address@hidden   pdfTeX warning (ext4): destination with the same identifier 
(name{1})
address@hidden   has been already used, duplicate ignored
address@hidden I guess that is harmless (what happens if a later part of the 
text
address@hidden makes a link to something in the first 4 pages though?).
address@hidden Note that eg the Emacs manual has a preface, but does not bother
address@hidden resetting the page numbers back to 1 after that.
 @iftex
 @headings off
 @evenheading @thispage @| @| @thischapter
@@ -14855,7 +14863,7 @@
 most common character within symbols that is not typically a word
 constituent character; there are others, too.
 
-Alternatively, we can redefine the regular expression used in the
+Alternatively, we can redefine the regexp used in the
 @address@hidden definition so as to include symbols.  This
 procedure has the merit of clarity, but the task is a little tricky.
 


reply via email to

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