]> git.eshelyaron.com Git - emacs.git/commitdiff
Update the Hexl node.
authorEli Zaretskii <eliz@gnu.org>
Tue, 22 Aug 2000 09:30:07 +0000 (09:30 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 22 Aug 2000 09:30:07 +0000 (09:30 +0000)
man/misc.texi

index 39babf7833cd8d391cbdda85bb1bb0011ab19155..bf7e7d2ab4e74eefd5154f9c7bee4d4819eae584 100644 (file)
@@ -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