diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
-rw-r--r-- | doc/emacs/msdog.texi | 6 | ||||
-rw-r--r-- | doc/lispref/ChangeLog | 2 | ||||
-rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/misc/gnus.texi | 2 | ||||
-rw-r--r-- | doc/misc/sem-user.texi | 2 |
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 @@ +2011-11-20 Juanma Barranquero <lekktu@gmail.com> + + * msdog.texi (Windows Fonts): Fix typo. + 2011-11-17 Glenn Morris <rgm@gnu.org> * 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. @vindex w32-charset-info-alist @item registry Specifies the character set registry that the font is -expected to cover. Most TrueType and OpenType fonts will be unicode fonts +expected to cover. Most TrueType and OpenType fonts will be Unicode fonts that cover several national character sets, but you can narrow down the selection of fonts to those that support a particular character set by using a specific registry from @code{w32-charset-info-alist} here. @@ -936,9 +936,9 @@ Options specific to @code{GDI} fonts: @table @code @cindex font scripts (MS Windows) -@cindex font unicode subranges (MS Windows) +@cindex font Unicode subranges (MS Windows) @item script -Specifies a unicode subrange the font should support. +Specifies a Unicode subrange the font should support. The following scripts are recognized on Windows: @code{latin}, @code{greek}, @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 @@ (Future Local Variables): Node deleted. * objects.texi (General Escape Syntax): Update explanation of - unicode escape syntax. + Unicode escape syntax. 2009-02-23 Chong Yidong <cyd@stupidchicken.com> 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 @@ * ede.texi (ede-compilation-program, ede-compiler, ede-linker): * eieio.texi (Customizing): - * gnus-news.texi: Fix typos. + * gnus.texi (Article Washing): + * gnus-news.texi: + * sem-user.texi (Smart Jump): Fix typos. 2011-11-16 Juanma Barranquero <lekktu@gmail.com> 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. Translate many non-@acronym{ASCII} characters into their @acronym{ASCII} equivalents (@code{gnus-article-treat-non-ascii}). This is mostly useful if you're on a terminal that has a limited font -and does't show accented characters, ``advanced'' punctuation, and the +and doesn't show accented characters, ``advanced'' punctuation, and the like. For instance, @samp{»} is tranlated into @samp{>>}, and so on. @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: @end example @end defun -These commands are often more accurate than than the @code{find-tag} +These commands are often more accurate than the @code{find-tag} command (@pxref{Tags,,,emacs,Emacs manual}), because the Semantic Analyzer is context-sensitive. |