diff options
Diffstat (limited to 'doc/lispintro')
| -rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 2 |
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 | |||
| 1401 | error messages intentionally. Once you understand the jargon, error | 1401 | error messages intentionally. Once you understand the jargon, error |
| 1402 | messages can be informative. Instead of being called ``error'' | 1402 | messages can be informative. Instead of being called ``error'' |
| 1403 | messages, they should be called ``help'' messages. They are like | 1403 | messages, they should be called ``help'' messages. They are like |
| 1404 | signposts to a traveller in a strange country; deciphering them can be | 1404 | signposts to a traveler in a strange country; deciphering them can be |
| 1405 | hard, but once understood, they can point the way. | 1405 | hard, but once understood, they can point the way. |
| 1406 | 1406 | ||
| 1407 | The error message is generated by a built-in GNU Emacs debugger. We | 1407 | The error message is generated by a built-in GNU Emacs debugger. We |