1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-01 02:31:23 -07:00

Thanks to Christopher Allan Webber, fix typo.

This commit is contained in:
Robert J. Chassell 2004-09-05 15:44:28 +00:00
parent 5f3a57c98e
commit 9a2c63fb6a

View file

@ -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