changeset 71685:ba847dbc80a5

(hexl-find-file): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 08 Jul 2006 15:52:23 +0000
parents 0b4fa7a6e676
children e3898b4381f7
files lisp/hexl.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/hexl.el	Sat Jul 08 15:20:52 2006 +0000
+++ b/lisp/hexl.el	Sat Jul 08 15:52:23 2006 +0000
@@ -351,8 +351,9 @@
 
 ;;;###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))