From a198d2c9158ca14968181e2af9d145e94d425f0a Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 15 Nov 2007 18:32:34 +0000 Subject: [PATCH] (cua-highlight-region-shift-only, cua-paste-pop): Fix typos in docstrings. --- lisp/ChangeLog | 8 ++++++++ lisp/emulation/cua-base.el | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8a847ec9e12..a45abc3e3ac 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2007-11-15 Juanma Barranquero + + * progmodes/cc-engine.el (c-crosses-statement-barrier-p): + Fix typo in docstring. + + * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring. + (cua-highlight-region-shift-only): Doc fix. + 2007-11-15 Richard Stallman * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el. diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el index e5410c272ff..62fa2bd7bbb 100644 --- a/lisp/emulation/cua-base.el +++ b/lisp/emulation/cua-base.el @@ -286,7 +286,7 @@ enabled." "*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 @@ If global mark is active, copy from register or one character." (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) -- 2.39.2