summaryrefslogtreecommitdiff
path: root/lisp/net/net-utils.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-09-19 16:48:35 +0200
committerStefan Kangas <stefan@marxist.se>2021-09-19 16:57:03 +0200
commit3eb480c8a425a6c563bb75b45911c3aa7169faee (patch)
treefe5e361967bb65e00d2398de413e6ed3f31c2c7c /lisp/net/net-utils.el
parent775fc5312b8a5775e2089532f757c081d0fb9a80 (diff)
downloademacs-3eb480c8a425a6c563bb75b45911c3aa7169faee.tar.gz
; Stylistic docfixes in net/*.el found by checkdoc
Diffstat (limited to 'lisp/net/net-utils.el')
-rw-r--r--lisp/net/net-utils.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/net/net-utils.el b/lisp/net/net-utils.el
index 90cca7d415c..6f44d9844ef 100644
--- a/lisp/net/net-utils.el
+++ b/lisp/net/net-utils.el
@@ -885,9 +885,9 @@ and `network-connection-service-alist', which see."
:type '(repeat (cons string string)))
(defcustom whois-guess-server t
- "If non-nil then whois will try to deduce the appropriate whois
-server from the query. If the query doesn't look like a domain or hostname
-then the server named by `whois-server-name' is used."
+ "If non-nil, try to deduce the appropriate whois server from the query.
+If the query doesn't look like a domain or hostname then the
+server named by `whois-server-name' is used."
:type 'boolean)
(defun whois-get-tld (host)
@@ -943,7 +943,7 @@ The port is deduced from `network-connection-service-alist'."
;; Using a derived mode gives us keymaps, hooks, etc.
(define-derived-mode
network-connection-mode comint-mode "Network-Connection"
- "Major mode for interacting with the network-connection program.")
+ "Major mode for interacting with the `network-connection' program.")
(defun network-connection-mode-setup (host service)
(setq-local network-connection-host host)