summaryrefslogtreecommitdiff
path: root/doc/lispintro
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2015-04-13 23:20:48 -0700
committerGlenn Morris <rgm@gnu.org>2015-04-13 23:20:48 -0700
commite84d1ca3c6a643370c4273ad569b618d8cd72b53 (patch)
tree66ab183b2e6978817261abefd79a97deac29a5dc /doc/lispintro
parentd4b44a07a75666177f8684876c7337c0b91a95da (diff)
downloademacs-e84d1ca3c6a643370c4273ad569b618d8cd72b53.tar.gz
Minor doc copyedits
* doc/emacs/custom.texi (Init Examples): Tweak example, replace typo. * doc/lispintro/emacs-lisp-intro.texi (condition-case): Typo fix.
Diffstat (limited to 'doc/lispintro')
-rw-r--r--doc/lispintro/emacs-lisp-intro.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi
index 77d8ca8544f..46dc41a5a65 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -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}