Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
43901444
Commit
43901444
authored
Aug 10, 2006
by
Thien-Thi Nguyen
Browse files
(Recognize Coding, Text Coding): Fix typos.
parent
65b13f4b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
10 deletions
+14
-10
man/ChangeLog
man/ChangeLog
+12
-8
man/mule.texi
man/mule.texi
+2
-2
No files found.
man/ChangeLog
View file @
43901444
2006-08-10 Sven Joachim <svenjoac@gmx.de> (tiny change)
* mule.texi (Recognize Coding, Text Coding): Fix typos.
2006-08-10 Richard Stallman <rms@gnu.org>
2006-08-10 Richard Stallman <rms@gnu.org>
* text.texi (Format Faces): Substantial rewrites to deal
* text.texi (Format Faces): Substantial rewrites to deal
...
@@ -51,7 +55,7 @@
...
@@ -51,7 +55,7 @@
* building.texi (GDB commands in Fringe): Rename to...
* building.texi (GDB commands in Fringe): Rename to...
(Source Buffers): ..this and move forward. Describe hollow arrow and
(Source Buffers): ..this and move forward. Describe hollow arrow and
new option gdb-find-source-frame.
new option gdb-find-source-frame.
2006-07-29 Richard Stallman <rms@gnu.org>
2006-07-29 Richard Stallman <rms@gnu.org>
* dired.texi (Operating on Files): Simplify previous change
* dired.texi (Operating on Files): Simplify previous change
...
@@ -65,7 +69,7 @@
...
@@ -65,7 +69,7 @@
2006-07-28 Richard Stallman <rms@gnu.org>
2006-07-28 Richard Stallman <rms@gnu.org>
* mark.texi (Transient Mark): Clarify that region never disappears
* mark.texi (Transient Mark): Clarify that region never disappears
when Transient Mark mode is off, and not when it is on.
when Transient Mark mode is off, and not when it is on.
2006-07-27 Richard Stallman <rms@gnu.org>
2006-07-27 Richard Stallman <rms@gnu.org>
...
@@ -75,15 +79,15 @@
...
@@ -75,15 +79,15 @@
* xresources.texi (GTK styles): Fix texinfo usage.
* xresources.texi (GTK styles): Fix texinfo usage.
* pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
* pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
* faq.texi: Move periods and commas inside quotes.
* faq.texi: Move periods and commas inside quotes.
* commands.texi (User Input): Explain why we teach keyboard cmds.
* commands.texi (User Input): Explain why we teach keyboard cmds.
* xresources.texi, xresmini.texi, search.texi, programs.texi:
* xresources.texi, xresmini.texi, search.texi, programs.texi:
* misc.texi, kmacro.texi, killing.texi, glossary.texi:
* misc.texi, kmacro.texi, killing.texi, glossary.texi:
* fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
* fortran-xtra.texi, files.texi, emacs.texi, emacs-xtra.texi:
* doclicense.texi, display.texi, dired.texi, basic.texi:
* doclicense.texi, display.texi, dired.texi, basic.texi:
* anti.texi, ack.texi: Move periods and commas inside quotes.
* anti.texi, ack.texi: Move periods and commas inside quotes.
2006-07-22 Eli Zaretskii <eliz@gnu.org>
2006-07-22 Eli Zaretskii <eliz@gnu.org>
...
...
man/mule.texi
View file @
43901444
...
@@ -785,7 +785,7 @@ file. The variable @code{file-coding-system-alist} specifies this
...
@@ -785,7 +785,7 @@ file. The variable @code{file-coding-system-alist} specifies this
correspondence. There is a special function
correspondence. There is a special function
@code{modify-coding-system-alist} for adding elements to this list. For
@code{modify-coding-system-alist} for adding elements to this list. For
example, to read and write all @samp{.txt} files using the coding system
example, to read and write all @samp{.txt} files using the coding system
@code{chin
a
-iso-8bit}, you can execute this Lisp expression:
@code{chin
ese
-iso-8bit}, you can execute this Lisp expression:
@smallexample
@smallexample
(modify-coding-system-alist 'file "\\.txt\\'" 'chinese-iso-8bit)
(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,7 +1003,7 @@ of with @kbd{C-x @key{RET} f}, there is no warning if the buffer
contains characters that the coding system cannot handle.
contains characters that the coding system cannot handle.
Other file commands affected by a specified coding system include
Other file commands affected by a specified coding system include
@kbd{C-x
C-
i} and @kbd{C-x C-v}, as well as the other-window variants
@kbd{C-x i} and @kbd{C-x C-v}, as well as the other-window variants
of @kbd{C-x C-f}. @kbd{C-x @key{RET} c} also affects commands that
of @kbd{C-x C-f}. @kbd{C-x @key{RET} c} also affects commands that
start subprocesses, including @kbd{M-x shell} (@pxref{Shell}). If the
start subprocesses, including @kbd{M-x shell} (@pxref{Shell}). If the
immediately following command does not use the coding system, then
immediately following command does not use the coding system, then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment