aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-08-22 09:30:07 +0000
committerEli Zaretskii2000-08-22 09:30:07 +0000
commitc965d0accaed241d93becb1d1834e08435e91ae3 (patch)
treea8fd7906579c3b7dff0f3c73e190604dc06ac1eb
parentbf3ba9aca87546e42cb72fe2142f1182f14eb3d9 (diff)
downloademacs-c965d0accaed241d93becb1d1834e08435e91ae3.tar.gz
emacs-c965d0accaed241d93becb1d1834e08435e91ae3.zip
Update the Hexl node.
-rw-r--r--man/misc.texi6
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,
1692@cindex Hexl mode 1692@cindex Hexl mode
1693@cindex mode, Hexl 1693@cindex mode, Hexl
1694@cindex editing binary files 1694@cindex editing binary files
1695@cindex hex editing
1695 There is a special major mode for editing binary files: Hexl mode. To 1696 There is a special major mode for editing binary files: Hexl mode. To
1696use it, use @kbd{M-x hexl-find-file} instead of @kbd{C-x C-f} to visit 1697use it, use @kbd{M-x hexl-find-file} instead of @kbd{C-x C-f} to visit
1697the file. This command converts the file's contents to hexadecimal and 1698the 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
1735invoked @code{hexl-mode}. 1736invoked @code{hexl-mode}.
1736@end table 1737@end table
1737 1738
1739@noindent
1740Other Hexl commands let you insert strings (sequences) of binary bytes,
1741move by short's or int's, etc.; type @kbd{C-h a hexl- RET} for details.
1742
1743
1738@node Saving Emacs Sessions, Recursive Edit, Editing Binary Files, Top 1744@node Saving Emacs Sessions, Recursive Edit, Editing Binary Files, Top
1739@section Saving Emacs Sessions 1745@section Saving Emacs Sessions
1740@cindex saving sessions 1746@cindex saving sessions