summaryrefslogtreecommitdiff
path: root/doc/lispref/debugging.texi
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2020-09-01 23:59:11 +0200
committerStefan Kangas <stefankangas@gmail.com>2020-09-02 00:01:37 +0200
commitabca75d2e9b2a406157383dfb7fe3f185e0b5741 (patch)
tree973abf3bdafdae7060239414acfa9d29f773a491 /doc/lispref/debugging.texi
parente0a8a7e94cdf1352e7f66de74131c6c5df9b6983 (diff)
downloademacs-abca75d2e9b2a406157383dfb7fe3f185e0b5741.tar.gz
; Fix typos; change "Emacs-Lisp" to "Emacs Lisp"
Diffstat (limited to 'doc/lispref/debugging.texi')
-rw-r--r--doc/lispref/debugging.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/debugging.texi b/doc/lispref/debugging.texi
index 29a0ab71ea4..3fea604184c 100644
--- a/doc/lispref/debugging.texi
+++ b/doc/lispref/debugging.texi
@@ -147,7 +147,7 @@ set @code{debug-ignored-errors} to @code{nil}.
If this variable has a non-@code{nil} value (the default), running the
command @code{eval-expression} causes @code{debug-on-error} to be
temporarily bound to @code{t}. @xref{Lisp Eval,, Evaluating
-Emacs-Lisp Expressions, emacs, The GNU Emacs Manual}.
+Emacs Lisp Expressions, emacs, The GNU Emacs Manual}.
If @code{eval-expression-debug-on-error} is @code{nil}, then the value
of @code{debug-on-error} is not changed during @code{eval-expression}.