diff options
| author | Glenn Morris | 2017-03-10 15:39:52 -0500 |
|---|---|---|
| committer | Glenn Morris | 2017-03-10 15:39:52 -0500 |
| commit | 996fcc74a431e6db819dae1cfbc90ffdc15a222f (patch) | |
| tree | 754f6c0bb6b3367c066fd46ee8ace073307b9a24 | |
| parent | b2f20aa60b1997aa85949c529c2981bb978510a6 (diff) | |
| download | emacs-996fcc74a431e6db819dae1cfbc90ffdc15a222f.tar.gz emacs-996fcc74a431e6db819dae1cfbc90ffdc15a222f.zip | |
; * 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. | |||
| 3337 | 3337 | ||
| 3338 | @node Bindat Examples | 3338 | @node Bindat Examples |
| 3339 | @subsection Examples of Byte Unpacking and Packing | 3339 | @subsection Examples of Byte Unpacking and Packing |
| 3340 | @c FIXME? This seems a very long example for something that is not used | ||
| 3341 | @c very often. As of 25.2, gdb-mi.el is the only user of bindat.el in Emacs. | ||
| 3342 | @c Maybe one or both of these examples should just be moved to the | ||
| 3343 | @c commentary of bindat.el. | ||
| 3340 | 3344 | ||
| 3341 | Here are two complete examples that use bindat.el. | 3345 | Here are two complete examples that use bindat.el. |
| 3342 | The first shows simple byte packing: | 3346 | The first shows simple byte packing: |