]> code.delx.au - gnu-emacs/commitdiff
Adapt sectioning in Info to the node structure.
authorLuc Teirlinck <teirllm@auburn.edu>
Fri, 27 Aug 2004 23:35:06 +0000 (23:35 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Fri, 27 Aug 2004 23:35:06 +0000 (23:35 +0000)
man/commands.texi
man/entering.texi
man/killing.texi

index ea14e36128a358f3ede61d9fd0e49943fab13888..54ec50acfe890c6361f1b5e21a8e075856de22ec 100644 (file)
@@ -10,6 +10,10 @@ of @dfn{keys} and @dfn{commands}, which are fundamental for understanding
 how Emacs interprets your keyboard and mouse input.
 @end iftex
 
+@ifnottex
+@raisesections
+@end ifnottex
+
 @node User Input, Keys, Screen, Top
 @section Kinds of User Input
 @cindex input with the keyboard
@@ -266,6 +270,10 @@ with codes 128 through 255 can also appear in multibyte buffers.
 alphabet of non-@acronym{ASCII} characters, but they all fit in one byte.  They
 use codes 0200 through 0377.  @xref{Single-Byte Character Support}.
 
+@ifnottex
+@lowersections
+@end ifnottex
+
 @ignore
    arch-tag: 9be43eef-d1f4-4d03-a916-c741ea713a45
 @end ignore
index 9200082328ae336728662208d16c532924a20735..31ac47b3c62836aebfc8d7367eca05c794874636 100644 (file)
@@ -59,6 +59,10 @@ Emacs running, you can use the @command{emacsclient} program to open a
 file in the already running Emacs.  @xref{Emacs Server}, for more
 information on editing files with Emacs from other programs.
 
+@ifnottex
+@raisesections
+@end ifnottex
+
 @node Exiting, Basic, Entering Emacs, Top
 @section Exiting Emacs
 @cindex exiting
@@ -150,6 +154,10 @@ systems as the characters for stopping or killing a program, but that is
 their only relationship with the operating system.  You can customize
 these keys to run any commands of your choice (@pxref{Keymaps}).
 
+@ifnottex
+@lowersections
+@end ifnottex
+
 @ignore
    arch-tag: df798d8b-f253-4113-b585-f528f078a944
 @end ignore
index b5f1ce307726d9b33523188a018b89f617a9b9a7..8865dfc2f1ba18bfda2ef5fe59cdd94dfaecaff8 100644 (file)
@@ -25,6 +25,10 @@ one buffer and yank it in another buffer.
 
 @end iftex
 
+@ifnottex
+@raisesections
+@end ifnottex
+
 @node Killing, Yanking, Mark, Top
 @section Deletion and Killing
 
@@ -646,6 +650,10 @@ rectangle shifts right.
 @code{string-rectangle}, but inserts the string on each line,
 shifting the original text to the right.
 
+@ifnottex
+@lowersections
+@end ifnottex
+
 @ignore
    arch-tag: d8da8f96-0928-449a-816e-ff2d3497866c
 @end ignore