# HG changeset patch # User Richard M. Stallman # Date 738621049 0 # Node ID 8463158ec42e472c54987cb48e4b47d55a1a8e0e # Parent 7fb1204b22de438edbef47e095e2e2c91ec7f0b8 Doc fixes. diff -r 7fb1204b22de -r 8463158ec42e lisp/hexl.el --- 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.")