]> git.eshelyaron.com Git - emacs.git/commitdiff
* url-future.el: Minor doc update.
authorTed Zlatanov <tzz@lifelogs.com>
Tue, 14 Feb 2012 13:18:05 +0000 (08:18 -0500)
committerTed Zlatanov <tzz@lifelogs.com>
Tue, 14 Feb 2012 13:18:05 +0000 (08:18 -0500)
lisp/url/ChangeLog
lisp/url/url-future.el

index c53f7294aef87bf2b326bc03c4a03906d6bba109..fe930dd6dd8f0e8a12ddffa04fef893e90f43a92 100644 (file)
@@ -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.
index 38ac09c06bb50a0cdeb793e45d90fca089bd92e6..8cdd6916a35aedaa9c51e8e042d9774efd956670 100644 (file)
@@ -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: