From: Pavel Janík Date: Thu, 28 Feb 2002 16:20:16 +0000 (+0000) Subject: (hexl-options): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~16431 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a0164df52c6668172dca26519b9cf526d296c368;p=emacs.git (hexl-options): Doc fix. Update Commentary section. --- 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)