aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/net/dig.el12
1 files changed, 4 insertions, 8 deletions
diff --git a/lisp/net/dig.el b/lisp/net/dig.el
index 66defb5c894..d6436c579b3 100644
--- a/lisp/net/dig.el
+++ b/lisp/net/dig.el
@@ -22,18 +22,14 @@
22 22
23;;; Commentary: 23;;; Commentary:
24 24
25;; This provide an interface for "dig". 25;; This provides an interface for "dig".
26;; 26;;
27;; For interactive use, try M-x dig and type a hostname. Use `q' to quit 27;; For interactive use, try `M-x dig' and type a hostname. Use `q' to
28;; dig buffer. 28;; quit dig buffer.
29;; 29;;
30;; For use in elisp programs, call `dig-invoke' and use 30;; For use in Emacs Lisp programs, call `dig-invoke' and use
31;; `dig-extract-rr' to extract resource records. 31;; `dig-extract-rr' to extract resource records.
32 32
33;;; Release history:
34
35;; 2000-10-28 posted on gnu.emacs.sources
36
37;;; Code: 33;;; Code:
38 34
39(defgroup dig nil 35(defgroup dig nil