mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
* lisp/net/dig.el: Improve Commentary.
This commit is contained in:
parent
b9b5657c56
commit
7c8bd8802b
1 changed files with 4 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue