summaryrefslogtreecommitdiff
path: root/lisp/hexl.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-07-08 15:52:23 +0000
committerEli Zaretskii <eliz@gnu.org>2006-07-08 15:52:23 +0000
commit5f8f03172fe294d059cbb1d41c471b4af4051324 (patch)
tree62949d2fc6c83977fa697f919ce4b74b431ce190 /lisp/hexl.el
parentffd4c7618ff626cff776ca7d2e8a35a7d58672b8 (diff)
downloademacs-5f8f03172fe294d059cbb1d41c471b4af4051324.tar.gz
(hexl-find-file): Doc fix.
Diffstat (limited to 'lisp/hexl.el')
-rw-r--r--lisp/hexl.el5
1 files changed, 3 insertions, 2 deletions
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.
;;;###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))