]> git.eshelyaron.com Git - emacs.git/commitdiff
(Graphical Kill): Move up under node Killing,
authorAndreas Schwab <schwab@suse.de>
Sat, 1 Jan 2005 14:59:12 +0000 (14:59 +0000)
committerAndreas Schwab <schwab@suse.de>
Sat, 1 Jan 2005 14:59:12 +0000 (14:59 +0000)
change @section to @subsection.

man/ChangeLog
man/killing.texi

index 67a1fe8d5030463c4fe6d1fc89e9f5bbe1dd20ca..957a2279a2efad8d4a66eede7746ba9c3f164778 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-01  Andreas Schwab  <schwab@suse.de>
+
+       * killing.texi (Graphical Kill): Move up under node Killing,
+       change @section to @subsection.
+
 2005-01-01  Richard M. Stallman  <rms@gnu.org>
 
        * custom.texi (Face Customization): Mention hex color specs.
index 8b629328a45b6c911b366481b11b8fc9471111d9..ba136831adf97f1caabb2137503505301d03e36e 100644 (file)
@@ -247,6 +247,27 @@ other buffers.  Most of the kill commands move point across the text
 they copy in this way, so that successive kill commands build up a
 single kill ring entry as usual.
 
+@node Graphical Kill
+@subsection Killing on Graphical Terminals
+
+  On multi-window terminals, the most recent kill done in Emacs is
+also the primary selection, if it is more recent than any selection
+you made in another program.  This means that the paste commands of
+other applications with separate windows copy the text that you killed
+in Emacs.  In addition, Emacs yank commands treat other applications'
+selections as part of the kill ring, so you can yank them into Emacs.
+
+@cindex Delete Selection mode
+@cindex mode, Delete Selection
+@findex delete-selection-mode
+  Many window systems follow the convention that insertion while text
+is selected deletes the selected text.  You can make Emacs behave this
+way by enabling Delete Selection mode, with @kbd{M-x
+delete-selection-mode}, or using Custom.  Another effect of this mode
+is that @key{DEL}, @kbd{C-d} and some other keys, when a selection
+exists, will kill the whole selection.  It also enables Transient Mark
+mode (@pxref{Transient Mark}).
+
 @node Yanking, Accumulating Text, Killing, Top
 @section Yanking
 @cindex moving text
@@ -629,28 +650,6 @@ rectangle shifts right.
 @code{string-rectangle}, but inserts the string on each line,
 shifting the original text to the right.
 
-@node Graphical Kill
-@section Killing on Graphical Terminals
-
-  On multi-window terminals, the most recent kill done in Emacs is
-also the primary selection, if it is more recent than any selection
-you made in another program.  This means that the paste commands of
-other applications with separate windows copy the text that you killed
-in Emacs.  In addition, Emacs yank commands treat other applications'
-selections as part of the kill ring, so you can yank them into Emacs.
-
-@cindex Delete Selection mode
-@cindex mode, Delete Selection
-@findex delete-selection-mode
-  Many window systems follow the convention that insertion while text
-is selected deletes the selected text.  You can make Emacs behave this
-way by enabling Delete Selection mode, with @kbd{M-x
-delete-selection-mode}, or using Custom.  Another effect of this mode
-is that @key{DEL}, @kbd{C-d} and some other keys, when a selection
-exists, will kill the whole selection.  It also enables Transient Mark
-mode (@pxref{Transient Mark}).
-
-
 @ifnottex
 @lowersections
 @end ifnottex