summaryrefslogtreecommitdiff
path: root/lisp/hexl.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-05-28 20:30:49 +0000
committerRichard M. Stallman <rms@gnu.org>1993-05-28 20:30:49 +0000
commit57f07931186a7c38128c3e2472e57725ec22c9ec (patch)
tree1526ee1b654d41c85414ed14ff2b4fa37dbda643 /lisp/hexl.el
parent540dde41b783dc4c15a74170cfd2bc8b1176620a (diff)
downloademacs-57f07931186a7c38128c3e2472e57725ec22c9ec.tar.gz
emacs-57f07931186a7c38128c3e2472e57725ec22c9ec.tar.bz2
emacs-57f07931186a7c38128c3e2472e57725ec22c9ec.zip
Doc fixes.
Diffstat (limited to 'lisp/hexl.el')
-rw-r--r--lisp/hexl.el8
1 files changed, 3 insertions, 5 deletions
diff --git a/lisp/hexl.el b/lisp/hexl.el
index f3d0890e505..d561f4a7829 100644
--- a/lisp/hexl.el
+++ b/lisp/hexl.el
@@ -52,7 +52,7 @@
(defvar hexl-program "hexl"
"The program that will hexlify and de-hexlify its stdin.
-`hexl-program' will always be concated with `hexl-options'
+`hexl-program' will always be concatenated with `hexl-options'
and \"-de\" when dehexlfying a buffer.")
(defvar hexl-iso ""
@@ -64,13 +64,11 @@ and \"-de\" when dehexlfying a buffer.")
(defvar hexlify-command
(format "%s%s %s" exec-directory hexl-program hexl-options)
- "The command to use to hexlify a buffer. It is the concatination of
-`hexl-program' and `hexl-options'.")
+ "The command to use to hexlify a buffer.")
(defvar dehexlify-command
(format "%s%s -de %s" exec-directory hexl-program hexl-options)
- "The command to use to unhexlify a buffer. It is the concatination of
-`hexl-program', the option \"-de\", and `hexl-options'.")
+ "The command to use to unhexlify a buffer.")
(defvar hexl-max-address 0
"Maximum offset into hexl buffer.")