diff options
| author | Thien-Thi Nguyen | 2006-08-10 18:43:55 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2006-08-10 18:43:55 +0000 |
| commit | 43901444a44d09f2fab59a1127e2659426dcd53e (patch) | |
| tree | 67b3182a3e9ea7261597d88fa9418a8159a745a0 | |
| parent | 65b13f4bc0c6821e03a3d3be0f2ba4ad70001976 (diff) | |
| download | emacs-43901444a44d09f2fab59a1127e2659426dcd53e.tar.gz emacs-43901444a44d09f2fab59a1127e2659426dcd53e.zip | |
(Recognize Coding, Text Coding): Fix typos.
| -rw-r--r-- | man/ChangeLog | 20 | ||||
| -rw-r--r-- | man/mule.texi | 4 |
2 files changed, 14 insertions, 10 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 8d252755de6..6b14690768a 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change) | ||
| 2 | |||
| 3 | * mule.texi (Recognize Coding, Text Coding): Fix typos. | ||
| 4 | |||
| 1 | 2006-08-10 Richard Stallman <rms@gnu.org> | 5 | 2006-08-10 Richard Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * text.texi (Format Faces): Substantial rewrites to deal | 7 | * text.texi (Format Faces): Substantial rewrites to deal |
| @@ -51,7 +55,7 @@ | |||
| 51 | * building.texi (GDB commands in Fringe): Rename to... | 55 | * building.texi (GDB commands in Fringe): Rename to... |
| 52 | (Source Buffers): ..this and move forward. Describe hollow arrow and | 56 | (Source Buffers): ..this and move forward. Describe hollow arrow and |
| 53 | new option gdb-find-source-frame. | 57 | new option gdb-find-source-frame. |
| 54 | 58 | ||
| 55 | 2006-07-29 Richard Stallman <rms@gnu.org> | 59 | 2006-07-29 Richard Stallman <rms@gnu.org> |
| 56 | 60 | ||
| 57 | * dired.texi (Operating on Files): Simplify previous change | 61 | * dired.texi (Operating on Files): Simplify previous change |
| @@ -65,7 +69,7 @@ | |||
| 65 | 2006-07-28 Richard Stallman <rms@gnu.org> | 69 | 2006-07-28 Richard Stallman <rms@gnu.org> |
| 66 | 70 | ||
| 67 | * mark.texi (Transient Mark): Clarify that region never disappears | 71 | * mark.texi (Transient Mark): Clarify that region never disappears |
| 68 | when Transient Mark mode is off, and not when it is on. | 72 | when Transient Mark mode is off, and not when it is on. |
| 69 | 73 | ||
| 70 | 2006-07-27 Richard Stallman <rms@gnu.org> | 74 | 2006-07-27 Richard Stallman <rms@gnu.org> |
| 71 | 75 | ||
| @@ -75,15 +79,15 @@ | |||
| 75 | 79 | ||
| 76 | * xresources.texi (GTK styles): Fix texinfo usage. | 80 | * xresources.texi (GTK styles): Fix texinfo usage. |
| 77 | 81 | ||
| 78 | * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi: | 82 | * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi: |
| 79 | * faq.texi: Move periods and commas inside quotes. | 83 | * faq.texi: Move periods and commas inside quotes. |
| 80 | 84 | ||
| 81 | * commands.texi (User Input): Explain why we teach keyboard cmds. | 85 | * commands.texi (User Input): Explain why we teach keyboard cmds. |
| 82 | 86 | ||
| 83 | * xresources.texi, xresmini.texi, search.texi, programs.texi: | 87 | * xresources.texi, xresmini.texi, search.texi, programs.texi: |
| 84 | * misc.texi, kmacro.texi, killing.texi, glossary.texi: | 88 | * misc.texi, kmacro.texi, killing.texi, glossary.texi: |
| 85 | * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi: | 89 | * fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi: |
| 86 | * doclicense.texi, display.texi, dired.texi, basic.texi: | 90 | * doclicense.texi, display.texi, dired.texi, basic.texi: |
| 87 | * anti.texi, ack.texi: Move periods and commas inside quotes. | 91 | * anti.texi, ack.texi: Move periods and commas inside quotes. |
| 88 | 92 | ||
| 89 | 2006-07-22 Eli Zaretskii <eliz@gnu.org> | 93 | 2006-07-22 Eli Zaretskii <eliz@gnu.org> |
diff --git a/man/mule.texi b/man/mule.texi index a49478dfe02..9437e30f485 100644 --- a/man/mule.texi +++ b/man/mule.texi | |||
| @@ -785,7 +785,7 @@ file. The variable @code{file-coding-system-alist} specifies this | |||
| 785 | correspondence. There is a special function | 785 | correspondence. There is a special function |
| 786 | @code{modify-coding-system-alist} for adding elements to this list. For | 786 | @code{modify-coding-system-alist} for adding elements to this list. For |
| 787 | example, to read and write all @samp{.txt} files using the coding system | 787 | example, to read and write all @samp{.txt} files using the coding system |
| 788 | @code{china-iso-8bit}, you can execute this Lisp expression: | 788 | @code{chinese-iso-8bit}, you can execute this Lisp expression: |
| 789 | 789 | ||
| 790 | @smallexample | 790 | @smallexample |
| 791 | (modify-coding-system-alist 'file "\\.txt\\'" 'chinese-iso-8bit) | 791 | (modify-coding-system-alist 'file "\\.txt\\'" 'chinese-iso-8bit) |
| @@ -1003,7 +1003,7 @@ of with @kbd{C-x @key{RET} f}, there is no warning if the buffer | |||
| 1003 | contains characters that the coding system cannot handle. | 1003 | contains characters that the coding system cannot handle. |
| 1004 | 1004 | ||
| 1005 | Other file commands affected by a specified coding system include | 1005 | Other file commands affected by a specified coding system include |
| 1006 | @kbd{C-x C-i} and @kbd{C-x C-v}, as well as the other-window variants | 1006 | @kbd{C-x i} and @kbd{C-x C-v}, as well as the other-window variants |
| 1007 | of @kbd{C-x C-f}. @kbd{C-x @key{RET} c} also affects commands that | 1007 | of @kbd{C-x C-f}. @kbd{C-x @key{RET} c} also affects commands that |
| 1008 | start subprocesses, including @kbd{M-x shell} (@pxref{Shell}). If the | 1008 | start subprocesses, including @kbd{M-x shell} (@pxref{Shell}). If the |
| 1009 | immediately following command does not use the coding system, then | 1009 | immediately following command does not use the coding system, then |