diff options
| author | Juanma Barranquero <lekktu@gmail.com> | 2006-11-06 02:45:49 +0000 |
|---|---|---|
| committer | Juanma Barranquero <lekktu@gmail.com> | 2006-11-06 02:45:49 +0000 |
| commit | 89c247794e68056502791c6b437895eed329a4a0 (patch) | |
| tree | 6255a779a4e075efffa1c5c98f704213d5975a81 /lisp/hexl.el | |
| parent | 4f00f90f975298e7a27bf934375ba9a0ec7d5785 (diff) | |
| download | emacs-89c247794e68056502791c6b437895eed329a4a0.tar.gz | |
(hexl-mode): Fix typo in docstring.
Diffstat (limited to 'lisp/hexl.el')
| -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 d753fc83017..47bfc76940c 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el @@ -169,7 +169,7 @@ A sample format: 000000b0: 7461 626c 6520 6368 6172 6163 7465 7220 table character 000000c0: 7265 6769 6f6e 2e0a region.. -Movement is as simple as movement in a normal emacs text buffer. Most +Movement is as simple as movement in a normal Emacs text buffer. Most cursor movement bindings are the same (ie. Use \\[hexl-backward-char], \\[hexl-forward-char], \\[hexl-next-line], and \\[hexl-previous-line] to move the cursor left, right, down, and up). |
