]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/bindat.el: Remove obsolete comment.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 5 Jan 2020 03:14:24 +0000 (19:14 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 5 Jan 2020 03:14:50 +0000 (19:14 -0800)
lisp/emacs-lisp/bindat.el

index 850af93571f6f04469eff136fb01a0b914c1dc60..b5d99e345184519710e8fe9aa2429ed4c2abbb12 100644 (file)
 ;;          |  ip                       -- 4 byte vector
 ;;          |  bits LEN                 -- List with bits set in LEN bytes.
 ;;
-;;          -- Note: 32 bit values may be limited by emacs' INTEGER
-;;             implementation limits.
-;;
 ;;          -- Example: `bits 2' will unpack 0x28 0x1c to (2 3 4 11 13)
 ;;                                       and 0x1c 0x28 to (3 5 10 11 12).