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.
|
||||
@smallexample
|
||||
(/ (+ 10 (* size (prefix-numeric-value arg))) 10))
|
||||
(/ (+ 10 (* size (prefix-numeric-value arg))) 10)
|
||||
@end smallexample
|
||||
|
||||
@need 1200
|
||||
|
@ -6204,7 +6204,7 @@ enclosing expression:
|
|||
(*
|
||||
size
|
||||
(prefix-numeric-value arg)))
|
||||
10))
|
||||
10)
|
||||
@end group
|
||||
@end smallexample
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue