From: Eli Zaretskii Date: Sat, 28 Jul 2012 07:47:58 +0000 (+0300) Subject: Fix bug #12062 with a typo in Elisp manual. X-Git-Tag: emacs-24.2.90~1048 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=73e0cbc0f5d1f5a70b18f8357979142bb265669f;p=emacs.git Fix bug #12062 with a typo in Elisp manual. doc/lispref/nonascii.texi (Character Sets): Fix a typo. --- 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