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
27a69fd9
Commit
27a69fd9
authored
May 10, 2009
by
Chong Yidong
Browse files
* editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
parent
5b54c385
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/editfns.c
src/editfns.c
+1
-1
No files found.
src/ChangeLog
View file @
27a69fd9
2009-05-10 Chong Yidong <cyd@stupidchicken.com>
* editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
2009-05-10 Ulrich Mueller <ulm@gentoo.org>
* s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
...
...
src/editfns.c
View file @
27a69fd9
...
...
@@ -4309,7 +4309,7 @@ transpose_markers (start1, end1, start2, end2,
DEFUN
(
"transpose-regions"
,
Ftranspose_regions
,
Stranspose_regions
,
4
,
5
,
0
,
doc
:
/* Transpose region STARTR1 to ENDR1 with STARTR2 to ENDR2.
The regions
may
not be overlapping, because the size of the buffer is
The regions
should
not be overlapping, because the size of the buffer is
never changed in a transposition.
Optional fifth arg LEAVE-MARKERS, if non-nil, means don't update
...
...
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