aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index e4269c0046a..89f4479740a 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -2231,7 +2231,9 @@ advance_to_char_boundary (ptrdiff_t byte_pos)
2231 2231
2232DEFUN ("buffer-swap-text", Fbuffer_swap_text, Sbuffer_swap_text, 2232DEFUN ("buffer-swap-text", Fbuffer_swap_text, Sbuffer_swap_text,
2233 1, 1, 0, 2233 1, 1, 0,
2234 doc: /* Swap the text between current buffer and BUFFER. */) 2234 doc: /* Swap the text between current buffer and BUFFER.
2235Using this function from `save-excursion' might produce surprising
2236results, see Info node `(elisp)Swapping Text'. */)
2235 (Lisp_Object buffer) 2237 (Lisp_Object buffer)
2236{ 2238{
2237 struct buffer *other_buffer; 2239 struct buffer *other_buffer;