changeset 56810:24bffa640391

Adapt sectioning in Info to the node structure.
author Luc Teirlinck <teirllm@auburn.edu>
date Fri, 27 Aug 2004 23:35:06 +0000
parents bc1eb92f6563
children 694cd033cd0d
files man/commands.texi man/entering.texi man/killing.texi
diffstat 3 files changed, 24 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/man/commands.texi	Fri Aug 27 23:30:03 2004 +0000
+++ b/man/commands.texi	Fri Aug 27 23:35:06 2004 +0000
@@ -10,6 +10,10 @@
 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 @@
 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
--- a/man/entering.texi	Fri Aug 27 23:30:03 2004 +0000
+++ b/man/entering.texi	Fri Aug 27 23:35:06 2004 +0000
@@ -59,6 +59,10 @@
 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 @@
 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
--- a/man/killing.texi	Fri Aug 27 23:30:03 2004 +0000
+++ b/man/killing.texi	Fri Aug 27 23:35:06 2004 +0000
@@ -25,6 +25,10 @@
 
 @end iftex
 
+@ifnottex
+@raisesections
+@end ifnottex
+
 @node Killing, Yanking, Mark, Top
 @section Deletion and Killing
 
@@ -646,6 +650,10 @@
 @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