diff options
| -rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 550357f9c9b..8ce7cfceadc 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -1324,7 +1324,7 @@ and it reactivates the mark." | |||
| 1324 | 1324 | ||
| 1325 | (defun transient-mark-mode (arg) | 1325 | (defun transient-mark-mode (arg) |
| 1326 | "Toggle Transient Mark mode. | 1326 | "Toggle Transient Mark mode. |
| 1327 | With arg, turn Transient Mark mode on if and only if arg is positive. | 1327 | With arg, turn Transient Mark mode on if arg is positive, off otherwise. |
| 1328 | 1328 | ||
| 1329 | In Transient Mark mode, changing the buffer \"deactivates\" the mark. | 1329 | In Transient Mark mode, changing the buffer \"deactivates\" the mark. |
| 1330 | While the mark is active, the region is highlighted." | 1330 | While the mark is active, the region is highlighted." |