comparison man/killing.texi @ 89909:68c22ea6027c

Sync to HEAD
author Kenichi Handa <handa@m17n.org>
date Fri, 16 Apr 2004 12:51:06 +0000
parents 375f2633d815
children d8411455de48
comparison
equal deleted inserted replaced
89908:ee1402f7b568 89909:68c22ea6027c
150 @key{DEL}. @xref{DEL Does Not Delete}, for how to do this. 150 @key{DEL}. @xref{DEL Does Not Delete}, for how to do this.
151 151
152 @findex normal-erase-is-backspace-mode 152 @findex normal-erase-is-backspace-mode
153 On most text-only terminals, Emacs cannot tell which keys the 153 On most text-only terminals, Emacs cannot tell which keys the
154 keyboard really has, so it follows a uniform plan which may or may not 154 keyboard really has, so it follows a uniform plan which may or may not
155 fit your keyboard. The uniform plan is that the ASCII @key{DEL} 155 fit your keyboard. The uniform plan is that the @acronym{ASCII} @key{DEL}
156 character deletes, and the ASCII @key{BS} (backspace) character asks 156 character deletes, and the @acronym{ASCII} @key{BS} (backspace) character asks
157 for help (it is the same as @kbd{C-h}). If this is not right for your 157 for help (it is the same as @kbd{C-h}). If this is not right for your
158 keyboard, such as if you find that the key which ought to delete backwards 158 keyboard, such as if you find that the key which ought to delete backwards
159 enters Help instead, see @ref{DEL Does Not Delete}. 159 enters Help instead, see @ref{DEL Does Not Delete}.
160 160
161 @kindex M-\ 161 @kindex M-\
642 642
643 @findex string-insert-rectangle 643 @findex string-insert-rectangle
644 The command @kbd{M-x string-insert-rectangle} is similar to 644 The command @kbd{M-x string-insert-rectangle} is similar to
645 @code{string-rectangle}, but inserts the string on each line, 645 @code{string-rectangle}, but inserts the string on each line,
646 shifting the original text to the right. 646 shifting the original text to the right.
647
648 @ignore
649 arch-tag: d8da8f96-0928-449a-816e-ff2d3497866c
650 @end ignore