aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-12-05 13:15:19 +0000
committerEli Zaretskii2000-12-05 13:15:19 +0000
commit414f9973c405aa48144839a20be290728a542a7c (patch)
tree4f5025014456cd429f0171cd712e926d538e9295
parentd3d652ca0d3b83eb04b7462efe635b025d77b4a2 (diff)
downloademacs-414f9973c405aa48144839a20be290728a542a7c.tar.gz
emacs-414f9973c405aa48144839a20be290728a542a7c.zip
Fix two typos.
-rw-r--r--man/ChangeLog15
-rw-r--r--man/macos.texi4
2 files changed, 17 insertions, 2 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index dacdf1d2623..f3c3ebbde44 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,18 @@
12000-12-05 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * macos.texi: Fix markup and @node lines for inclusion in the
4 manual.
5
6 * emacs.texi: @include macos.texi.
7
8 * anti.texi: Update due to inclusion of macos.texi.
9
10 * msdog.texi: Ditto.
11
122000-12-04 Andrew Choi <akochoi@i-cable.com>
13
14 * macos.texi: New file.
15
12000-11-22 Miles Bader <miles@gnu.org> 162000-11-22 Miles Bader <miles@gnu.org>
2 17
3 * display.texi (Display Vars): Note that `mode-line-inverse-video' 18 * display.texi (Display Vars): Note that `mode-line-inverse-video'
diff --git a/man/macos.texi b/man/macos.texi
index 95b6b0c8310..1d4106cb337 100644
--- a/man/macos.texi
+++ b/man/macos.texi
@@ -115,7 +115,7 @@ of the manual.
115 To use input methods provided by the Mac OS, set the keyboard coding 115 To use input methods provided by the Mac OS, set the keyboard coding
116system accordingly using the @kbd{C-x RET k} command 116system accordingly using the @kbd{C-x RET k} command
117(@code{set-keyboard-coding-system}). For example, for Traditional 117(@code{set-keyboard-coding-system}). For example, for Traditional
118Chinese, use the @samp{chinese-big5} as keyboard coding system; for 118Chinese, use @samp{chinese-big5} as keyboard coding system; for
119Japanese, use @samp{sjis}, etc. Then select the desired input method in 119Japanese, use @samp{sjis}, etc. Then select the desired input method in
120the keyboard layout pull-down menu. 120the keyboard layout pull-down menu.
121 121
@@ -129,7 +129,7 @@ one in another Mac application and yank it into a Emacs buffer.
129 The encoding of text selections must be specified using the commands 129 The encoding of text selections must be specified using the commands
130@kbd{C-x RET x} (@code{set-selection-coding-system}) or @kbd{C-x RET X} 130@kbd{C-x RET x} (@code{set-selection-coding-system}) or @kbd{C-x RET X}
131(@code{set-next-selection-coding-system}) (e.g., for Traditional 131(@code{set-next-selection-coding-system}) (e.g., for Traditional
132Chinese, use the @samp{chinese-big5-mac} and for Japanese, 132Chinese, use @samp{chinese-big5-mac} and for Japanese,
133@samp{sjis-mac}). @xref{Specify Coding}, for more details. 133@samp{sjis-mac}). @xref{Specify Coding}, for more details.
134 134
135 135