# HG changeset patch # User Eli Zaretskii # Date 966936607 0 # Node ID 29d46c0c81560bf1509d8917b4c172254cc0043e # Parent b72824a73f3cd975ad8b33a02137e21f2ad0d2f9 Update the Hexl node. diff -r b72824a73f3c -r 29d46c0c8156 man/misc.texi --- a/man/misc.texi Tue Aug 22 09:14:27 2000 +0000 +++ b/man/misc.texi Tue Aug 22 09:30:07 2000 +0000 @@ -1692,6 +1692,7 @@ @cindex Hexl mode @cindex mode, Hexl @cindex editing binary files +@cindex hex editing There is a special major mode for editing binary files: Hexl mode. To use it, use @kbd{M-x hexl-find-file} instead of @kbd{C-x C-f} to visit the file. This command converts the file's contents to hexadecimal and @@ -1735,6 +1736,11 @@ invoked @code{hexl-mode}. @end table +@noindent +Other Hexl commands let you insert strings (sequences) of binary bytes, +move by short's or int's, etc.; type @kbd{C-h a hexl- RET} for details. + + @node Saving Emacs Sessions, Recursive Edit, Editing Binary Files, Top @section Saving Emacs Sessions @cindex saving sessions