diff options
| author | Eli Zaretskii | 2006-05-06 13:46:12 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-05-06 13:46:12 +0000 |
| commit | 32f864b10592539040f9c13c4a49e209eb4aebc4 (patch) | |
| tree | 99d1ee3b3f5432ae51c4f091d88478eb26e49ab8 | |
| parent | c4945d6a19cdfd0471a0bc316f6685b3b30d8d54 (diff) | |
| download | emacs-32f864b10592539040f9c13c4a49e209eb4aebc4.tar.gz emacs-32f864b10592539040f9c13c4a49e209eb4aebc4.zip | |
(Basic Picture, Rectangles in Picture) [ifnottex]: Conditional xref's for
on-line manual.
| -rw-r--r-- | man/picture-xtra.texi | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/man/picture-xtra.texi b/man/picture-xtra.texi index 57a080264ef..61ff949f448 100644 --- a/man/picture-xtra.texi +++ b/man/picture-xtra.texi | |||
| @@ -84,12 +84,17 @@ lines. | |||
| 84 | 84 | ||
| 85 | @findex picture-newline | 85 | @findex picture-newline |
| 86 | Insertion of text is adapted to the quarter-plane screen model | 86 | Insertion of text is adapted to the quarter-plane screen model |
| 87 | through the use of Overwrite mode (@pxref{Minor Modes,,, emacs, the | 87 | through the use of Overwrite mode |
| 88 | Emacs Manual}.) Self-inserting characters replace existing text, | 88 | @iftex |
| 89 | column by column, rather than pushing existing text to the right. | 89 | (@pxref{Minor Modes,,, emacs, the Emacs Manual}.) |
| 90 | @key{RET} runs @code{picture-newline}, which just moves to the | 90 | @end iftex |
| 91 | beginning of the following line so that new text will replace that | 91 | @ifnottex |
| 92 | line. | 92 | (@pxref{Minor Modes}.) |
| 93 | @end ifnottex | ||
| 94 | Self-inserting characters replace existing text, column by column, | ||
| 95 | rather than pushing existing text to the right. @key{RET} runs | ||
| 96 | @code{picture-newline}, which just moves to the beginning of the | ||
| 97 | following line so that new text will replace that line. | ||
| 93 | 98 | ||
| 94 | @findex picture-backward-clear-column | 99 | @findex picture-backward-clear-column |
| 95 | @findex picture-clear-column | 100 | @findex picture-clear-column |
| @@ -229,8 +234,13 @@ up the picture. You can do this by setting the variable | |||
| 229 | 234 | ||
| 230 | Picture mode defines commands for working on rectangular pieces of | 235 | Picture mode defines commands for working on rectangular pieces of |
| 231 | the text in ways that fit with the quarter-plane model. The standard | 236 | the text in ways that fit with the quarter-plane model. The standard |
| 232 | rectangle commands may also be useful. @xref{Rectangles,,, emacs, the | 237 | rectangle commands may also be useful. |
| 233 | Emacs Manual}. | 238 | @iftex |
| 239 | @xref{Rectangles,,, emacs, the Emacs Manual}. | ||
| 240 | @end iftex | ||
| 241 | @ifnottex | ||
| 242 | @xref{Rectangles}. | ||
| 243 | @end ifnottex | ||
| 234 | 244 | ||
| 235 | @table @kbd | 245 | @table @kbd |
| 236 | @item C-c C-k | 246 | @item C-c C-k |