aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/hexl.el5
2 files changed, 5 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b295b26a065..87700d48756 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12006-07-08 Eli Zaretskii <eliz@gnu.org> 12006-07-08 Eli Zaretskii <eliz@gnu.org>
2 2
3 * hexl.el (hexl-find-file): Doc fix.
4
3 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. 5 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4 6
52006-07-07 Chong Yidong <cyd@stupidchicken.com> 72006-07-07 Chong Yidong <cyd@stupidchicken.com>
diff --git a/lisp/hexl.el b/lisp/hexl.el
index e2078fceecb..d753fc83017 100644
--- a/lisp/hexl.el
+++ b/lisp/hexl.el
@@ -351,8 +351,9 @@ You can use \\[hexl-find-file] to visit a file in Hexl mode.
351 351
352;;;###autoload 352;;;###autoload
353(defun hexl-find-file (filename) 353(defun hexl-find-file (filename)
354 "Edit file FILENAME in `hexl-mode'. 354 "Edit file FILENAME as a binary file in hex dump format.
355Switch to a buffer visiting file FILENAME, creating one in none exists." 355Switch to a buffer visiting file FILENAME, creating one if none exists,
356and edit the file in `hexl-mode'."
356 (interactive 357 (interactive
357 (list 358 (list
358 (let ((completion-ignored-extensions nil)) 359 (let ((completion-ignored-extensions nil))