aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert J. Chassell2004-09-05 15:44:28 +0000
committerRobert J. Chassell2004-09-05 15:44:28 +0000
commit9a2c63fb6aae5753fb4a87a9afe12d83aa1c265f (patch)
tree1194fdb8875b4b94269d478796cda118ee58d399
parent5f3a57c98eb76107524296308020f8db2cd5a4a5 (diff)
downloademacs-9a2c63fb6aae5753fb4a87a9afe12d83aa1c265f.tar.gz
emacs-9a2c63fb6aae5753fb4a87a9afe12d83aa1c265f.zip
Thanks to Christopher Allan Webber, fix typo.
-rw-r--r--lispintro/emacs-lisp-intro.texi6
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 @@
1\input texinfo @c -*-texinfo-*- 1@c \input texinfo @c -*-texinfo-*-
2@comment %**start of header 2@comment %**start of header
3@setfilename ../info/eintr 3@setfilename ../info/eintr
4@c sethtmlfilename emacs-lisp-intro.html 4@c sethtmlfilename emacs-lisp-intro.html
@@ -27,6 +27,8 @@
27@ignore 27@ignore
28 ## Summary of shell commands to create various output formats: 28 ## Summary of shell commands to create various output formats:
29 29
30 pushd /usr/local/src/emacs/lispintro/
31
30 ## Info output 32 ## Info output
31 makeinfo --no-split --paragraph-indent=0 --verbose emacs-lisp-intro.texi 33 makeinfo --no-split --paragraph-indent=0 --verbose emacs-lisp-intro.texi
32 34
@@ -6088,7 +6090,7 @@ number. This number is multiplied by the buffer size in the following
6088expression: 6090expression:
6089 6091
6090@smallexample 6092@smallexample
6091(* (buffer-size) (prefix-numeric-value arg) 6093(* (buffer-size) (prefix-numeric-value arg))
6092@end smallexample 6094@end smallexample
6093 6095
6094@noindent 6096@noindent