]> code.delx.au - gnu-emacs/commitdiff
(hexl-mode): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 6 Nov 2006 02:45:49 +0000 (02:45 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 6 Nov 2006 02:45:49 +0000 (02:45 +0000)
lisp/hexl.el

index d753fc830178cac5b929d43d443ff40bc4827f22..47bfc76940c79e7af05aa099304c68e5148c1909 100644 (file)
@@ -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).