1
0
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:
Richard M. Stallman 2001-09-12 21:02:16 +00:00
parent d0960fb38f
commit 33070f74ae
5 changed files with 0 additions and 5 deletions

View File

@ -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}).

View File

@ -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}).

View File

@ -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.

View File

@ -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}).

View File

@ -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}).