Minor doc copyedits
* doc/emacs/custom.texi (Init Examples): Tweak example, replace typo. * doc/lispintro/emacs-lisp-intro.texi (condition-case): Typo fix.
This commit is contained in:
parent
d4b44a07a7
commit
e84d1ca3c6
2 changed files with 2 additions and 4 deletions
|
@ -8136,7 +8136,7 @@ However, if an error occurs, among its other actions, the function
|
|||
generating the error signal will define one or more error condition
|
||||
names.
|
||||
|
||||
An error handler is the third argument to @code{condition case}.
|
||||
An error handler is the third argument to @code{condition-case}.
|
||||
An error handler has two parts, a @var{condition-name} and a
|
||||
@var{body}. If the @var{condition-name} part of an error handler
|
||||
matches a condition name generated by an error, then the @var{body}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue