aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-09-12 21:02:16 +0000
committerRichard M. Stallman2001-09-12 21:02:16 +0000
commit33070f74ae665e59fcb7c5daf093ec043927f38d (patch)
treecabb96f1ec8479b811572435a5517ffc65dc79e1
parentd0960fb38fffc1d8a8fb5b03f4e3ff5dd6da04b2 (diff)
downloademacs-33070f74ae665e59fcb7c5daf093ec043927f38d.tar.gz
emacs-33070f74ae665e59fcb7c5daf093ec043927f38d.zip
Delete obsolete comment.
-rw-r--r--man/basic.texi1
-rw-r--r--man/buffers.texi1
-rw-r--r--man/indent.texi1
-rw-r--r--man/killing.texi1
-rw-r--r--man/mark.texi1
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
466blank lines. 466blank lines.
467 467
468@c widecommands
469@table @kbd 468@table @kbd
470@item C-o 469@item C-o
471Insert one or more blank lines after the cursor (@code{open-line}). 470Insert 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
249buffer releases its space back to the operating system so that other 249buffer releases its space back to the operating system so that other
250programs can use it. Here are some commands for killing buffers: 250programs 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}
255Kill buffer @var{bufname} (@code{kill-buffer}). 254Kill 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
10adjust indentation. 10adjust indentation.
11 11
12@c WideCommands
13@table @kbd 12@table @kbd
14@item @key{TAB} 13@item @key{TAB}
15Indent the current line ``appropriately'' in a mode-dependent fashion. 14Indent 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
217Kill region (from point to the mark) (@code{kill-region}). 216Kill 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}
58Set the mark where point is (@code{set-mark-command}). 57Set the mark where point is (@code{set-mark-command}).