aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2006-06-07 19:47:17 +0000
committerMiles Bader2006-06-07 19:47:17 +0000
commitff56ba1f4fa5b785ed6d845f89934dde0e036c32 (patch)
tree7b9760e2669312d94e47a0255d958574c6239282
parentb3f948e8a18d9009bf63e3bfc4f2078d7077dcd3 (diff)
parentafd63bda1652b0e85430b61bda91025cc49f1931 (diff)
downloademacs-ff56ba1f4fa5b785ed6d845f89934dde0e036c32.tar.gz
emacs-ff56ba1f4fa5b785ed6d845f89934dde0e036c32.zip
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
-rw-r--r--man/ChangeLog7
-rw-r--r--man/cmdargs.texi2
-rw-r--r--man/mule.texi8
3 files changed, 15 insertions, 2 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 1e491962d61..00a2ae3ef34 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,10 @@
12006-06-07 Kevin Ryde <user42@zip.com.au>
2
3 * mule.texi (Coding Systems): Footnote xref "MS-DOS and MULE" in main
4 manual for @ifnottex, but in emacs-extra for @iftex.
5
6 * cmdargs.texi (General Variables): Fix smtpmail xref.
7
12006-05-18 Reiner Steib <Reiner.Steib@gmx.de> 82006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
2 9
3 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail. 10 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
diff --git a/man/cmdargs.texi b/man/cmdargs.texi
index 9689782decb..85e0439c44a 100644
--- a/man/cmdargs.texi
+++ b/man/cmdargs.texi
@@ -552,7 +552,7 @@ The name of an interpreter used to parse and execute programs run from
552inside Emacs. 552inside Emacs.
553@item SMTPSERVER 553@item SMTPSERVER
554The name of the outgoing mail server. Used by the SMTP library 554The name of the outgoing mail server. Used by the SMTP library
555(@pxref{Top,,,Sending mail via SMTP,smtpmail}). 555(@pxref{Top,,,smtpmail,Sending mail via SMTP}).
556@cindex background mode, on @command{xterm} 556@cindex background mode, on @command{xterm}
557@item TERM 557@item TERM
558The type of the terminal that Emacs is using. This variable must be 558The type of the terminal that Emacs is using. This variable must be
diff --git a/man/mule.texi b/man/mule.texi
index c2f789ec800..812a4d57a1c 100644
--- a/man/mule.texi
+++ b/man/mule.texi
@@ -605,7 +605,13 @@ system; for example, to visit a file encoded in codepage 850, type
605@key{RET}}@footnote{ 605@key{RET}}@footnote{
606In the MS-DOS port of Emacs, you need to create a @code{cp@var{nnn}} 606In the MS-DOS port of Emacs, you need to create a @code{cp@var{nnn}}
607coding system with @kbd{M-x codepage-setup}, before you can use it. 607coding system with @kbd{M-x codepage-setup}, before you can use it.
608@xref{MS-DOS and MULE,,,emacs-extra,Specialized Emacs Features}.}. 608@iftex
609@xref{MS-DOS and MULE,,,emacs-extra,Specialized Emacs Features}.
610@end iftex
611@ifnottex
612@xref{MS-DOS and MULE}.
613@end ifnottex
614}.
609 615
610 In addition to converting various representations of non-@acronym{ASCII} 616 In addition to converting various representations of non-@acronym{ASCII}
611characters, a coding system can perform end-of-line conversion. Emacs 617characters, a coding system can perform end-of-line conversion. Emacs