aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastien Guerry2012-07-31 15:32:21 +0200
committerBastien Guerry2012-07-31 15:32:21 +0200
commit7a6aa369838ae14257049209729da25289fa1735 (patch)
tree71253a68f0641753b7b9fed06787a54ee401f8af
parente34f7f79833a23586d32fe522b547a0d9a696c13 (diff)
downloademacs-7a6aa369838ae14257049209729da25289fa1735.tar.gz
emacs-7a6aa369838ae14257049209729da25289fa1735.zip
Remove outdate comment section in woman.el. See bug #12099.
-rw-r--r--lisp/woman.el19
1 files changed, 0 insertions, 19 deletions
diff --git a/lisp/woman.el b/lisp/woman.el
index fd24c9d49f6..4a1e9a83efa 100644
--- a/lisp/woman.el
+++ b/lisp/woman.el
@@ -115,25 +115,6 @@
115;; package will over-write the WoMan binding to "w", whereas (by 115;; package will over-write the WoMan binding to "w", whereas (by
116;; default) WoMan will not overwrite the `dired-x' binding.) 116;; default) WoMan will not overwrite the `dired-x' binding.)
117 117
118;; The following is based on suggestions by Guy Gascoigne-Piggford and
119;; Juanma Barranquero. If you really want to square the man-woman
120;; circle then you might care to define the following bash function in
121;; .bashrc:
122
123;; man() { gnudoit -q '(raise-frame (selected-frame)) (woman' \"$1\" ')' ; }
124
125;; If you use Microsoft COMMAND.COM then you can create a file called
126;; man.bat somewhere in your path containing the two lines:
127
128;; @echo off
129;; gnudoit -q (raise-frame (selected-frame)) (woman \"%1\")
130
131;; and then (e.g. from a command prompt or the Run... option in the
132;; Start menu) just execute
133
134;; man man_page_name
135
136
137;; Using the word at point as the default topic 118;; Using the word at point as the default topic
138;; ============================================ 119;; ============================================
139 120