diff options
| author | Eli Zaretskii | 2006-07-08 15:53:01 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-07-08 15:53:01 +0000 |
| commit | 7f9da0f3c77fe6f6ec264ed27d9446dbbafe6f18 (patch) | |
| tree | 38306ffc91a0c57fa6a96c30beb8d6ec13217c08 /lisp | |
| parent | 1094404231cfc3dc55b5289f4d029d3210f71ead (diff) | |
| download | emacs-7f9da0f3c77fe6f6ec264ed27d9446dbbafe6f18.tar.gz emacs-7f9da0f3c77fe6f6ec264ed27d9446dbbafe6f18.zip | |
(hexl-find-file): Doc fix.
Diffstat (limited to 'lisp')
| -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)) |