Drop extra parenthesis in example code in Emacs Lisp Introduction
* doc/lispintro/emacs-lisp-intro.texi (Small buffer case): Drop trailing unmatched parenthesis. (Bug#67576) Copyright-paperwork-exempt: yes
This commit is contained in:
parent
fbaf113bf3
commit
7f0bef47dd
1 changed files with 2 additions and 2 deletions
|
@ -6187,7 +6187,7 @@ The code looks like this:
|
||||||
|
|
||||||
@c Keep this on one line.
|
@c Keep this on one line.
|
||||||
@smallexample
|
@smallexample
|
||||||
(/ (+ 10 (* size (prefix-numeric-value arg))) 10))
|
(/ (+ 10 (* size (prefix-numeric-value arg))) 10)
|
||||||
@end smallexample
|
@end smallexample
|
||||||
|
|
||||||
@need 1200
|
@need 1200
|
||||||
|
@ -6204,7 +6204,7 @@ enclosing expression:
|
||||||
(*
|
(*
|
||||||
size
|
size
|
||||||
(prefix-numeric-value arg)))
|
(prefix-numeric-value arg)))
|
||||||
10))
|
10)
|
||||||
@end group
|
@end group
|
||||||
@end smallexample
|
@end smallexample
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue