aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii2006-07-08 15:53:01 +0000
committerEli Zaretskii2006-07-08 15:53:01 +0000
commit7f9da0f3c77fe6f6ec264ed27d9446dbbafe6f18 (patch)
tree38306ffc91a0c57fa6a96c30beb8d6ec13217c08 /lisp
parent1094404231cfc3dc55b5289f4d029d3210f71ead (diff)
downloademacs-7f9da0f3c77fe6f6ec264ed27d9446dbbafe6f18.tar.gz
emacs-7f9da0f3c77fe6f6ec264ed27d9446dbbafe6f18.zip
(hexl-find-file): Doc fix.
Diffstat (limited to 'lisp')
-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))