aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman2001-11-09 02:42:55 +0000
committerRichard M. Stallman2001-11-09 02:42:55 +0000
commit8a9e355c9b0d6cf00394a7d61ba9c7cb430aff86 (patch)
treea2093132f93943d43276d4b5820e79f989ce9515 /lispref
parent60ab6064b3a85227ab7ac419783a9de5533f4dbc (diff)
downloademacs-8a9e355c9b0d6cf00394a7d61ba9c7cb430aff86.tar.gz
emacs-8a9e355c9b0d6cf00394a7d61ba9c7cb430aff86.zip
Fix typo.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/elisp.texi2
-rw-r--r--lispref/nonascii.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/lispref/elisp.texi b/lispref/elisp.texi
index ad09c6d190c..a114e5f0af1 100644
--- a/lispref/elisp.texi
+++ b/lispref/elisp.texi
@@ -792,7 +792,7 @@ Non-ASCII Characters
792* Translation of Characters:: Translation tables are used for conversion. 792* Translation of Characters:: Translation tables are used for conversion.
793* Coding Systems:: Coding systems are conversions for saving files. 793* Coding Systems:: Coding systems are conversions for saving files.
794* Input Methods:: Input methods allow users to enter various 794* Input Methods:: Input methods allow users to enter various
795 non-ASCII characters without speciak keyboards. 795 non-ASCII characters without special keyboards.
796* Locales:: Interacting with the POSIX locale. 796* Locales:: Interacting with the POSIX locale.
797 797
798Searching and Matching 798Searching and Matching
diff --git a/lispref/nonascii.texi b/lispref/nonascii.texi
index 0e67bcb0c4e..59852cd35a7 100644
--- a/lispref/nonascii.texi
+++ b/lispref/nonascii.texi
@@ -25,7 +25,7 @@ characters and how they are stored in strings and buffers.
25* Translation of Characters:: Translation tables are used for conversion. 25* Translation of Characters:: Translation tables are used for conversion.
26* Coding Systems:: Coding systems are conversions for saving files. 26* Coding Systems:: Coding systems are conversions for saving files.
27* Input Methods:: Input methods allow users to enter various 27* Input Methods:: Input methods allow users to enter various
28 non-ASCII characters without speciak keyboards. 28 non-ASCII characters without special keyboards.
29* Locales:: Interacting with the POSIX locale. 29* Locales:: Interacting with the POSIX locale.
30@end menu 30@end menu
31 31