]> git.eshelyaron.com Git - emacs.git/commitdiff
(Top): Add "Swapping Text" to @detailmenu.
authorEli Zaretskii <eliz@gnu.org>
Tue, 21 Oct 2008 10:07:06 +0000 (10:07 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 21 Oct 2008 10:07:06 +0000 (10:07 +0000)
doc/lispref/ChangeLog
doc/lispref/elisp.texi
etc/NEWS

index 576e76e892379825a288e5b9f6c110c7c615ff14..74230f8d5a36d41de2ef1b496aa0245e34570cea 100644 (file)
@@ -1,3 +1,12 @@
+2008-10-21  Eli Zaretskii  <eliz@gnu.org>
+
+       * 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  <rudalics@gmx.at>
 
        * windows.texi (Resizing Windows): Minor wording fix.
index 95338aeea21b313f94e16dbf4b3c5b87922b24e7..1961128f287fb5f3834ee899db9c778bef2aa9ac 100644 (file)
@@ -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
index 9d088e94b6aeecd9ed3c180d1d2f4938245a47ab..51eff8023ae46c82ab394dc87cfdc12601eca86d 100644 (file)
--- 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.