aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJuanma Barranquero2011-11-20 20:35:27 +0100
committerJuanma Barranquero2011-11-20 20:35:27 +0100
commitfe7a3057a38e896a9c4ad12c831fb84a5d808691 (patch)
treebcb23e440925fde576409d960a71ee6df320331a /doc
parent09f5d05492b6c78421c71858d0d5c4434218b8fc (diff)
downloademacs-fe7a3057a38e896a9c4ad12c831fb84a5d808691.tar.gz
emacs-fe7a3057a38e896a9c4ad12c831fb84a5d808691.zip
Fix typos.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/msdog.texi6
-rw-r--r--doc/lispref/ChangeLog2
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/gnus.texi2
-rw-r--r--doc/misc/sem-user.texi2
6 files changed, 13 insertions, 7 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index b796acd8b39..761be847da2 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12011-11-20 Juanma Barranquero <lekktu@gmail.com>
2
3 * msdog.texi (Windows Fonts): Fix typo.
4
12011-11-17 Glenn Morris <rgm@gnu.org> 52011-11-17 Glenn Morris <rgm@gnu.org>
2 6
3 * regs.texi (Bookmarks): Small fixes related to saving. (Bug#10058) 7 * regs.texi (Bookmarks): Small fixes related to saving. (Bug#10058)
diff --git a/doc/emacs/msdog.texi b/doc/emacs/msdog.texi
index bbaf31ade85..e3c9b8d4fc2 100644
--- a/doc/emacs/msdog.texi
+++ b/doc/emacs/msdog.texi
@@ -914,7 +914,7 @@ as a fallback with the font family left unspecified.
914@vindex w32-charset-info-alist 914@vindex w32-charset-info-alist
915@item registry 915@item registry
916Specifies the character set registry that the font is 916Specifies the character set registry that the font is
917expected to cover. Most TrueType and OpenType fonts will be unicode fonts 917expected to cover. Most TrueType and OpenType fonts will be Unicode fonts
918that cover several national character sets, but you can narrow down the 918that cover several national character sets, but you can narrow down the
919selection of fonts to those that support a particular character set by 919selection of fonts to those that support a particular character set by
920using a specific registry from @code{w32-charset-info-alist} here. 920using a specific registry from @code{w32-charset-info-alist} here.
@@ -936,9 +936,9 @@ Options specific to @code{GDI} fonts:
936@table @code 936@table @code
937 937
938@cindex font scripts (MS Windows) 938@cindex font scripts (MS Windows)
939@cindex font unicode subranges (MS Windows) 939@cindex font Unicode subranges (MS Windows)
940@item script 940@item script
941Specifies a unicode subrange the font should support. 941Specifies a Unicode subrange the font should support.
942 942
943The following scripts are recognized on Windows: @code{latin}, @code{greek}, 943The following scripts are recognized on Windows: @code{latin}, @code{greek},
944@code{coptic}, @code{cyrillic}, @code{armenian}, @code{hebrew}, @code{arabic}, 944@code{coptic}, @code{cyrillic}, @code{armenian}, @code{hebrew}, @code{arabic},
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index e8eaa00e0fa..a1c6472c3fa 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -2255,7 +2255,7 @@
2255 (Future Local Variables): Node deleted. 2255 (Future Local Variables): Node deleted.
2256 2256
2257 * objects.texi (General Escape Syntax): Update explanation of 2257 * objects.texi (General Escape Syntax): Update explanation of
2258 unicode escape syntax. 2258 Unicode escape syntax.
2259 2259
22602009-02-23 Chong Yidong <cyd@stupidchicken.com> 22602009-02-23 Chong Yidong <cyd@stupidchicken.com>
2261 2261
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 78282d7c577..8b2d57c8628 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -5,7 +5,9 @@
5 5
6 * ede.texi (ede-compilation-program, ede-compiler, ede-linker): 6 * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
7 * eieio.texi (Customizing): 7 * eieio.texi (Customizing):
8 * gnus-news.texi: Fix typos. 8 * gnus.texi (Article Washing):
9 * gnus-news.texi:
10 * sem-user.texi (Smart Jump): Fix typos.
9 11
102011-11-16 Juanma Barranquero <lekktu@gmail.com> 122011-11-16 Juanma Barranquero <lekktu@gmail.com>
11 13
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 327fb392242..679e2ecd53b 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -8992,7 +8992,7 @@ apostrophe or quotation mark, then try this wash.
8992Translate many non-@acronym{ASCII} characters into their 8992Translate many non-@acronym{ASCII} characters into their
8993@acronym{ASCII} equivalents (@code{gnus-article-treat-non-ascii}). 8993@acronym{ASCII} equivalents (@code{gnus-article-treat-non-ascii}).
8994This is mostly useful if you're on a terminal that has a limited font 8994This is mostly useful if you're on a terminal that has a limited font
8995and does't show accented characters, ``advanced'' punctuation, and the 8995and doesn't show accented characters, ``advanced'' punctuation, and the
8996like. For instance, @samp{»} is tranlated into @samp{>>}, and so on. 8996like. For instance, @samp{»} is tranlated into @samp{>>}, and so on.
8997 8997
8998@item W Y f 8998@item W Y f
diff --git a/doc/misc/sem-user.texi b/doc/misc/sem-user.texi
index 7a363523aa6..28d1cdb6eb8 100644
--- a/doc/misc/sem-user.texi
+++ b/doc/misc/sem-user.texi
@@ -880,7 +880,7 @@ command, like this:
880@end example 880@end example
881@end defun 881@end defun
882 882
883These commands are often more accurate than than the @code{find-tag} 883These commands are often more accurate than the @code{find-tag}
884command (@pxref{Tags,,,emacs,Emacs manual}), because the Semantic 884command (@pxref{Tags,,,emacs,Emacs manual}), because the Semantic
885Analyzer is context-sensitive. 885Analyzer is context-sensitive.
886 886