Changeset 4111 for trunk/lisp/hexl.el
- Timestamp:
- 2006年07月16日 08時36分52秒 (2 years ago)
- Files:
-
- trunk/lisp/hexl.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/hexl.el
r4085 r4111 352 352 ;;;###autoload 353 353 (defun hexl-find-file (filename) 354 "Edit file FILENAME in `hexl-mode'. 355 Switch to a buffer visiting file FILENAME, creating one in none exists." 354 "Edit file FILENAME as a binary file in hex dump format. 355 Switch to a buffer visiting file FILENAME, creating one if none exists, 356 and edit the file in `hexl-mode'." 356 357 (interactive 357 358 (list
