From a0164df52c6668172dca26519b9cf526d296c368 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Thu, 28 Feb 2002 16:20:16 +0000 Subject: [PATCH] (hexl-options): Doc fix. Update Commentary section. --- lisp/ChangeLog | 3 +++ lisp/hexl.el | 13 +++---------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 14f1ef878a7..bf0b7604eaf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2002-02-28 Pavel Jan,Bm(Bk + * hexl.el (hexl-options): Doc fix. + Update Commentary section. + * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys): Doc fixes. diff --git a/lisp/hexl.el b/lisp/hexl.el index 6a4408e4d4e..c8f1a79b185 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el @@ -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'. +;; do M-x `describe-mode'. ;; -;; This may be useful in your .emacs: -;; -;; (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 @@ and \"-de\" when dehexlifying a buffer." :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) -- 2.39.2