[gnus git] branch master updated: =1= Doc fix.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 38514cc0cc2016d69948f2cf103cc9742421278c (commit)
from 24afc03bdbc1422c5c9a9fcaa0f9f6493b6ed745 (commit)
- Log -----------------------------------------------------------------
commit 38514cc0cc2016d69948f2cf103cc9742421278c
Author: Lars Ingebrigtsen <[email protected]>
Date: Fri Feb 4 02:21:23 2011 -0800
Doc fix.
diff --git a/lisp/dns.el b/lisp/dns.el
index 77a194e..3c1bd54 100644
--- a/lisp/dns.el
+++ b/lisp/dns.el
@@ -252,8 +252,8 @@ If TCP-P, the first two bytes of the package with be the length field."
(nreverse spec))))
(defun dns-read-int32 ()
- ;; Full 32 bit Integers can't be handled by Emacs. If we use
- ;; floats, it works.
+ ;; Full 32 bit Integers can't be handled by 32-bit Emacsen. If we
+ ;; use floats, it works.
(format "%.0f" (+ (* (dns-read-bytes 1) 16777216.0)
(dns-read-bytes 3))))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/dns.el | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project