]> git.eshelyaron.com Git - emacs.git/commitdiff
(hexl-options): Doc fix.
authorPavel Janík <Pavel@Janik.cz>
Thu, 28 Feb 2002 16:20:16 +0000 (16:20 +0000)
committerPavel Janík <Pavel@Janik.cz>
Thu, 28 Feb 2002 16:20:16 +0000 (16:20 +0000)
Update Commentary section.

lisp/ChangeLog
lisp/hexl.el

index 14f1ef878a7f3dba05cef55f73a891111e47e237..bf0b7604eafa738d102d0f1645a1a5d0b1cc35df 100644 (file)
@@ -1,5 +1,8 @@
 2002-02-28  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
+       * hexl.el (hexl-options): Doc fix.
+       Update Commentary section.
+
        * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
        Doc fixes.
 
index 6a4408e4d4ec9142179e934205dc12ac9352877f..c8f1a79b185a962f3c50b60ed94b830c0be9f7c5 100644 (file)
 ;; 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)