aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-06 02:45:49 +0000
committerJuanma Barranquero2006-11-06 02:45:49 +0000
commit89c247794e68056502791c6b437895eed329a4a0 (patch)
tree6255a779a4e075efffa1c5c98f704213d5975a81
parent4f00f90f975298e7a27bf934375ba9a0ec7d5785 (diff)
downloademacs-89c247794e68056502791c6b437895eed329a4a0.tar.gz
emacs-89c247794e68056502791c6b437895eed329a4a0.zip
(hexl-mode): Fix typo in docstring.
-rw-r--r--lisp/hexl.el2
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:
169 000000b0: 7461 626c 6520 6368 6172 6163 7465 7220 table character 169 000000b0: 7461 626c 6520 6368 6172 6163 7465 7220 table character
170 000000c0: 7265 6769 6f6e 2e0a region.. 170 000000c0: 7265 6769 6f6e 2e0a region..
171 171
172Movement is as simple as movement in a normal emacs text buffer. Most 172Movement is as simple as movement in a normal Emacs text buffer. Most
173cursor movement bindings are the same (ie. Use \\[hexl-backward-char], \\[hexl-forward-char], \\[hexl-next-line], and \\[hexl-previous-line] 173cursor movement bindings are the same (ie. Use \\[hexl-backward-char], \\[hexl-forward-char], \\[hexl-next-line], and \\[hexl-previous-line]
174to move the cursor left, right, down, and up). 174to move the cursor left, right, down, and up).
175 175