summaryrefslogtreecommitdiff
path: root/lisp/url
diff options
context:
space:
mode:
authorTed Zlatanov <tzz@lifelogs.com>2012-02-14 08:18:05 -0500
committerTed Zlatanov <tzz@lifelogs.com>2012-02-14 08:18:05 -0500
commite72a771d506a5981a2e0d425d36ef6a3b4d4c267 (patch)
tree161babbdd8662bdcd17d78f8aa561e6df4876729 /lisp/url
parent08dcdbc94a7eb803833087c6b316131282628207 (diff)
downloademacs-e72a771d506a5981a2e0d425d36ef6a3b4d4c267.tar.gz
* url-future.el: Minor doc update.
Diffstat (limited to 'lisp/url')
-rw-r--r--lisp/url/ChangeLog4
-rw-r--r--lisp/url/url-future.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index c53f7294aef..fe930dd6dd8 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,3 +1,7 @@
+2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
+
+ * url-future.el: Minor doc update.
+
2012-02-14 Leo Liu <sdl.web@gmail.com>
* url-future.el: Fix last change.
diff --git a/lisp/url/url-future.el b/lisp/url/url-future.el
index 38ac09c06bb..8cdd6916a35 100644
--- a/lisp/url/url-future.el
+++ b/lisp/url/url-future.el
@@ -36,7 +36,7 @@
;; So, to get the value:
;; (when (url-future-completed-p future) (url-future-value future))
-;; See the ERT tests and the code for further details.
+;; See `url-future-tests' and the code below for further details.
;;; Code: