emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107280: * url-future.el: Minor doc u


From: Ted Zlatanov
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107280: * url-future.el: Minor doc update.
Date: Tue, 14 Feb 2012 08:18:05 -0500
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107280
committer: Ted Zlatanov <address@hidden>
branch nick: quickfixes
timestamp: Tue 2012-02-14 08:18:05 -0500
message:
  * url-future.el: Minor doc update.
modified:
  lisp/url/ChangeLog
  lisp/url/url-future.el
=== modified file 'lisp/url/ChangeLog'
--- a/lisp/url/ChangeLog        2012-02-14 02:14:43 +0000
+++ b/lisp/url/ChangeLog        2012-02-14 13:18:05 +0000
@@ -1,3 +1,7 @@
+2012-02-14  Teodor Zlatanov  <address@hidden>
+
+       * url-future.el: Minor doc update.
+
 2012-02-14  Leo Liu  <address@hidden>
 
        * url-future.el: Fix last change.

=== modified file 'lisp/url/url-future.el'
--- a/lisp/url/url-future.el    2012-02-14 02:14:43 +0000
+++ b/lisp/url/url-future.el    2012-02-14 13:18:05 +0000
@@ -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:
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]