diff options
author | Robert J. Chassell <bob@rattlesnake.com> | 2004-09-05 15:44:28 +0000 |
---|---|---|
committer | Robert J. Chassell <bob@rattlesnake.com> | 2004-09-05 15:44:28 +0000 |
commit | 9a2c63fb6aae5753fb4a87a9afe12d83aa1c265f (patch) | |
tree | 1194fdb8875b4b94269d478796cda118ee58d399 /lispintro | |
parent | 5f3a57c98eb76107524296308020f8db2cd5a4a5 (diff) | |
download | emacs-9a2c63fb6aae5753fb4a87a9afe12d83aa1c265f.tar.gz emacs-9a2c63fb6aae5753fb4a87a9afe12d83aa1c265f.tar.bz2 emacs-9a2c63fb6aae5753fb4a87a9afe12d83aa1c265f.zip |
Thanks to Christopher Allan Webber, fix typo.
Diffstat (limited to 'lispintro')
-rw-r--r-- | lispintro/emacs-lisp-intro.texi | 6 |
1 files 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 |