[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/hexl.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/hexl.el |
Date: |
Tue, 09 Jul 2002 05:06:47 -0400 |
Index: emacs/lisp/hexl.el
diff -c emacs/lisp/hexl.el:1.73 emacs/lisp/hexl.el:1.74
*** emacs/lisp/hexl.el:1.73 Tue Jul 9 02:00:05 2002
--- emacs/lisp/hexl.el Tue Jul 9 05:05:19 2002
***************
*** 100,106 ****
(defun hexl-mode (&optional arg)
"\\<hexl-mode-map>A mode for editing binary files in hex dump format.
This is not an ordinary major mode; it alters some aspects
! if the current mode's behavior, but not all; also, you can exit
Hexl mode and return to the previous mode using `hexl-mode-exit'.
This function automatically converts a buffer into the hexl format
--- 100,106 ----
(defun hexl-mode (&optional arg)
"\\<hexl-mode-map>A mode for editing binary files in hex dump format.
This is not an ordinary major mode; it alters some aspects
! of the current mode's behavior, but not all; also, you can exit
Hexl mode and return to the previous mode using `hexl-mode-exit'.
This function automatically converts a buffer into the hexl format