diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-08-01 13:13:25 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-08-01 13:32:34 +0200 |
commit | 7c8bd8802b4610bc9910038f73896e7f4268dc4e (patch) | |
tree | 48cad9ba13de3f5c6ccaa5070f42f6fbcaa5e4ca /lisp/net | |
parent | b9b5657c5676b66aed0a729f643e0884a5f5d611 (diff) | |
download | emacs-7c8bd8802b4610bc9910038f73896e7f4268dc4e.tar.gz emacs-7c8bd8802b4610bc9910038f73896e7f4268dc4e.tar.bz2 emacs-7c8bd8802b4610bc9910038f73896e7f4268dc4e.zip |
* lisp/net/dig.el: Improve Commentary.
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/dig.el | 12 |
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 @@ ;;; 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 |