]> git.eshelyaron.com Git - emacs.git/commitdiff
(hexl-find-file): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 8 Jul 2006 15:53:01 +0000 (15:53 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 8 Jul 2006 15:53:01 +0000 (15:53 +0000)
lisp/ChangeLog
lisp/hexl.el

index b295b26a0651fe3cc4a3b6e5301489e71f4aa53c..87700d4875694238b8f0968dc2c6f8ec639ffffd 100644 (file)
@@ -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>
index e2078fceecb6678a8a4baff26350fc2b0c0e5326..d753fc830178cac5b929d43d443ff40bc4827f22 100644 (file)
@@ -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))