# HG changeset patch # User Juanma Barranquero # Date 1195151370 0 # Node ID 5228ca1272a5d593e93a3c81e782fd27bf7333e1 # Parent a29ca195b71ed6a8e402a915f1567cf778424cf5 (cua-highlight-region-shift-only, cua-paste-pop): Fix typos in docstrings. diff -r a29ca195b71e -r 5228ca1272a5 lisp/emulation/cua-base.el --- a/lisp/emulation/cua-base.el Thu Nov 15 18:27:06 2007 +0000 +++ b/lisp/emulation/cua-base.el Thu Nov 15 18:29:30 2007 +0000 @@ -286,7 +286,7 @@ "*If non-nil, only highlight region if marked with S-. When this is non-nil, CUA toggles `transient-mark-mode' on when the region is marked using shifted movement keys, and off when the mark is cleared. -But when the mark was set using \\[cua-set-mark], transient-mark-mode +But when the mark was set using \\[cua-set-mark], Transient Mark mode is not turned on." :type 'boolean :group 'cua) @@ -951,8 +951,8 @@ (defun cua-paste-pop (arg) "Replace a just-pasted text or rectangle with a different text. -See `yank-pop' for details about the default behaviour. For an alternative -behaviour, see `cua-paste-pop-rotate-temporarily'." +See `yank-pop' for details about the default behavior. For an alternative +behavior, see `cua-paste-pop-rotate-temporarily'." (interactive "P") (cond ((eq last-command 'cua--paste-rectangle)