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 @@ +2012-07-28 Eli Zaretskii + + * nonascii.texi (Character Sets): Fix a typo. (Bug#12062) + 2012-07-25 Paul Eggert 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. @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