diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-09-12 21:02:16 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-09-12 21:02:16 +0000 |
commit | 33070f74ae665e59fcb7c5daf093ec043927f38d (patch) | |
tree | cabb96f1ec8479b811572435a5517ffc65dc79e1 | |
parent | d0960fb38fffc1d8a8fb5b03f4e3ff5dd6da04b2 (diff) | |
download | emacs-33070f74ae665e59fcb7c5daf093ec043927f38d.tar.gz |
Delete obsolete comment.
-rw-r--r-- | man/basic.texi | 1 | ||||
-rw-r--r-- | man/buffers.texi | 1 | ||||
-rw-r--r-- | man/indent.texi | 1 | ||||
-rw-r--r-- | man/killing.texi | 1 | ||||
-rw-r--r-- | man/mark.texi | 1 |
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}). |