Fix bug #12062 with a typo in Elisp manual.

doc/lispref/nonascii.texi (Character Sets): Fix a typo.
This commit is contained in:
Eli Zaretskii 2012-07-28 10:47:58 +03:00
parent c20fdd9eb7
commit 73e0cbc0f5
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2012-07-28 Eli Zaretskii <eliz@gnu.org>
* nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
Prefer typical American spelling for "acknowledgment".

View file

@ -606,7 +606,7 @@ The value is a list of all defined character set names.
@end defvar
@defun charset-priority-list &optional highestp
This functions returns a list of all defined character sets ordered by
This function returns a list of all defined character sets ordered by
their priority. If @var{highestp} is non-@code{nil}, the function
returns a single character set of the highest priority.
@end defun