comparison lisp/simple.el @ 2935:653e14f61220

(transient-mark-mode): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 21 May 1993 17:26:48 +0000
parents f5f7e7295ec2
children 518509536741
comparison
equal deleted inserted replaced
2934:7c4226d1ea65 2935:653e14f61220
1322 (goto-char omark) 1322 (goto-char omark)
1323 nil)) 1323 nil))
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."
1331 (interactive "P") 1331 (interactive "P")
1332 (setq transient-mark-mode 1332 (setq transient-mark-mode