Fix typo in Introduction to Emacs Lisp
* doc/lispintro/emacs-lisp-intro.texi (type-of-animal in detail): Remove extraneous parenthesis.
This commit is contained in:
parent
7605060d51
commit
f20169399d
1 changed files with 1 additions and 1 deletions
|
@ -3997,7 +3997,7 @@ looks like this:
|
|||
@smallexample
|
||||
@group
|
||||
(if (equal characteristic "fierce")
|
||||
(message "It is a tiger!")))
|
||||
(message "It is a tiger!"))
|
||||
@end group
|
||||
@end smallexample
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue