comparison man/text.texi @ 83516:1321f6cfb389

Merged from emacs@sv.gnu.org Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-266 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-267 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-268 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-269 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-270 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-271 Rename "field-at-point" to "field-at-pos" * emacs@sv.gnu.org/emacs--devo--0--patch-272 (comint-insert-input): Remove redundant calls to setq and goto-char git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-556
author Karoly Lorentey <lorentey@elte.hu>
date Wed, 10 May 2006 15:04:01 +0000
parents 8566e3f340ec
children a7848336d750 146cd8369025
comparison
equal deleted inserted replaced
83515:f7a396df2380 83516:1321f6cfb389
53 53
54 @cindex ASCII art 54 @cindex ASCII art
55 If you need to edit pictures made out of text characters (commonly 55 If you need to edit pictures made out of text characters (commonly
56 referred to as ``ASCII art''), use @kbd{M-x edit-picture} to enter 56 referred to as ``ASCII art''), use @kbd{M-x edit-picture} to enter
57 Picture mode, a special major mode for editing such pictures. 57 Picture mode, a special major mode for editing such pictures.
58 @inforef{Picture Mode,, emacs-xtra}. 58 @iftex
59 @xref{Picture Mode,,, emacs-xtra, Specialized Emacs Features}.
60 @end iftex
61 @ifnottex
62 @xref{Picture Mode}.
63 @end ifnottex
64
59 65
60 @cindex skeletons 66 @cindex skeletons
61 @cindex templates 67 @cindex templates
62 @cindex autotyping 68 @cindex autotyping
63 @cindex automatic typing 69 @cindex automatic typing