aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispintro
diff options
context:
space:
mode:
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 244d95d6937..7d1a1186c0a 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -1401,7 +1401,7 @@ This is a harmless activity; and indeed, we will often try to generate
1401error messages intentionally. Once you understand the jargon, error 1401error messages intentionally. Once you understand the jargon, error
1402messages can be informative. Instead of being called ``error'' 1402messages can be informative. Instead of being called ``error''
1403messages, they should be called ``help'' messages. They are like 1403messages, they should be called ``help'' messages. They are like
1404signposts to a traveller in a strange country; deciphering them can be 1404signposts to a traveler in a strange country; deciphering them can be
1405hard, but once understood, they can point the way. 1405hard, but once understood, they can point the way.
1406 1406
1407The error message is generated by a built-in GNU Emacs debugger. We 1407The error message is generated by a built-in GNU Emacs debugger. We