aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-08-27 23:35:06 +0000
committerLuc Teirlinck2004-08-27 23:35:06 +0000
commit6cca5de04520b4bba47c873d64253a4549861510 (patch)
treee0eae106c9b0967c4e9412f67a69ff535090c57a
parentc8b21b5ed25a07054123585896668d0cfddfee6f (diff)
downloademacs-6cca5de04520b4bba47c873d64253a4549861510.tar.gz
emacs-6cca5de04520b4bba47c873d64253a4549861510.zip
Adapt sectioning in Info to the node structure.
-rw-r--r--man/commands.texi8
-rw-r--r--man/entering.texi8
-rw-r--r--man/killing.texi8
3 files changed, 24 insertions, 0 deletions
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
10how Emacs interprets your keyboard and mouse input. 10how Emacs interprets your keyboard and mouse input.
11@end iftex 11@end iftex
12 12
13@ifnottex
14@raisesections
15@end ifnottex
16
13@node User Input, Keys, Screen, Top 17@node User Input, Keys, Screen, Top
14@section Kinds of User Input 18@section Kinds of User Input
15@cindex input with the keyboard 19@cindex input with the keyboard
@@ -266,6 +270,10 @@ with codes 128 through 255 can also appear in multibyte buffers.
266alphabet of non-@acronym{ASCII} characters, but they all fit in one byte. They 270alphabet of non-@acronym{ASCII} characters, but they all fit in one byte. They
267use codes 0200 through 0377. @xref{Single-Byte Character Support}. 271use codes 0200 through 0377. @xref{Single-Byte Character Support}.
268 272
273@ifnottex
274@lowersections
275@end ifnottex
276
269@ignore 277@ignore
270 arch-tag: 9be43eef-d1f4-4d03-a916-c741ea713a45 278 arch-tag: 9be43eef-d1f4-4d03-a916-c741ea713a45
271@end ignore 279@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
59file in the already running Emacs. @xref{Emacs Server}, for more 59file in the already running Emacs. @xref{Emacs Server}, for more
60information on editing files with Emacs from other programs. 60information on editing files with Emacs from other programs.
61 61
62@ifnottex
63@raisesections
64@end ifnottex
65
62@node Exiting, Basic, Entering Emacs, Top 66@node Exiting, Basic, Entering Emacs, Top
63@section Exiting Emacs 67@section Exiting Emacs
64@cindex exiting 68@cindex exiting
@@ -150,6 +154,10 @@ systems as the characters for stopping or killing a program, but that is
150their only relationship with the operating system. You can customize 154their only relationship with the operating system. You can customize
151these keys to run any commands of your choice (@pxref{Keymaps}). 155these keys to run any commands of your choice (@pxref{Keymaps}).
152 156
157@ifnottex
158@lowersections
159@end ifnottex
160
153@ignore 161@ignore
154 arch-tag: df798d8b-f253-4113-b585-f528f078a944 162 arch-tag: df798d8b-f253-4113-b585-f528f078a944
155@end ignore 163@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.
25 25
26@end iftex 26@end iftex
27 27
28@ifnottex
29@raisesections
30@end ifnottex
31
28@node Killing, Yanking, Mark, Top 32@node Killing, Yanking, Mark, Top
29@section Deletion and Killing 33@section Deletion and Killing
30 34
@@ -646,6 +650,10 @@ rectangle shifts right.
646@code{string-rectangle}, but inserts the string on each line, 650@code{string-rectangle}, but inserts the string on each line,
647shifting the original text to the right. 651shifting the original text to the right.
648 652
653@ifnottex
654@lowersections
655@end ifnottex
656
649@ignore 657@ignore
650 arch-tag: d8da8f96-0928-449a-816e-ff2d3497866c 658 arch-tag: d8da8f96-0928-449a-816e-ff2d3497866c
651@end ignore 659@end ignore