Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a198d2c9
Commit
a198d2c9
authored
Nov 15, 2007
by
Juanma Barranquero
Browse files
(cua-highlight-region-shift-only, cua-paste-pop): Fix typos in docstrings.
parent
1fc0c624
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
lisp/ChangeLog
lisp/ChangeLog
+8
-0
lisp/emulation/cua-base.el
lisp/emulation/cua-base.el
+3
-3
No files found.
lisp/ChangeLog
View file @
a198d2c9
2007-11-15 Juanma Barranquero <lekktu@gmail.com>
* 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 <rms@gnu.org>
2007-11-15 Richard Stallman <rms@gnu.org>
* bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
* bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
lisp/emulation/cua-base.el
View file @
a198d2c9
...
@@ -286,7 +286,7 @@ enabled."
...
@@ -286,7 +286,7 @@ enabled."
"*If non-nil, only highlight region if marked with S-<move>.
"*If non-nil, only highlight region if marked with S-<move>.
When this is non-nil, CUA toggles `transient-mark-mode' on when the region
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.
is marked using shifted movement keys, and off when the mark is cleared.
But when the mark was set using \\[cua-set-mark],
t
ransient
-m
ark
-
mode
But when the mark was set using \\[cua-set-mark],
T
ransient
M
ark
mode
is not turned on."
is not turned on."
:type
'boolean
:type
'boolean
:group
'cua
)
:group
'cua
)
...
@@ -951,8 +951,8 @@ If global mark is active, copy from register or one character."
...
@@ -951,8 +951,8 @@ If global mark is active, copy from register or one character."
(
defun
cua-paste-pop
(
arg
)
(
defun
cua-paste-pop
(
arg
)
"Replace a just-pasted text or rectangle with a different text.
"Replace a just-pasted text or rectangle with a different text.
See `yank-pop' for details about the default behavio
u
r. For an alternative
See `yank-pop' for details about the default behavior. For an alternative
behavio
u
r, see `cua-paste-pop-rotate-temporarily'."
behavior, see `cua-paste-pop-rotate-temporarily'."
(
interactive
"P"
)
(
interactive
"P"
)
(
cond
(
cond
((
eq
last-command
'cua--paste-rectangle
)
((
eq
last-command
'cua--paste-rectangle
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment