summaryrefslogtreecommitdiff
path: root/lisp/hexl.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1991-03-06 18:30:37 +0000
committerRichard M. Stallman <rms@gnu.org>1991-03-06 18:30:37 +0000
commit3af02678122801584e052a7f0a9652542612f029 (patch)
tree94dcd9032ccd812dc350e1cd0e02e07a705ecac4 /lisp/hexl.el
parent5475b7ad77d9eef113a3549bd43ac7300f2de65d (diff)
downloademacs-3af02678122801584e052a7f0a9652542612f029.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/hexl.el')
-rw-r--r--lisp/hexl.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/hexl.el b/lisp/hexl.el
index 3a7498c8317..0941fe4032c 100644
--- a/lisp/hexl.el
+++ b/lisp/hexl.el
@@ -42,9 +42,9 @@
;;
(defvar hexl-program "hexl"
- "The program that will hexlify and de-hexlify its stdin. hexl-program
-will always be concated with hexl-options and "-de" when dehexlfying a
-buffer.")
+ "The program that will hexlify and de-hexlify its stdin.
+`hexl-program' will always be concated with `hexl-options'
+and \"-de\" when dehexlfying a buffer.")
(defvar hexl-iso ""
"If your emacs can handle ISO characters, this should be set to
@@ -75,7 +75,7 @@ A major mode for editting binary files in hex dump format.
This function automatically converts a buffer into the hexl format
using the function `hexlify-buffer'.
-Each line in the buffer has an `address' (displayed in hexadecimal)
+Each line in the buffer has an \"address\" (displayed in hexadecimal)
representing the offset into the file that the characters on this line
are at and 16 characters from the file (displayed as hexadecimal
values grouped every 16 bits) and as their ASCII values.
@@ -84,8 +84,8 @@ If any of the characters (displayed as ASCII characters) are
unprintable (control or meta characters) they will be replaced as
periods.
-If hexl-mode is invoked with an argument the buffer is assumed to be
-in hexl-format.
+If `hexl-mode' is invoked with an argument the buffer is assumed to be
+in hexl format.
A sample format: