summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-05-06 12:58:11 +0000
committerEli Zaretskii <eliz@gnu.org>2006-05-06 12:58:11 +0000
commit0701f901259b17408360b08134af0ef2657984c8 (patch)
tree76d15780c3af19b536d5bc41b8713c06bc3f733d
parent622a113efd0c2b19ae75e017c6db1d08c51fef1d (diff)
downloademacs-0701f901259b17408360b08134af0ef2657984c8.tar.gz
(Top) [ifnottex]: Add menu entries for "Picture Mode" and its sections.
@include picture-xtra.texi
-rw-r--r--man/emacs.texi17
1 files changed, 17 insertions, 0 deletions
diff --git a/man/emacs.texi b/man/emacs.texi
index 4faa4d8dab2..94ec0cc52a6 100644
--- a/man/emacs.texi
+++ b/man/emacs.texi
@@ -192,6 +192,10 @@ Advanced Features
* Maintaining:: Features for maintaining large programs.
* Abbrevs:: How to define text abbreviations to reduce
the number of characters you must type.
+@ifnottex
+* Picture Mode:: Editing pictures made up of characters using
+ the quarter-plane screen model.
+@end ifnottex
* Sending Mail:: Sending mail in Emacs.
* Rmail:: Reading mail in Emacs.
* Dired:: You can ``edit'' a directory to manage files in it.
@@ -632,6 +636,16 @@ Abbrevs
* Dynamic Abbrevs:: Abbreviations for words already in the buffer.
* Dabbrev Customization:: What is a word, for dynamic abbrevs. Case handling.
+@ifnottex
+Editing Pictures
+
+* Basic Picture:: Basic concepts and simple commands of Picture Mode.
+* Insert in Picture:: Controlling direction of cursor motion
+ after "self-inserting" characters.
+* Tabs in Picture:: Various features for tab stops and indentation.
+* Rectangles in Picture:: Clearing and superimposing rectangles.
+@end ifnottex
+
Sending Mail
* Mail Format:: Format of the mail being composed.
@@ -1137,6 +1151,9 @@ while running shell commands.
@include building.texi
@include maintaining.texi
@include abbrevs.texi
+@ifnottex
+@include picture-xtra.texi
+@end ifnottex
@include sending.texi
@include rmail.texi
@include dired.texi