Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9a2c63fb
Commit
9a2c63fb
authored
Sep 05, 2004
by
Robert J. Chassell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Thanks to Christopher Allan Webber, fix typo.
parent
5f3a57c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
lispintro/emacs-lisp-intro.texi
lispintro/emacs-lisp-intro.texi
+4
-2
No files found.
lispintro/emacs-lisp-intro.texi
View file @
9a2c63fb
\input texinfo @c -*-texinfo-*-
@c
\input texinfo @c -*-texinfo-*-
@comment %**start of header
@comment %**start of header
@setfilename ../info/eintr
@setfilename ../info/eintr
@c sethtmlfilename emacs-lisp-intro.html
@c sethtmlfilename emacs-lisp-intro.html
...
@@ -27,6 +27,8 @@
...
@@ -27,6 +27,8 @@
@ignore
@ignore
## Summary of shell commands to create various output formats:
## Summary of shell commands to create various output formats:
pushd /usr/local/src/emacs/lispintro/
## Info output
## Info output
makeinfo --no-split --paragraph-indent=0 --verbose emacs-lisp-intro.texi
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
...
@@ -6088,7 +6090,7 @@ number. This number is multiplied by the buffer size in the following
expression:
expression:
@smallexample
@smallexample
(* (buffer-size) (prefix-numeric-value arg)
(* (buffer-size) (prefix-numeric-value arg)
)
@end smallexample
@end smallexample
@noindent
@noindent
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment