summaryrefslogtreecommitdiff
path: root/lisp/hexl.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-02-12 09:36:54 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2013-02-12 09:36:54 -0800
commit65e7ca35a69003788134f8c961f561fe6f7a9720 (patch)
tree513f7b57162f68f51c4d12c6ef077a55dd5d4e20 /lisp/hexl.el
parent85adc63f8157bf90ee5a3b9dff94bea4c6f538eb (diff)
downloademacs-65e7ca35a69003788134f8c961f561fe6f7a9720.tar.gz
In doc, use standard American English style for e.g., etc., i.e.
Diffstat (limited to 'lisp/hexl.el')
-rw-r--r--lisp/hexl.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/hexl.el b/lisp/hexl.el
index 13181ff0e3c..2ee492b4c5e 100644
--- a/lisp/hexl.el
+++ b/lisp/hexl.el
@@ -311,8 +311,8 @@ A sample format:
000000c0: 7265 6769 6f6e 2e0a region..
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).
+cursor movement bindings are the same: use \\[hexl-backward-char], \\[hexl-forward-char], \\[hexl-next-line], and \\[hexl-previous-line]
+to move the cursor left, right, down, and up.
Advanced cursor movement commands (ala \\[hexl-beginning-of-line], \\[hexl-end-of-line], \\[hexl-beginning-of-buffer], and \\[hexl-end-of-buffer]) are
also supported.