summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-09-12 21:02:16 +0000
committerRichard M. Stallman <rms@gnu.org>2001-09-12 21:02:16 +0000
commitc1d5a70756321ada5490cf35c7a8568da794be7f (patch)
tree0873adfe9cc49d017b5d81374afb28a7820c640c
parent16fc4fae416dcdd2639717a69f4806089f53762b (diff)
downloademacs-c1d5a70756321ada5490cf35c7a8568da794be7f.tar.gz
Delete obsolete comment.
-rw-r--r--man/basic.texi1
-rw-r--r--man/buffers.texi1
-rw-r--r--man/indent.texi1
-rw-r--r--man/killing.texi1
-rw-r--r--man/mark.texi1
5 files changed, 0 insertions, 5 deletions
diff --git a/man/basic.texi b/man/basic.texi
index df3953424af..4a56253f473 100644
--- a/man/basic.texi
+++ b/man/basic.texi
@@ -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}).
diff --git a/man/buffers.texi b/man/buffers.texi
index 8ddbe0b42d0..149a7bd0ff4 100644
--- a/man/buffers.texi
+++ b/man/buffers.texi
@@ -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}).
diff --git a/man/indent.texi b/man/indent.texi
index 628e97f2756..975d1e08a92 100644
--- a/man/indent.texi
+++ b/man/indent.texi
@@ -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.
diff --git a/man/killing.texi b/man/killing.texi
index 0811f1f1f38..499c383730e 100644
--- a/man/killing.texi
+++ b/man/killing.texi
@@ -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}).
diff --git a/man/mark.texi b/man/mark.texi
index 33f4434bbb6..55c46a53806 100644
--- a/man/mark.texi
+++ b/man/mark.texi
@@ -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}).