(Top): Add "Swapping Text" to @detailmenu.

This commit is contained in:
Eli Zaretskii 2008-10-21 10:07:06 +00:00
parent 7f5d317d1b
commit acc8b598b0
3 changed files with 11 additions and 0 deletions

View 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.

View 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

View file

@ -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.