From 73e0cbc0f5d1f5a70b18f8357979142bb265669f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 28 Jul 2012 10:47:58 +0300 Subject: [PATCH] Fix bug #12062 with a typo in Elisp manual. doc/lispref/nonascii.texi (Character Sets): Fix a typo. --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/nonascii.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.2