mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-24 19:03:29 +00:00
Delete obsolete comment.
This commit is contained in:
parent
d0960fb38f
commit
33070f74ae
@ -465,7 +465,6 @@ a description of all the help facilities. @xref{Help}.@refill
|
||||
Here are special commands and techniques for putting in and taking out
|
||||
blank lines.
|
||||
|
||||
@c widecommands
|
||||
@table @kbd
|
||||
@item C-o
|
||||
Insert one or more blank lines after the cursor (@code{open-line}).
|
||||
|
@ -249,7 +249,6 @@ the buffers you no longer need. On most operating systems, killing a
|
||||
buffer releases its space back to the operating system so that other
|
||||
programs can use it. Here are some commands for killing buffers:
|
||||
|
||||
@c WideCommands
|
||||
@table @kbd
|
||||
@item C-x k @var{bufname} @key{RET}
|
||||
Kill buffer @var{bufname} (@code{kill-buffer}).
|
||||
|
@ -9,7 +9,6 @@
|
||||
This chapter describes the Emacs commands that add, remove, or
|
||||
adjust indentation.
|
||||
|
||||
@c WideCommands
|
||||
@table @kbd
|
||||
@item @key{TAB}
|
||||
Indent the current line ``appropriately'' in a mode-dependent fashion.
|
||||
|
@ -211,7 +211,6 @@ following newline. This variable is normally @code{nil}.
|
||||
@findex kill-region
|
||||
@kindex C-w
|
||||
|
||||
@c DoubleWideCommands
|
||||
@table @kbd
|
||||
@item C-w
|
||||
Kill region (from point to the mark) (@code{kill-region}).
|
||||
|
@ -52,7 +52,6 @@ mark in the @dfn{mark ring}.
|
||||
|
||||
Here are some commands for setting the mark:
|
||||
|
||||
@c WideCommands
|
||||
@table @kbd
|
||||
@item C-@key{SPC}
|
||||
Set the mark where point is (@code{set-mark-command}).
|
||||
|
Loading…
Reference in New Issue
Block a user