]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete obsolete comment.
authorRichard M. Stallman <rms@gnu.org>
Wed, 12 Sep 2001 21:02:16 +0000 (21:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 12 Sep 2001 21:02:16 +0000 (21:02 +0000)
man/basic.texi
man/buffers.texi
man/indent.texi
man/killing.texi
man/mark.texi

index df3953424afc2d210c705ea239360439c10aae32..4a56253f4736aa2a9a4e00c7c023ecce70001a12 100644 (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}).
index 8ddbe0b42d0cba94b7e27cd915cc71832e3d4787..149a7bd0ff412b167d50a340f104c4dfbbd7aaea 100644 (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}).
index 628e97f27569de148a1ca173da1df1c22fcda47a..975d1e08a922457b127589e7fde2564fc8dbd9a9 100644 (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.
index 0811f1f1f38f117a535e80f7fccd2d944de53e38..499c383730e065e2280172dcf417d97951a53875 100644 (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}).
index 33f4434bbb6d659beea799884155dc7612494124..55c46a53806469237dfbb8d29b7fcefe771037b1 100644 (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}).