Fix bug #12062 with a typo in Elisp manual.
authorEli Zaretskii <eliz@gnu.org>
Sat, 28 Jul 2012 07:47:58 +0000 (10:47 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 28 Jul 2012 07:47:58 +0000 (10:47 +0300)
 doc/lispref/nonascii.texi (Character Sets): Fix a typo.

doc/lispref/ChangeLog
doc/lispref/nonascii.texi

index 1ab3aa6..6b0486a 100644 (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".
index 7895d16..2f6f516 100644 (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