aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/nonascii.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 1ab3aa6ee1c..6b0486af738 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
12012-07-28 Eli Zaretskii <eliz@gnu.org>
2
3 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
4
12012-07-25 Paul Eggert <eggert@cs.ucla.edu> 52012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 Prefer typical American spelling for "acknowledgment". 7 Prefer typical American spelling for "acknowledgment".
diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi
index 7895d1616f5..2f6f516c587 100644
--- a/doc/lispref/nonascii.texi
+++ b/doc/lispref/nonascii.texi
@@ -606,7 +606,7 @@ The value is a list of all defined character set names.
606@end defvar 606@end defvar
607 607
608@defun charset-priority-list &optional highestp 608@defun charset-priority-list &optional highestp
609This functions returns a list of all defined character sets ordered by 609This function returns a list of all defined character sets ordered by
610their priority. If @var{highestp} is non-@code{nil}, the function 610their priority. If @var{highestp} is non-@code{nil}, the function
611returns a single character set of the highest priority. 611returns a single character set of the highest priority.
612@end defun 612@end defun