diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-04-24 11:09:21 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-04-24 11:09:21 +0000 |
commit | 1e1e6d529c8e07ec4afa7c49ab3ffa2a6613fce7 (patch) | |
tree | 380a5ef805f85f6d8eb5a940eea49ba0b50c6b5b /man/faq.texi | |
parent | 8748ecc048f16dd3b5be8275aa4301f7f08b5ba2 (diff) | |
download | emacs-1e1e6d529c8e07ec4afa7c49ab3ffa2a6613fce7.tar.gz emacs-1e1e6d529c8e07ec4afa7c49ab3ffa2a6613fce7.tar.bz2 emacs-1e1e6d529c8e07ec4afa7c49ab3ffa2a6613fce7.zip |
Adapt to the change of string-rectangle back to 20.x behaviour.
Diffstat (limited to 'man/faq.texi')
-rw-r--r-- | man/faq.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/faq.texi b/man/faq.texi index 1b32ccc44e0..60053aad135 100644 --- a/man/faq.texi +++ b/man/faq.texi @@ -2157,11 +2157,11 @@ when you press the @key{TAB} character in certain modes. To do this to an entire buffer, type @kbd{M-< M-x replace-regexp @key{RET} ^ @key{RET} > @key{RET}}. -To do this to a region, use @code{string-rectangle} (@kbd{C-x r t}). +To do this to a region, use @code{string-insert-rectangle}. Set the mark (@kbd{C-@key{SPC}}) at the beginning of the first line you want to prefix, move the cursor to last line to be prefixed, and type -@kbd{C-x r t > @key{RET}}. To do this for the whole buffer, type -@kbd{C-x h C-x r t > @key{RET}}. +@kbd{M-x string-insert-rectangle @key{RET}}. To do this for the whole +buffer, type @kbd{C-x h M-x string-insert-rectangle @key{RET}}. If you are trying to prefix a yanked mail message with @samp{>}, you might want to set the variable @code{mail-yank-prefix}. Better yet, use |