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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user