emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106984: Fix undefined @value referen


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106984: Fix undefined @value reference
Date: Sat, 28 Jan 2012 20:16:02 +0100
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106984
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Sat 2012-01-28 20:16:02 +0100
message:
  Fix undefined @value reference
  
  * emacs-lisp-intro.texi (Top): Move setting of COUNT-WORDS outside
  of @menu. (Bug#10628)
modified:
  doc/lispintro/ChangeLog
  doc/lispintro/emacs-lisp-intro.texi
=== modified file 'doc/lispintro/ChangeLog'
--- a/doc/lispintro/ChangeLog   2012-01-19 15:04:24 +0000
+++ b/doc/lispintro/ChangeLog   2012-01-28 19:16:02 +0000
@@ -1,3 +1,8 @@
+2012-01-28  Andreas Schwab  <address@hidden>
+
+       * emacs-lisp-intro.texi (Top): Move setting of COUNT-WORDS outside
+       of @menu. (Bug#10628)
+
 2012-01-19  Juanma Barranquero  <address@hidden>
 
        * emacs-lisp-intro.texi (count-words-in-defun):

=== modified file 'doc/lispintro/emacs-lisp-intro.texi'
--- a/doc/lispintro/emacs-lisp-intro.texi       2012-01-19 15:04:24 +0000
+++ b/doc/lispintro/emacs-lisp-intro.texi       2012-01-28 19:16:02 +0000
@@ -334,6 +334,9 @@
 @c address@hidden = -11
 @c end iftex
 
address@hidden COUNT-WORDS count-words-example
address@hidden Length of variable name chosen so that things still line up when 
expanded.
+
 @menu
 * Preface::                     What to look for.
 * List Processing::             What is Lisp?
@@ -702,8 +705,6 @@
 * fwd-para while::              The forward motion @code{while} loop.
 
 Counting: Repetition and Regexps
address@hidden COUNT-WORDS count-words-example
address@hidden Length of variable name chosen so that things still line up when 
expanded.
 
 * Why Count Words::
 * @value{COUNT-WORDS}::         Use a regexp, but find a problem.


reply via email to

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