Mercurial > emacs
changeset 43592:57b39ddab58f
(hexl-options): Doc fix.
Update Commentary section.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Thu, 28 Feb 2002 16:19:45 +0000 |
parents | 44b1361176db |
children | 6f59313247d8 |
files | lisp/hexl.el |
diffstat | 1 files changed, 3 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- 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)