# HG changeset patch # User Pavel Jank # Date 1014913185 0 # Node ID 57b39ddab58f93b91df204a87f30541bde45c1f2 # Parent 44b1361176db2237422a172968535da79e443470 (hexl-options): Doc fix. Update Commentary section. diff -r 44b1361176db -r 57b39ddab58f lisp/hexl.el --- a/lisp/hexl.el Thu Feb 28 16:16:52 2002 +0000 +++ b/lisp/hexl.el Thu Feb 28 16:19:45 2002 +0000 @@ -29,16 +29,9 @@ ;; a program called hexl, supplied with the GNU Emacs distribution, that ;; can filter a binary into an editable format or from the format back into ;; binary. For full instructions, invoke `hexl-mode' on an empty buffer and -;; do `M-x describe-mode'. -;; -;; This may be useful in your .emacs: +;; do M-x `describe-mode'. ;; -;; (autoload 'hexl-find-file "hexl" -;; "Edit file FILENAME in hexl-mode." t) -;; -;; (define-key global-map "\C-c\C-h" 'hexl-find-file) -;; -;; NOTE: Remember to change HEXL-PROGRAM or HEXL-OPTIONS if needed. +;; NOTE: Remember to change `hexl-program' or `hexl-options' if needed. ;; ;; Currently hexl only supports big endian hex output with 16 bit ;; grouping. @@ -72,7 +65,7 @@ :group 'hexl) (defcustom hexl-options (format "-hex %s" hexl-iso) - "Options to hexl-program that suit your needs." + "Options to `hexl-program' that suit your needs." :type 'string :group 'hexl)