changeset 39264:a093cd4ed690

Delete obsolete comment.
author Richard M. Stallman <rms@gnu.org>
date Wed, 12 Sep 2001 21:02:16 +0000
parents 343d48d4e64c
children 523edbd58655
files man/basic.texi man/buffers.texi man/indent.texi man/killing.texi man/mark.texi
diffstat 5 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/man/basic.texi	Wed Sep 12 20:59:32 2001 +0000
+++ b/man/basic.texi	Wed Sep 12 21:02:16 2001 +0000
@@ -465,7 +465,6 @@
   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}).
--- a/man/buffers.texi	Wed Sep 12 20:59:32 2001 +0000
+++ b/man/buffers.texi	Wed Sep 12 21:02:16 2001 +0000
@@ -249,7 +249,6 @@
 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}).
--- a/man/indent.texi	Wed Sep 12 20:59:32 2001 +0000
+++ b/man/indent.texi	Wed Sep 12 21:02:16 2001 +0000
@@ -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.
--- a/man/killing.texi	Wed Sep 12 20:59:32 2001 +0000
+++ b/man/killing.texi	Wed Sep 12 21:02:16 2001 +0000
@@ -211,7 +211,6 @@
 @findex kill-region
 @kindex C-w
 
-@c DoubleWideCommands
 @table @kbd
 @item C-w
 Kill region (from point to the mark) (@code{kill-region}).
--- a/man/mark.texi	Wed Sep 12 20:59:32 2001 +0000
+++ b/man/mark.texi	Wed Sep 12 21:02:16 2001 +0000
@@ -52,7 +52,6 @@
 
   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}).