diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-06-07 18:01:50 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-06-07 18:01:50 +0000 |
commit | 276103ef30976b36fdde34a8baf411d6e16fe54f (patch) | |
tree | ec27532a3c9630f097649d359f1f3b5fc8fe443a /man/mule.texi | |
parent | 3b50cf5a74501107b3981f32692bc45b6f35fe2f (diff) | |
download | emacs-276103ef30976b36fdde34a8baf411d6e16fe54f.tar.gz |
(Coding Systems): Footnote xref "MS-DOS and MULE" in main manual for @ifnottex,
but in emacs-extra for @iftex.
Diffstat (limited to 'man/mule.texi')
-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 @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 |