aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2014-03-04 15:13:41 +0100
committerJuanma Barranquero2014-03-04 15:13:41 +0100
commitb01fa8381fa2f5762d1c1b7328a6c10fc3797eda (patch)
tree7b037a720aad87fd8a416bb6b637bf8eaa4e88c1 /lisp/ChangeLog
parent4242d21d559884e08e5b1bf13fbf8749de9b62d9 (diff)
downloademacs-b01fa8381fa2f5762d1c1b7328a6c10fc3797eda.tar.gz
emacs-b01fa8381fa2f5762d1c1b7328a6c10fc3797eda.zip
lisp/hexl.el: Fix typos in docstrings.
(hexl-address-region, hexl-ascii-region) (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char) (hexl-backward-short, hexl-forward-short, hexl-backward-word) (hexl-forward-word, hexl-previous-line, hexl-next-line): Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings. (hexl-mode): Doc fix. (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line) (hexl-mode-ruler): Fix typos in docstrings.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4b4b85b4a47..e361990693d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,14 @@
12014-03-04 Juanma Barranquero <lekktu@gmail.com> 12014-03-04 Juanma Barranquero <lekktu@gmail.com>
2 2
3 * hexl.el (hexl-address-region, hexl-ascii-region)
4 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
5 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
6 (hexl-forward-word, hexl-previous-line, hexl-next-line):
7 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
8 (hexl-mode): Doc fix.
9 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
10 (hexl-mode-ruler): Fix typos in docstrings.
11
3 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos. 12 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
4 (strokes-character, strokes-get-grid-position, strokes-list-strokes): 13 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
5 Remove superfluous backslashes. 14 Remove superfluous backslashes.