]> git.eshelyaron.com Git - emacs.git/commitdiff
Document rectangle-preview option more (Bug#27974)
authorNoam Postavsky <npostavs@gmail.com>
Sun, 15 Oct 2017 21:09:09 +0000 (17:09 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Tue, 17 Oct 2017 00:10:55 +0000 (20:10 -0400)
* lisp/rect.el (string-rectangle):
* etc/NEWS.25: Mention `rectangle-preview'.

etc/NEWS.25
lisp/rect.el

index 5201a300e01e045161660c564e3f5137dd8bd70e..aac60c468871c5c5a7a85e52e81ed844e3ed0ee7 100644 (file)
@@ -712,7 +712,9 @@ CLOS class and slot documentation.
 *** Rectangle Mark mode can have corners past EOL or in the middle of a TAB.
 
 *** 'C-x C-x' in 'rectangle-mark-mode' now cycles through the four corners.
+
 *** 'string-rectangle' provides on-the-fly preview of the result.
+Customize 'rectangle-preview' to nil for the old behavior.
 
 ** New font-lock functions 'font-lock-ensure' and 'font-lock-flush'.
 These should be used in preference to 'font-lock-fontify-buffer' when
index 12e62b6a9903c2ed16bac8d7146706f6b0a86ad7..a62ed95b715f521a1d7a5c4812b447cb65cab7cc 100644 (file)
@@ -450,6 +450,10 @@ With a prefix (or a FILL) argument, also fill too short lines."
   "Replace rectangle contents with STRING on each line.
 The length of STRING need not be the same as the rectangle width.
 
+When called interactively and option `rectangle-preview' is
+non-nil, display the result as the user enters the string into
+the minibuffer.
+
 Called from a program, takes three args; START, END and STRING."
   (interactive
    (progn