diff options
author | Glenn Morris <rgm@gnu.org> | 2017-03-10 15:39:52 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-03-10 15:39:52 -0500 |
commit | 996fcc74a431e6db819dae1cfbc90ffdc15a222f (patch) | |
tree | 754f6c0bb6b3367c066fd46ee8ace073307b9a24 | |
parent | b2f20aa60b1997aa85949c529c2981bb978510a6 (diff) | |
download | emacs-996fcc74a431e6db819dae1cfbc90ffdc15a222f.tar.gz |
; * doc/lispref/processes.texi: Restore deleted FIXME comment.
-rw-r--r-- | doc/lispref/processes.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index 8bfb56bd96e..630853384e8 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi @@ -3337,6 +3337,10 @@ dotted notation. @node Bindat Examples @subsection Examples of Byte Unpacking and Packing +@c FIXME? This seems a very long example for something that is not used +@c very often. As of 25.2, gdb-mi.el is the only user of bindat.el in Emacs. +@c Maybe one or both of these examples should just be moved to the +@c commentary of bindat.el. Here are two complete examples that use bindat.el. The first shows simple byte packing: |