Mercurial > emacs
changeset 31029:29d46c0c8156
Update the Hexl node.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 22 Aug 2000 09:30:07 +0000 |
parents | b72824a73f3c |
children | 5f19633e9dc2 |
files | man/misc.texi |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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