emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115352: * emacs-lisp-intro.texi (Counting Words): D


From: Paul Eggert
Subject: [Emacs-diffs] trunk r115352: * emacs-lisp-intro.texi (Counting Words): Don't use ':' in xref
Date: Mon, 02 Dec 2013 17:55:45 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115352
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Mon 2013-12-02 09:55:40 -0800
message:
  * emacs-lisp-intro.texi (Counting Words): Don't use ':' in xref
  
  titles, as this isn't supported by Texinfo.
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   2013-11-30 18:34:58 +0000
+++ b/doc/lispintro/ChangeLog   2013-12-02 17:55:40 +0000
@@ -1,3 +1,8 @@
+2013-12-02  Paul Eggert  <address@hidden>
+
+       * emacs-lisp-intro.texi (Counting Words): Don't use ':' in xref
+       titles, as this isn't supported by Texinfo.
+
 2013-11-30  Glenn Morris  <address@hidden>
 
        * Makefile.in (distclean): Remove Makefile.

=== modified file 'doc/lispintro/emacs-lisp-intro.texi'
--- a/doc/lispintro/emacs-lisp-intro.texi       2013-09-01 01:23:06 +0000
+++ b/doc/lispintro/emacs-lisp-intro.texi       2013-12-02 17:55:40 +0000
@@ -13544,7 +13544,7 @@
 @end itemize
 
 @node Counting Words
address@hidden Counting: Repetition and Regexps
address@hidden Counting via Repetition and Regexps
 @cindex Repetition for word counting
 @cindex Regular expressions for word counting
 
@@ -14428,7 +14428,7 @@
 
 Our next project is to count the number of words in a function
 definition.  Clearly, this can be done using some variant of
address@hidden@value{COUNT-WORDS}}.  @xref{Counting Words, , Counting Words:
address@hidden@value{COUNT-WORDS}}.  @xref{Counting Words, , Counting via
 Repetition and Regexps}.  If we are just going to count the words in
 one definition, it is easy enough to mark the definition with the
 @kbd{C-M-h} (@code{mark-defun}) command, and then call
@@ -15602,7 +15602,7 @@
 directory, checking what needs to be done; and we will use a recursive
 call to repeat the actions on each sub-directory.  The recursive
 pattern is `accumulate'
-(@pxref{Accumulate, , Recursive Pattern: @emph{accumulate}}),
+(@pxref{Accumulate}),
 using @code{append} as the combiner.
 
 @ignore


reply via email to

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