summaryrefslogtreecommitdiff
path: root/lisp/net/quickurl.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/quickurl.el
parent775fc5312b8a5775e2089532f757c081d0fb9a80 (diff)
downloademacs-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.el2
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))