# HG changeset patch # User Juanma Barranquero # Date 1162781149 0 # Node ID c47396e80085b0a59d1564ff736e7d4c83c8240d # Parent ee652b7f0ef482ad1dfc42d7de03f50a65fa0e9b (hexl-mode): Fix typo in docstring. diff -r ee652b7f0ef4 -r c47396e80085 lisp/hexl.el --- 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).