# HG changeset patch # User Eli Zaretskii # Date 1152373943 0 # Node ID ba847dbc80a577c0bb49ac835f887145e3bdc42f # Parent 0b4fa7a6e67695bb49c0c599a470d01df0f48753 (hexl-find-file): Doc fix. diff -r 0b4fa7a6e676 -r ba847dbc80a5 lisp/hexl.el --- 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))