From: Eli Zaretskii Date: Tue, 22 Aug 2000 09:30:07 +0000 (+0000) Subject: Update the Hexl node. X-Git-Tag: emacs-pretest-21.0.90~2110 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c965d0accaed241d93becb1d1834e08435e91ae3;p=emacs.git Update the Hexl node. --- diff --git a/man/misc.texi b/man/misc.texi index 39babf7833c..bf7e7d2ab4e 100644 --- a/man/misc.texi +++ b/man/misc.texi @@ -1692,6 +1692,7 @@ the one not current when you type @kbd{@key{F2} d}, is empty, @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 @@ Leave Hexl mode, going back to the major mode this buffer had before you 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