diff options
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/hexl.el | 5 |
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 @@ | |||
| 1 | 2006-07-08 Eli Zaretskii <eliz@gnu.org> | 1 | 2006-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 | ||
| 5 | 2006-07-07 Chong Yidong <cyd@stupidchicken.com> | 7 | 2006-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. |
| 355 | Switch to a buffer visiting file FILENAME, creating one in none exists." | 355 | Switch to a buffer visiting file FILENAME, creating one if none exists, |
| 356 | and 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)) |