(hexl-find-file): Doc fix.
This commit is contained in:
parent
1094404231
commit
7f9da0f3c7
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
2006-07-08 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* hexl.el (hexl-find-file): Doc fix.
|
||||
|
||||
* emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
|
||||
|
||||
2006-07-07 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
|
|
@ -351,8 +351,9 @@ You can use \\[hexl-find-file] to visit a file in Hexl mode.
|
|||
|
||||
;;;###autoload
|
||||
(defun hexl-find-file (filename)
|
||||
"Edit file FILENAME in `hexl-mode'.
|
||||
Switch to a buffer visiting file FILENAME, creating one in none exists."
|
||||
"Edit file FILENAME as a binary file in hex dump format.
|
||||
Switch to a buffer visiting file FILENAME, creating one if none exists,
|
||||
and edit the file in `hexl-mode'."
|
||||
(interactive
|
||||
(list
|
||||
(let ((completion-ignored-extensions nil))
|
||||
|
|
Loading…
Add table
Reference in a new issue