From: Juanma Barranquero Date: Mon, 6 Nov 2006 02:45:49 +0000 (+0000) Subject: (hexl-mode): Fix typo in docstring. X-Git-Tag: emacs-pretest-22.0.91~275 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=89c247794e68056502791c6b437895eed329a4a0;p=emacs.git (hexl-mode): Fix typo in docstring. --- 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).