diff options
| author | Lars Ingebrigtsen | 2016-04-30 00:08:07 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-05-01 19:27:10 +0200 |
| commit | 71795d4b5fa210de645d435e23f1d40814c9aee5 (patch) | |
| tree | 48f9cb53b412d6021d9052ecf065460917a666bd | |
| parent | 3852fd6e318b9860958c4a2b3c72d69e63ac2fbf (diff) | |
| download | emacs-71795d4b5fa210de645d435e23f1d40814c9aee5.tar.gz emacs-71795d4b5fa210de645d435e23f1d40814c9aee5.zip | |
Doc fix
* lisp/rect.el (delete-whitespace-rectangle): Doc fix (bug#18026).
(cherry picked from commit 6baca4911ec901579749dbf7596011d90fea3781)
| -rw-r--r-- | lisp/rect.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/rect.el b/lisp/rect.el index 6aa7b8b585b..43621d970d2 100644 --- a/lisp/rect.el +++ b/lisp/rect.el | |||
| @@ -370,7 +370,7 @@ no text on the right side of the rectangle." | |||
| 370 | "Delete all whitespace following a specified column in each line. | 370 | "Delete all whitespace following a specified column in each line. |
| 371 | The left edge of the rectangle specifies the position in each line | 371 | The left edge of the rectangle specifies the position in each line |
| 372 | at which whitespace deletion should begin. On each line in the | 372 | at which whitespace deletion should begin. On each line in the |
| 373 | rectangle, all continuous whitespace starting at that column is deleted. | 373 | rectangle, all contiguous whitespace starting at that column is deleted. |
| 374 | 374 | ||
| 375 | When called from a program the rectangle's corners are START and END. | 375 | When called from a program the rectangle's corners are START and END. |
| 376 | With a prefix (or a FILL) argument, also fill too short lines." | 376 | With a prefix (or a FILL) argument, also fill too short lines." |