summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-01-04 19:14:24 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2020-01-04 19:14:50 -0800
commite086a9fddc27e6168b303ca1374a78bfa1f82858 (patch)
tree75c28f6e8a2755b9b3711e4e2f03e245be9bde64 /lisp/emacs-lisp
parent505ed064a090ff544abc1c7b496ebf7658b040ee (diff)
downloademacs-e086a9fddc27e6168b303ca1374a78bfa1f82858.tar.gz
emacs-e086a9fddc27e6168b303ca1374a78bfa1f82858.tar.bz2
emacs-e086a9fddc27e6168b303ca1374a78bfa1f82858.zip
* lisp/emacs-lisp/bindat.el: Remove obsolete comment.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/bindat.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/bindat.el b/lisp/emacs-lisp/bindat.el
index 850af93571f..b5d99e34518 100644
--- a/lisp/emacs-lisp/bindat.el
+++ b/lisp/emacs-lisp/bindat.el
@@ -149,9 +149,6 @@
;; | 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).