mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-21 05:21:37 -07:00
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 299) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-66
This commit is contained in:
commit
ff56ba1f4f
3 changed files with 15 additions and 2 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2006-06-07 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
|
||||
manual for @ifnottex, but in emacs-extra for @iftex.
|
||||
|
||||
* cmdargs.texi (General Variables): Fix smtpmail xref.
|
||||
|
||||
2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
|
||||
|
||||
* gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
|
||||
|
|
|
|||
|
|
@ -552,7 +552,7 @@ The name of an interpreter used to parse and execute programs run from
|
|||
inside Emacs.
|
||||
@item SMTPSERVER
|
||||
The name of the outgoing mail server. Used by the SMTP library
|
||||
(@pxref{Top,,,Sending mail via SMTP,smtpmail}).
|
||||
(@pxref{Top,,,smtpmail,Sending mail via SMTP}).
|
||||
@cindex background mode, on @command{xterm}
|
||||
@item TERM
|
||||
The type of the terminal that Emacs is using. This variable must be
|
||||
|
|
|
|||
|
|
@ -605,7 +605,13 @@ system; for example, to visit a file encoded in codepage 850, type
|
|||
@key{RET}}@footnote{
|
||||
In the MS-DOS port of Emacs, you need to create a @code{cp@var{nnn}}
|
||||
coding system with @kbd{M-x codepage-setup}, before you can use it.
|
||||
@xref{MS-DOS and MULE,,,emacs-extra,Specialized Emacs Features}.}.
|
||||
@iftex
|
||||
@xref{MS-DOS and MULE,,,emacs-extra,Specialized Emacs Features}.
|
||||
@end iftex
|
||||
@ifnottex
|
||||
@xref{MS-DOS and MULE}.
|
||||
@end ifnottex
|
||||
}.
|
||||
|
||||
In addition to converting various representations of non-@acronym{ASCII}
|
||||
characters, a coding system can perform end-of-line conversion. Emacs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue