aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorVille Skyttä2018-05-27 19:03:10 +0200
committerEli Zaretskii2018-06-01 16:33:58 +0300
commit6d2352594f4e4e17965834851547df3adaa6cd6f (patch)
treeea82455f3e2f674c288fafbb2789eb3452feeb4c /doc/lispref
parente5471b2381e885d5d214bfa09ab0c35275fc6048 (diff)
downloademacs-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.texi2
-rw-r--r--doc/lispref/errors.texi2
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.
1049However, character movement commands (such as @code{forward-char}) do 1049However, character movement commands (such as @code{forward-char}) do
1050not skip the hidden portion, and it is possible (if tricky) to insert 1050not skip the hidden portion, and it is possible (if tricky) to insert
1051or delete text in an hidden portion. 1051or delete text in a hidden portion.
1052 1052
1053In the examples below, we show the @emph{display appearance} of the 1053In the examples below, we show the @emph{display appearance} of the
1054buffer @code{foo}, which changes with the value of 1054buffer @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 @@
11by concept. The list includes each symbol's message and a cross reference 11by concept. The list includes each symbol's message and a cross reference
12to a description of how the error can occur. 12to 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
15list of symbols. Normally this list includes the error symbol itself 15list of symbols. Normally this list includes the error symbol itself
16and the symbol @code{error}. Occasionally it includes additional 16and the symbol @code{error}. Occasionally it includes additional
17symbols, which are intermediate classifications, narrower than 17symbols, which are intermediate classifications, narrower than