Mercurial > emacs
changeset 56940:ea9bb593b003
Thanks to Christopher Allan Webber, fix typo.
author | Robert J. Chassell <bob@rattlesnake.com> |
---|---|
date | Sun, 05 Sep 2004 15:44:28 +0000 |
parents | 51ddfe0b89c6 |
children | e838a0739922 |
files | lispintro/emacs-lisp-intro.texi |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lispintro/emacs-lisp-intro.texi Sat Sep 04 19:41:45 2004 +0000 +++ b/lispintro/emacs-lisp-intro.texi Sun Sep 05 15:44:28 2004 +0000 @@ -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 @@ expression: @smallexample -(* (buffer-size) (prefix-numeric-value arg) +(* (buffer-size) (prefix-numeric-value arg)) @end smallexample @noindent