Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5ef5d6ce
Commit
5ef5d6ce
authored
Dec 29, 2003
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(copy-rectangle-to-register): Doc fix.
parent
9f4aee27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
lisp/register.el
lisp/register.el
+4
-2
No files found.
lisp/register.el
View file @
5ef5d6ce
...
...
@@ -304,8 +304,10 @@ START and END are buffer positions indicating what to prepend."
(
defun
copy-rectangle-to-register
(
register
start
end
&optional
delete-flag
)
"Copy rectangular region into register REGISTER.
With prefix arg, delete as well.
Called from program, takes four args: REGISTER, START, END and DELETE-FLAG.
With prefix arg, delete as well. To insert this register
in the buffer, use \\[insert-register].
Called from a program, takes four args: REGISTER, START, END and DELETE-FLAG.
START and END are buffer positions giving two corners of rectangle."
(
interactive
"cCopy rectangle to register: \nr\nP"
)
(
set-register
register
...
...
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