diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-05-06 12:46:56 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-05-06 12:46:56 +0000 |
commit | bbdb68b67a9e467c4bd5ae8610665747b72a17ac (patch) | |
tree | 6c97b0d2c0387b9f3bf52a56dd0308c5d49ee426 /man/text.texi | |
parent | c51848079a72dfd75b5dca69149fd2920a31f516 (diff) | |
download | emacs-bbdb68b67a9e467c4bd5ae8610665747b72a17ac.tar.gz |
(Text): Replace inforef to emacs-xtra by conditional xref's, depending on
@iftex/@ifnottex.
Diffstat (limited to 'man/text.texi')
-rw-r--r-- | man/text.texi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/man/text.texi b/man/text.texi index 97e6aa50338..06cc7cfd409 100644 --- a/man/text.texi +++ b/man/text.texi @@ -55,7 +55,13 @@ Then the formatting appears on the screen in Emacs while you edit. If you need to edit pictures made out of text characters (commonly referred to as ``ASCII art''), use @kbd{M-x edit-picture} to enter Picture mode, a special major mode for editing such pictures. -@inforef{Picture Mode,, emacs-xtra}. +@iftex +@xref{Picture Mode,,, emacs-xtra}. +@end iftex +@ifnottex +@xref{Picture Mode}. +@end ifnottex + @cindex skeletons @cindex templates |