diff options
| author | Ville Skyttä | 2018-05-27 19:03:10 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2018-06-01 16:33:58 +0300 |
| commit | 6d2352594f4e4e17965834851547df3adaa6cd6f (patch) | |
| tree | ea82455f3e2f674c288fafbb2789eb3452feeb4c /doc/lispref | |
| parent | e5471b2381e885d5d214bfa09ab0c35275fc6048 (diff) | |
| download | emacs-6d2352594f4e4e17965834851547df3adaa6cd6f.tar.gz emacs-6d2352594f4e4e17965834851547df3adaa6cd6f.zip | |
Fix typos in several manuals (Bug#31610)
Copyright-paperwork-exempt: yes
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/display.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/errors.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 13a25af02c8..ce7ec3ac10d 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -1048,7 +1048,7 @@ commands operate as if that portion did not exist, allowing a single | |||
| 1048 | @code{next-line} command to skip any number of hidden lines. | 1048 | @code{next-line} command to skip any number of hidden lines. |
| 1049 | However, character movement commands (such as @code{forward-char}) do | 1049 | However, character movement commands (such as @code{forward-char}) do |
| 1050 | not skip the hidden portion, and it is possible (if tricky) to insert | 1050 | not skip the hidden portion, and it is possible (if tricky) to insert |
| 1051 | or delete text in an hidden portion. | 1051 | or delete text in a hidden portion. |
| 1052 | 1052 | ||
| 1053 | In the examples below, we show the @emph{display appearance} of the | 1053 | In the examples below, we show the @emph{display appearance} of the |
| 1054 | buffer @code{foo}, which changes with the value of | 1054 | buffer @code{foo}, which changes with the value of |
diff --git a/doc/lispref/errors.texi b/doc/lispref/errors.texi index 5054172ff3b..a0e32c5631c 100644 --- a/doc/lispref/errors.texi +++ b/doc/lispref/errors.texi | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | by concept. The list includes each symbol's message and a cross reference | 11 | by concept. The list includes each symbol's message and a cross reference |
| 12 | to a description of how the error can occur. | 12 | to a description of how the error can occur. |
| 13 | 13 | ||
| 14 | Each error symbol has an set of parent error conditions that is a | 14 | Each error symbol has a set of parent error conditions that is a |
| 15 | list of symbols. Normally this list includes the error symbol itself | 15 | list of symbols. Normally this list includes the error symbol itself |
| 16 | and the symbol @code{error}. Occasionally it includes additional | 16 | and the symbol @code{error}. Occasionally it includes additional |
| 17 | symbols, which are intermediate classifications, narrower than | 17 | symbols, which are intermediate classifications, narrower than |