diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-08-22 09:30:07 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-08-22 09:30:07 +0000 |
commit | c965d0accaed241d93becb1d1834e08435e91ae3 (patch) | |
tree | a8fd7906579c3b7dff0f3c73e190604dc06ac1eb /man/misc.texi | |
parent | bf3ba9aca87546e42cb72fe2142f1182f14eb3d9 (diff) | |
download | emacs-c965d0accaed241d93becb1d1834e08435e91ae3.tar.gz |
Update the Hexl node.
Diffstat (limited to 'man/misc.texi')
-rw-r--r-- | man/misc.texi | 6 |
1 files changed, 6 insertions, 0 deletions
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 |