diff options
| author | Richard M. Stallman | 2001-09-12 21:02:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-09-12 21:02:16 +0000 |
| commit | 33070f74ae665e59fcb7c5daf093ec043927f38d (patch) | |
| tree | cabb96f1ec8479b811572435a5517ffc65dc79e1 | |
| parent | d0960fb38fffc1d8a8fb5b03f4e3ff5dd6da04b2 (diff) | |
| download | emacs-33070f74ae665e59fcb7c5daf093ec043927f38d.tar.gz emacs-33070f74ae665e59fcb7c5daf093ec043927f38d.zip | |
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 | |||
| 465 | Here are special commands and techniques for putting in and taking out | 465 | Here are special commands and techniques for putting in and taking out |
| 466 | blank lines. | 466 | blank lines. |
| 467 | 467 | ||
| 468 | @c widecommands | ||
| 469 | @table @kbd | 468 | @table @kbd |
| 470 | @item C-o | 469 | @item C-o |
| 471 | Insert one or more blank lines after the cursor (@code{open-line}). | 470 | 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 | |||
| 249 | buffer releases its space back to the operating system so that other | 249 | buffer releases its space back to the operating system so that other |
| 250 | programs can use it. Here are some commands for killing buffers: | 250 | programs can use it. Here are some commands for killing buffers: |
| 251 | 251 | ||
| 252 | @c WideCommands | ||
| 253 | @table @kbd | 252 | @table @kbd |
| 254 | @item C-x k @var{bufname} @key{RET} | 253 | @item C-x k @var{bufname} @key{RET} |
| 255 | Kill buffer @var{bufname} (@code{kill-buffer}). | 254 | 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 @@ | |||
| 9 | This chapter describes the Emacs commands that add, remove, or | 9 | This chapter describes the Emacs commands that add, remove, or |
| 10 | adjust indentation. | 10 | adjust indentation. |
| 11 | 11 | ||
| 12 | @c WideCommands | ||
| 13 | @table @kbd | 12 | @table @kbd |
| 14 | @item @key{TAB} | 13 | @item @key{TAB} |
| 15 | Indent the current line ``appropriately'' in a mode-dependent fashion. | 14 | 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}. | |||
| 211 | @findex kill-region | 211 | @findex kill-region |
| 212 | @kindex C-w | 212 | @kindex C-w |
| 213 | 213 | ||
| 214 | @c DoubleWideCommands | ||
| 215 | @table @kbd | 214 | @table @kbd |
| 216 | @item C-w | 215 | @item C-w |
| 217 | Kill region (from point to the mark) (@code{kill-region}). | 216 | 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}. | |||
| 52 | 52 | ||
| 53 | Here are some commands for setting the mark: | 53 | Here are some commands for setting the mark: |
| 54 | 54 | ||
| 55 | @c WideCommands | ||
| 56 | @table @kbd | 55 | @table @kbd |
| 57 | @item C-@key{SPC} | 56 | @item C-@key{SPC} |
| 58 | Set the mark where point is (@code{set-mark-command}). | 57 | Set the mark where point is (@code{set-mark-command}). |