Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
85d14563
Commit
85d14563
authored
Oct 01, 2009
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Swapping Text): Minor clarification.
parent
0c0d8459
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+4
-0
doc/lispref/buffers.texi
doc/lispref/buffers.texi
+4
-4
No files found.
doc/lispref/ChangeLog
View file @
85d14563
2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
* buffers.texi (Swapping Text): Minor clarification.
2009-10-01 Glenn Morris <rgm@gnu.org>
* functions.texi (Declaring Functions): Mention that we also search for
...
...
doc/lispref/buffers.texi
View file @
85d14563
...
...
@@ -1180,10 +1180,10 @@ two or more buffers are actually a single virtual buffer that holds
the contents of all the individual buffers together.
@defun buffer-swap-text buffer
This function swaps t
ext between
the current buffer and
its argument
@var{buffer}. It signals an error if one of the two buffers
is an
indirect buffer (@pxref{Indirect Buffers}) or is a base buffer
of an
indirect buffer.
This function swaps t
he text of
the current buffer and
that of its
argument
@var{buffer}. It signals an error if one of the two buffers
is an
indirect buffer (@pxref{Indirect Buffers}) or is a base buffer
of an
indirect buffer.
All the buffer properties that are related to the buffer text are
swapped as well: the positions of point and mark, all the markers, the
...
...
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