From: Lars Ingebrigtsen Date: Fri, 4 Feb 2011 10:21:23 +0000 (-0800) Subject: Doc fix. X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=38514cc0cc2016d69948f2cf103cc9742421278c Doc fix. --- diff --git a/lisp/dns.el b/lisp/dns.el index 77a194ec4..3c1bd54ac 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))))