From acc8b598b0bca62a6a06f495dc77139ea674c671 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 21 Oct 2008 10:07:06 +0000 Subject: [PATCH] (Top): Add "Swapping Text" to @detailmenu. --- doc/lispref/ChangeLog | 9 +++++++++ doc/lispref/elisp.texi | 1 + etc/NEWS | 1 + 3 files changed, 11 insertions(+) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 576e76e8923..74230f8d5a3 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,12 @@ +2008-10-21 Eli Zaretskii + + * elisp.texi (Top): Add "Swapping Text" to @detailmenu. + + * positions.texi (Narrowing): Add an xref to "Swapping Text". + + * buffers.texi (Swapping Text): New section, documents + `buffer-swap-text'. + 2008-10-21 Martin Rudalics * windows.texi (Resizing Windows): Minor wording fix. diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 95338aeea21..1961128f287 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi @@ -900,6 +900,7 @@ Buffers * Killing Buffers:: Buffers exist until explicitly killed. * Indirect Buffers:: An indirect buffer shares text with some other buffer. +* Swapping Text:: Swapping text between two buffers. * Buffer Gap:: The gap in the buffer. Windows diff --git a/etc/NEWS b/etc/NEWS index 9d088e94b6a..51eff8023ae 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1588,6 +1588,7 @@ string of days, hours, etc. *** `read-shell-command' does what its name says, with completion. It uses the minibuffer-local-shell-command-map for that. ++++ *** `buffer-swap-text' swaps text between two buffers. This can be useful for modes such as tar-mode, archive-mode, RMAIL. -- 2.39.5