diff options
| author | Juanma Barranquero | 2002-07-09 09:05:19 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-07-09 09:05:19 +0000 |
| commit | fe0a77c6f12e0a2b5cc67f95ea19173c002b64ed (patch) | |
| tree | 932e7453200064a86c3d8978282621c7edc8237e | |
| parent | 2df447f27f90d5d9b3ad0c2e95e6975b5972bfa6 (diff) | |
| download | emacs-fe0a77c6f12e0a2b5cc67f95ea19173c002b64ed.tar.gz emacs-fe0a77c6f12e0a2b5cc67f95ea19173c002b64ed.zip | |
(hexl-mode): Fix typo.
| -rw-r--r-- | lisp/hexl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/hexl.el b/lisp/hexl.el index 7c4a1610b9e..50231eb1077 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el | |||
| @@ -100,7 +100,7 @@ Quoting cannot be used, so the arguments cannot themselves contain spaces." | |||
| 100 | (defun hexl-mode (&optional arg) | 100 | (defun hexl-mode (&optional arg) |
| 101 | "\\<hexl-mode-map>A mode for editing binary files in hex dump format. | 101 | "\\<hexl-mode-map>A mode for editing binary files in hex dump format. |
| 102 | This is not an ordinary major mode; it alters some aspects | 102 | This is not an ordinary major mode; it alters some aspects |
| 103 | if the current mode's behavior, but not all; also, you can exit | 103 | of the current mode's behavior, but not all; also, you can exit |
| 104 | Hexl mode and return to the previous mode using `hexl-mode-exit'. | 104 | Hexl mode and return to the previous mode using `hexl-mode-exit'. |
| 105 | 105 | ||
| 106 | This function automatically converts a buffer into the hexl format | 106 | This function automatically converts a buffer into the hexl format |