From e72a771d506a5981a2e0d425d36ef6a3b4d4c267 Mon Sep 17 00:00:00 2001 From: Ted Zlatanov Date: Tue, 14 Feb 2012 08:18:05 -0500 Subject: [PATCH] * url-future.el: Minor doc update. --- lisp/url/ChangeLog | 4 ++++ lisp/url/url-future.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * url-future.el: Minor doc update. + 2012-02-14 Leo Liu * 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: -- 2.39.2