# HG changeset patch # User Richard M. Stallman # Date 1000328536 0 # Node ID a093cd4ed69066dcc693d7961778b944701aa40a # Parent 343d48d4e64cd6f2289b7813a5669c6abc9aa7d8 Delete obsolete comment. diff -r 343d48d4e64c -r a093cd4ed690 man/basic.texi --- 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}). diff -r 343d48d4e64c -r a093cd4ed690 man/buffers.texi --- 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}). diff -r 343d48d4e64c -r a093cd4ed690 man/indent.texi --- 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. diff -r 343d48d4e64c -r a093cd4ed690 man/killing.texi --- 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}). diff -r 343d48d4e64c -r a093cd4ed690 man/mark.texi --- 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}).