* emacs-lisp-intro.texi (Top): Move setting of COUNT-WORDS outside
of @menu. (Bug#10628)
+2012-01-28 Andreas Schwab <schwab@linux-m68k.org>
+
+ * emacs-lisp-intro.texi (Top): Move setting of COUNT-WORDS outside
+ of @menu. (Bug#10628)
+
2012-01-19 Juanma Barranquero <lekktu@gmail.com>
* emacs-lisp-intro.texi (count-words-in-defun):
@c global@pageno = -11
@c end iftex
+@set COUNT-WORDS count-words-example
+@c Length of variable name chosen so that things still line up when expanded.
+
@menu
* Preface:: What to look for.
* List Processing:: What is Lisp?
* fwd-para while:: The forward motion @code{while} loop.
Counting: Repetition and Regexps
-@set COUNT-WORDS count-words-example
-@c 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.