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:
Stefan Kangas 2020-08-31 11:34:18 +02:00
parent 7605060d51
commit f20169399d

View file

@ -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