diff options
| author | Eli Zaretskii | 2006-05-06 12:58:11 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-05-06 12:58:11 +0000 |
| commit | 0701f901259b17408360b08134af0ef2657984c8 (patch) | |
| tree | 76d15780c3af19b536d5bc41b8713c06bc3f733d | |
| parent | 622a113efd0c2b19ae75e017c6db1d08c51fef1d (diff) | |
| download | emacs-0701f901259b17408360b08134af0ef2657984c8.tar.gz emacs-0701f901259b17408360b08134af0ef2657984c8.zip | |
(Top) [ifnottex]: Add menu entries for "Picture Mode" and its sections.
@include picture-xtra.texi
| -rw-r--r-- | man/emacs.texi | 17 |
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 | |||
| 192 | * Maintaining:: Features for maintaining large programs. | 192 | * Maintaining:: Features for maintaining large programs. |
| 193 | * Abbrevs:: How to define text abbreviations to reduce | 193 | * Abbrevs:: How to define text abbreviations to reduce |
| 194 | the number of characters you must type. | 194 | the number of characters you must type. |
| 195 | @ifnottex | ||
| 196 | * Picture Mode:: Editing pictures made up of characters using | ||
| 197 | the quarter-plane screen model. | ||
| 198 | @end ifnottex | ||
| 195 | * Sending Mail:: Sending mail in Emacs. | 199 | * Sending Mail:: Sending mail in Emacs. |
| 196 | * Rmail:: Reading mail in Emacs. | 200 | * Rmail:: Reading mail in Emacs. |
| 197 | * Dired:: You can ``edit'' a directory to manage files in it. | 201 | * Dired:: You can ``edit'' a directory to manage files in it. |
| @@ -632,6 +636,16 @@ Abbrevs | |||
| 632 | * Dynamic Abbrevs:: Abbreviations for words already in the buffer. | 636 | * Dynamic Abbrevs:: Abbreviations for words already in the buffer. |
| 633 | * Dabbrev Customization:: What is a word, for dynamic abbrevs. Case handling. | 637 | * Dabbrev Customization:: What is a word, for dynamic abbrevs. Case handling. |
| 634 | 638 | ||
| 639 | @ifnottex | ||
| 640 | Editing Pictures | ||
| 641 | |||
| 642 | * Basic Picture:: Basic concepts and simple commands of Picture Mode. | ||
| 643 | * Insert in Picture:: Controlling direction of cursor motion | ||
| 644 | after "self-inserting" characters. | ||
| 645 | * Tabs in Picture:: Various features for tab stops and indentation. | ||
| 646 | * Rectangles in Picture:: Clearing and superimposing rectangles. | ||
| 647 | @end ifnottex | ||
| 648 | |||
| 635 | Sending Mail | 649 | Sending Mail |
| 636 | 650 | ||
| 637 | * Mail Format:: Format of the mail being composed. | 651 | * Mail Format:: Format of the mail being composed. |
| @@ -1137,6 +1151,9 @@ while running shell commands. | |||
| 1137 | @include building.texi | 1151 | @include building.texi |
| 1138 | @include maintaining.texi | 1152 | @include maintaining.texi |
| 1139 | @include abbrevs.texi | 1153 | @include abbrevs.texi |
| 1154 | @ifnottex | ||
| 1155 | @include picture-xtra.texi | ||
| 1156 | @end ifnottex | ||
| 1140 | @include sending.texi | 1157 | @include sending.texi |
| 1141 | @include rmail.texi | 1158 | @include rmail.texi |
| 1142 | @include dired.texi | 1159 | @include dired.texi |