diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-19 16:48:35 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-19 16:57:03 +0200 |
commit | 3eb480c8a425a6c563bb75b45911c3aa7169faee (patch) | |
tree | fe5e361967bb65e00d2398de413e6ed3f31c2c7c /lisp/net/quickurl.el | |
parent | 775fc5312b8a5775e2089532f757c081d0fb9a80 (diff) | |
download | emacs-3eb480c8a425a6c563bb75b45911c3aa7169faee.tar.gz emacs-3eb480c8a425a6c563bb75b45911c3aa7169faee.tar.bz2 emacs-3eb480c8a425a6c563bb75b45911c3aa7169faee.zip |
; Stylistic docfixes in net/*.el found by checkdoc
Diffstat (limited to 'lisp/net/quickurl.el')
-rw-r--r-- | lisp/net/quickurl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/quickurl.el b/lisp/net/quickurl.el index 046953faf6e..7f147fa0ded 100644 --- a/lisp/net/quickurl.el +++ b/lisp/net/quickurl.el @@ -284,7 +284,7 @@ It also restores point after the `read'." "Return URL associated with key LOOKUP. The lookup is done by looking in the alist `quickurl-urls' and the `cons' -for the URL is returned. The actual method used to look into the alist +for the URL is returned. The actual method used to look into the alist depends on the setting of the variable `quickurl-assoc-function'." (funcall quickurl-assoc-function lookup quickurl-urls)) |