From 9a2c63fb6aae5753fb4a87a9afe12d83aa1c265f Mon Sep 17 00:00:00 2001 From: "Robert J. Chassell" Date: Sun, 5 Sep 2004 15:44:28 +0000 Subject: [PATCH] Thanks to Christopher Allan Webber, fix typo. --- lispintro/emacs-lisp-intro.texi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.39.2