From: Luc Teirlinck Date: Fri, 27 Aug 2004 23:35:06 +0000 (+0000) Subject: Adapt sectioning in Info to the node structure. X-Git-Tag: ttn-vms-21-2-B4~5166 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6cca5de04520b4bba47c873d64253a4549861510;p=emacs.git Adapt sectioning in Info to the node structure. --- diff --git a/man/commands.texi b/man/commands.texi index ea14e36128a..54ec50acfe8 100644 --- a/man/commands.texi +++ b/man/commands.texi @@ -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 diff --git a/man/entering.texi b/man/entering.texi index 9200082328a..31ac47b3c62 100644 --- a/man/entering.texi +++ b/man/entering.texi @@ -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 diff --git a/man/killing.texi b/man/killing.texi index b5f1ce30772..8865dfc2f1b 100644 --- a/man/killing.texi +++ b/man/killing.texi @@ -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