summaryrefslogtreecommitdiff
path: root/doc/lispintro/emacs-lisp-intro.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-04-28 11:26:17 -0700
committerGlenn Morris <rgm@gnu.org>2012-04-28 11:26:17 -0700
commit52af8e0a1db59f2090d7b26a6bb95420e865095e (patch)
treeae34e1f7b3b1a306ef96d1f871dd89eb658d62b5 /doc/lispintro/emacs-lisp-intro.texi
parent44d2bfd09a910af38567ce32752cf97932006097 (diff)
downloademacs-52af8e0a1db59f2090d7b26a6bb95420e865095e.tar.gz
emacs-52af8e0a1db59f2090d7b26a6bb95420e865095e.tar.bz2
emacs-52af8e0a1db59f2090d7b26a6bb95420e865095e.zip
* emacs-lisp-intro.texi (Syntax): Reword to avoid underfull hbox.
Diffstat (limited to 'doc/lispintro/emacs-lisp-intro.texi')
-rw-r--r--doc/lispintro/emacs-lisp-intro.texi10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi
index 6a9927b785f..b2b30978144 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -1084,6 +1084,14 @@ Robert J. Chassell
\fi
@end tex
+@c Note: this resetting of the page number back to 1 causes TeX to gripe
+@c about already having seen page numbers 1-4 before (in the preface):
+@c pdfTeX warning (ext4): destination with the same identifier (name{1})
+@c has been already used, duplicate ignored
+@c I guess that is harmless (what happens if a later part of the text
+@c makes a link to something in the first 4 pages though?).
+@c Note that eg the Emacs manual has a preface, but does not bother
+@c resetting the page numbers back to 1 after that.
@iftex
@headings off
@evenheading @thispage @| @| @thischapter
@@ -14855,7 +14863,7 @@ action would serve our purpose, except that a hyphen is merely the
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
@code{@value{COUNT-WORDS}} definition so as to include symbols. This
procedure has the merit of clarity, but the task is a little tricky.