aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2012-07-28 10:47:58 +0300
committerEli Zaretskii2012-07-28 10:47:58 +0300
commit73e0cbc0f5d1f5a70b18f8357979142bb265669f (patch)
tree8c3a9f20422a5acc79342f694b8c70108d787de9
parentc20fdd9eb75e484e12382494e4fb8931c753361b (diff)
downloademacs-73e0cbc0f5d1f5a70b18f8357979142bb265669f.tar.gz
emacs-73e0cbc0f5d1f5a70b18f8357979142bb265669f.zip
Fix bug #12062 with a typo in Elisp manual.
doc/lispref/nonascii.texi (Character Sets): Fix a typo.
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/nonascii.texi2
2 files changed, 5 insertions, 1 deletions
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 @@
12012-07-28 Eli Zaretskii <eliz@gnu.org>
2
3 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
4
12012-07-25 Paul Eggert <eggert@cs.ucla.edu> 52012-07-25 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 Prefer typical American spelling for "acknowledgment". 7 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.
606@end defvar 606@end defvar
607 607
608@defun charset-priority-list &optional highestp 608@defun charset-priority-list &optional highestp
609This functions returns a list of all defined character sets ordered by 609This function returns a list of all defined character sets ordered by
610their priority. If @var{highestp} is non-@code{nil}, the function 610their priority. If @var{highestp} is non-@code{nil}, the function
611returns a single character set of the highest priority. 611returns a single character set of the highest priority.
612@end defun 612@end defun