diff options
author | Yuuki Harano <masm+github@masm11.me> | 2021-11-11 00:39:53 +0900 |
---|---|---|
committer | Yuuki Harano <masm+github@masm11.me> | 2021-11-11 00:39:53 +0900 |
commit | 4dd1f56f29fc598a8339a345c2f8945250600602 (patch) | |
tree | af341efedffe027e533b1bcc0dbf270532e48285 /lisp/net/net-utils.el | |
parent | 4c49ec7f865bdad1629d2f125f71f4e506b258f2 (diff) | |
parent | 810fa21d26453f898de9747ece7205dfe6de9d08 (diff) | |
download | emacs-4dd1f56f29fc598a8339a345c2f8945250600602.tar.gz emacs-4dd1f56f29fc598a8339a345c2f8945250600602.tar.bz2 emacs-4dd1f56f29fc598a8339a345c2f8945250600602.zip |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtk
Diffstat (limited to 'lisp/net/net-utils.el')
-rw-r--r-- | lisp/net/net-utils.el | 8 |
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) |