Skip to content

Commit e086a9f

Browse files
committed
* lisp/emacs-lisp/bindat.el: Remove obsolete comment.
1 parent 505ed06 commit e086a9f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lisp/emacs-lisp/bindat.el

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,6 @@
149149
;; | ip -- 4 byte vector
150150
;; | bits LEN -- List with bits set in LEN bytes.
151151
;;
152-
;; -- Note: 32 bit values may be limited by emacs' INTEGER
153-
;; implementation limits.
154-
;;
155152
;; -- Example: `bits 2' will unpack 0x28 0x1c to (2 3 4 11 13)
156153
;; and 0x1c 0x28 to (3 5 10 11 12).
157154

0 commit comments

Comments
 (0)