Mercurial > emacs
changeset 73758:c47396e80085
(hexl-mode): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 06 Nov 2006 02:45:49 +0000 |
parents | ee652b7f0ef4 |
children | 6a147e17a7cd |
files | lisp/hexl.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/hexl.el Mon Nov 06 02:45:12 2006 +0000 +++ b/lisp/hexl.el Mon Nov 06 02:45:49 2006 +0000 @@ -169,7 +169,7 @@ 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).