]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/dig.el: Improve Commentary.
authorStefan Kangas <stefan@marxist.se>
Mon, 1 Aug 2022 11:13:25 +0000 (13:13 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 1 Aug 2022 11:32:34 +0000 (13:32 +0200)
lisp/net/dig.el

index 66defb5c894fae775c82cc2835d08c1568dd4fb4..d6436c579b3a765df7803ff916f3bc220dd5da5e 100644 (file)
 
 ;;; Commentary:
 
-;; This provide an interface for "dig".
+;; This provides an interface for "dig".
 ;;
-;; For interactive use, try M-x dig and type a hostname.  Use `q' to quit
-;; dig buffer.
+;; For interactive use, try `M-x dig' and type a hostname.  Use `q' to
+;; quit dig buffer.
 ;;
-;; For use in elisp programs, call `dig-invoke' and use
+;; For use in Emacs Lisp programs, call `dig-invoke' and use
 ;; `dig-extract-rr' to extract resource records.
 
-;;; Release history:
-
-;; 2000-10-28  posted on gnu.emacs.sources
-
 ;;; Code:
 
 (defgroup dig nil