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:
parent
5f3a57c98e
commit
9a2c63fb6a
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue