diff options
| -rw-r--r-- | lispref/elisp.texi | 2 | ||||
| -rw-r--r-- | lispref/nonascii.texi | 2 |
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 | ||
| 798 | Searching and Matching | 798 | Searching 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 | ||