summaryrefslogtreecommitdiff
path: root/lisp/url/url-queue.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2017-10-27 20:09:17 -0400
committerGlenn Morris <rgm@gnu.org>2017-10-27 20:09:17 -0400
commit8bd9524a7c57c8fb208c0ecd3a7be96fbad74b0c (patch)
tree1099c41b72938a3e894dfd1ca1a8f12c376328cc /lisp/url/url-queue.el
parent0b0d91e60a0c25fdb1b3f20128d4bcab398ea6df (diff)
downloademacs-8bd9524a7c57c8fb208c0ecd3a7be96fbad74b0c.tar.gz
emacs-8bd9524a7c57c8fb208c0ecd3a7be96fbad74b0c.tar.bz2
emacs-8bd9524a7c57c8fb208c0ecd3a7be96fbad74b0c.zip
* lisp/button.el (button-activate): Fix doc typo.
Diffstat (limited to 'lisp/url/url-queue.el')
-rw-r--r--lisp/url/url-queue.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/url/url-queue.el b/lisp/url/url-queue.el
index 06a77404b58..84da6f60260 100644
--- a/lisp/url/url-queue.el
+++ b/lisp/url/url-queue.el
@@ -177,7 +177,7 @@ The variable `url-queue-timeout' sets a timeout."
(with-current-buffer
(if (and (bufferp (url-queue-buffer job))
(buffer-live-p (url-queue-buffer job)))
- ;; Use the (partially filled) process buffer it it exists.
+ ;; Use the (partially filled) process buffer if it exists.
(url-queue-buffer job)
;; If not, just create a new buffer, which will probably be
;; killed again by the caller.