mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-22 18:35:09 +00:00
Adapt sectioning in Info to the node structure.
This commit is contained in:
parent
c8b21b5ed2
commit
6cca5de045
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user