changeset 3215:8463158ec42e

Doc fixes.
author Richard M. Stallman <rms@gnu.org>
date Fri, 28 May 1993 20:30:49 +0000
parents 7fb1204b22de
children 85f44565e821
files lisp/hexl.el
diffstat 1 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/hexl.el	Fri May 28 19:46:06 1993 +0000
+++ b/lisp/hexl.el	Fri May 28 20:30:49 1993 +0000
@@ -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 @@
 
 (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.")