diff options
Diffstat (limited to 'lisp/url')
-rw-r--r-- | lisp/url/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/url/url-future.el | 2 |
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: |