]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix two typos.
authorEli Zaretskii <eliz@gnu.org>
Tue, 5 Dec 2000 13:15:19 +0000 (13:15 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 5 Dec 2000 13:15:19 +0000 (13:15 +0000)
man/ChangeLog
man/macos.texi

index dacdf1d262387bd7686784981e55191e4b0ac0a9..f3c3ebbde44164e99571c6c02af51aa877053f3e 100644 (file)
@@ -1,3 +1,18 @@
+2000-12-05  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * macos.texi: Fix markup and @node lines for inclusion in the
+       manual.
+
+       * emacs.texi: @include macos.texi.
+
+       * anti.texi: Update due to inclusion of macos.texi.
+
+       * msdog.texi: Ditto.
+
+2000-12-04  Andrew Choi <akochoi@i-cable.com>
+
+       * macos.texi: New file.
+
 2000-11-22  Miles Bader  <miles@gnu.org>
 
        * display.texi (Display Vars): Note that `mode-line-inverse-video'
index 95b6b0c831086e1272371ab1e12f09aceaa72785..1d4106cb3371737962f002dc1dc4c4e13649781c 100644 (file)
@@ -115,7 +115,7 @@ of the manual.
   To use input methods provided by the Mac OS, set the keyboard coding
 system accordingly using the @kbd{C-x RET k} command
 (@code{set-keyboard-coding-system}).  For example, for Traditional
-Chinese, use the @samp{chinese-big5} as keyboard coding system; for
+Chinese, use @samp{chinese-big5} as keyboard coding system; for
 Japanese, use @samp{sjis}, etc.  Then select the desired input method in
 the keyboard layout pull-down menu.
 
@@ -129,7 +129,7 @@ one in another Mac application and yank it into a Emacs buffer.
   The encoding of text selections must be specified using the commands
 @kbd{C-x RET x} (@code{set-selection-coding-system}) or @kbd{C-x RET X}
 (@code{set-next-selection-coding-system}) (e.g., for Traditional
-Chinese, use the @samp{chinese-big5-mac} and for Japanese,
+Chinese, use @samp{chinese-big5-mac} and for Japanese,
 @samp{sjis-mac}).  @xref{Specify Coding}, for more details.