diff options
| author | Eli Zaretskii | 2006-06-07 18:01:50 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-06-07 18:01:50 +0000 |
| commit | 276103ef30976b36fdde34a8baf411d6e16fe54f (patch) | |
| tree | ec27532a3c9630f097649d359f1f3b5fc8fe443a | |
| parent | 3b50cf5a74501107b3981f32692bc45b6f35fe2f (diff) | |
| download | emacs-276103ef30976b36fdde34a8baf411d6e16fe54f.tar.gz emacs-276103ef30976b36fdde34a8baf411d6e16fe54f.zip | |
(Coding Systems): Footnote xref "MS-DOS and MULE" in main manual for @ifnottex,
but in emacs-extra for @iftex.
| -rw-r--r-- | man/mule.texi | 8 |
1 files changed, 7 insertions, 1 deletions
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{ |
| 606 | In the MS-DOS port of Emacs, you need to create a @code{cp@var{nnn}} | 606 | In the MS-DOS port of Emacs, you need to create a @code{cp@var{nnn}} |
| 607 | coding system with @kbd{M-x codepage-setup}, before you can use it. | 607 | coding 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} |
| 611 | characters, a coding system can perform end-of-line conversion. Emacs | 617 | characters, a coding system can perform end-of-line conversion. Emacs |