diff options
| -rw-r--r-- | lisp/whitespace.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/whitespace.el b/lisp/whitespace.el index 534e4436062..4504c4c9f14 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el | |||
| @@ -1386,7 +1386,7 @@ See `whitespace-style' and `indent-tabs-mode' for documentation." | |||
| 1386 | 1386 | ||
| 1387 | It usually applies to the whole buffer, but in transient mark | 1387 | It usually applies to the whole buffer, but in transient mark |
| 1388 | mode when the mark is active, it applies to the region. It also | 1388 | mode when the mark is active, it applies to the region. It also |
| 1389 | applies to the region when it is not in transiente mark mode, the | 1389 | applies to the region when it is not in transient mark mode, the |
| 1390 | mark is active and \\[universal-argument] was pressed just before | 1390 | mark is active and \\[universal-argument] was pressed just before |
| 1391 | calling `whitespace-cleanup' interactively. | 1391 | calling `whitespace-cleanup' interactively. |
| 1392 | 1392 | ||