From: Robert J. Chassell Date: Sun, 5 Sep 2004 15:44:28 +0000 (+0000) Subject: Thanks to Christopher Allan Webber, fix typo. X-Git-Tag: ttn-vms-21-2-B4~5059 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a2c63fb6aae5753fb4a87a9afe12d83aa1c265f;p=emacs.git Thanks to Christopher Allan Webber, fix typo. --- diff --git a/lispintro/emacs-lisp-intro.texi b/lispintro/emacs-lisp-intro.texi index cf01932d024..2096a60928f 100644 --- a/lispintro/emacs-lisp-intro.texi +++ b/lispintro/emacs-lisp-intro.texi @@ -1,4 +1,4 @@ -\input texinfo @c -*-texinfo-*- +@c \input texinfo @c -*-texinfo-*- @comment %**start of header @setfilename ../info/eintr @c sethtmlfilename emacs-lisp-intro.html @@ -27,6 +27,8 @@ @ignore ## Summary of shell commands to create various output formats: + pushd /usr/local/src/emacs/lispintro/ + ## Info output makeinfo --no-split --paragraph-indent=0 --verbose emacs-lisp-intro.texi @@ -6088,7 +6090,7 @@ number. This number is multiplied by the buffer size in the following expression: @smallexample -(* (buffer-size) (prefix-numeric-value arg) +(* (buffer-size) (prefix-numeric-value arg)) @end smallexample @noindent