]> git.eshelyaron.com Git - emacs.git/commitdiff
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 1ab3aa6ee1c5c54fbce001391273b717cf86de37..6b0486af73834b14f1029f505f3f5b1c63a01c9e 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 7895d1616f543b98a1d15f7901cc96c293709c4a..2f6f516c587870d8a897a82c2e72514de618ffce 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