diff options
| author | Glenn Morris | 2012-03-16 19:20:37 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-03-16 19:20:37 -0400 |
| commit | 66ecdc9e08549b2b978c619ad697da45e048aa54 (patch) | |
| tree | c51eb6272feb5a594cdf8866d2beedacfd1e7dd5 /doc | |
| parent | ef00465f1a55af29272e67b55a5f3584e9c8e9e2 (diff) | |
| download | emacs-66ecdc9e08549b2b978c619ad697da45e048aa54.tar.gz emacs-66ecdc9e08549b2b978c619ad697da45e048aa54.zip | |
Small fixes related to etc/HELLO
* doc/emacs/help.texi (Language Help):
* doc/emacs/mule.texi (International Chars):
etc/HELLO is for character demonstration.
* etc/HELLO: Say that this is not a comprehensive list.
Remove "duplicate" entry. (Bug#11024)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/emacs/help.texi | 3 | ||||
| -rw-r--r-- | doc/emacs/mule.texi | 6 |
3 files changed, 11 insertions, 4 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 8657859a348..2d03bae1a1b 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-03-16 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * help.texi (Language Help): | ||
| 4 | * mule.texi (International Chars): | ||
| 5 | etc/HELLO is for character demonstration. | ||
| 6 | |||
| 1 | 2012-03-15 Dani Moncayo <dmoncayo@gmail.com> (tiny change) | 7 | 2012-03-15 Dani Moncayo <dmoncayo@gmail.com> (tiny change) |
| 2 | 8 | ||
| 3 | * dired.texi (Shell Commands in Dired): Fix typo. | 9 | * dired.texi (Shell Commands in Dired): Fix typo. |
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi index 05a3e546322..84da0a9a681 100644 --- a/doc/emacs/help.texi +++ b/doc/emacs/help.texi | |||
| @@ -464,7 +464,8 @@ listing the associated character sets, coding systems, and input | |||
| 464 | methods, as well as some sample text for that language environment. | 464 | methods, as well as some sample text for that language environment. |
| 465 | 465 | ||
| 466 | The command @kbd{C-h h} (@code{view-hello-file}) displays the file | 466 | The command @kbd{C-h h} (@code{view-hello-file}) displays the file |
| 467 | @file{etc/HELLO}, which shows how to say ``hello'' in many languages. | 467 | @file{etc/HELLO}, which demonstrates various character sets by showing |
| 468 | how to say ``hello'' in many languages. | ||
| 468 | 469 | ||
| 469 | The command @kbd{C-h I} (@code{describe-input-method}) describes an | 470 | The command @kbd{C-h I} (@code{describe-input-method}) describes an |
| 470 | input method---either a specified input method, or by default the | 471 | input method---either a specified input method, or by default the |
diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi index aebff1e463a..aeaec2c502e 100644 --- a/doc/emacs/mule.texi +++ b/doc/emacs/mule.texi | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 1997, 1999-2012 Free Software Foundation, Inc. | 2 | @c Copyright (C) 1997, 1999-2012 Free Software Foundation, Inc. |
| 3 | @c See file emacs.texi for copying conditions. | 3 | @c See file emacs.texi for copying conditions. |
| 4 | @node International, Modes, Frames, Top | 4 | @node International, Modes, Frames, Top |
| 5 | @chapter International Character Set Support | 5 | @chapter International Character Set Support |
| @@ -137,8 +137,8 @@ writing files, and when exchanging data with subprocesses. | |||
| 137 | @cindex undisplayable characters | 137 | @cindex undisplayable characters |
| 138 | @cindex @samp{?} in display | 138 | @cindex @samp{?} in display |
| 139 | The command @kbd{C-h h} (@code{view-hello-file}) displays the file | 139 | The command @kbd{C-h h} (@code{view-hello-file}) displays the file |
| 140 | @file{etc/HELLO}, which shows how to say ``hello'' in many languages. | 140 | @file{etc/HELLO}, which illustrates various scripts by showing |
| 141 | This illustrates various scripts. If some characters can't be | 141 | how to say ``hello'' in many languages. If some characters can't be |
| 142 | displayed on your terminal, they appear as @samp{?} or as hollow boxes | 142 | displayed on your terminal, they appear as @samp{?} or as hollow boxes |
| 143 | (@pxref{Undisplayable Characters}). | 143 | (@pxref{Undisplayable Characters}). |
| 144 | 144 | ||