aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2005-07-20 23:09:56 +0000
committerJuanma Barranquero2005-07-20 23:09:56 +0000
commit69c3280d4db2833d27cbc46a4480b5047749d072 (patch)
tree0eaf33643455e41f5e66145252df83f499b93d3d /lisp/ChangeLog
parentafdff50e24fc50d7c16ea3a2c1ba922272b69fa0 (diff)
downloademacs-69c3280d4db2833d27cbc46a4480b5047749d072.tar.gz
emacs-69c3280d4db2833d27cbc46a4480b5047749d072.zip
(strokes-load-hook): Doc fix.
(strokes-grid-resolution, strokes-get-grid-position, strokes-renormalize-to-grid, strokes-read-stroke, strokes-read-complex-stroke, strokes-file, strokes-last-stroke, strokes-global-map): Fix typos in docstrings. (strokes-help): Doc fix. Fix help message and pass it through `substitute-command-keys'.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e4840d08283..42dd8820aa1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,26 @@
12005-07-21 Juanma Barranquero <lekktu@gmail.com>
2
3 * simple.el (clone-indirect-buffer): Doc fix.
4 (fixup-whitespace, just-one-space)
5 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
6 (next-error, next-error-highlight)
7 (next-error-highlight-no-select, next-error-last-buffer)
8 (next-error-buffer-p, next-error-find-buffer, next-error)
9 (previous-error, next-error-no-select, previous-error-no-select)
10 (open-line, split-line, minibuffer-prompt-width, kill-new)
11 (binary-overwrite-mode): Fix typos in docstrings.
12 (set-fill-column): Fix typo in message.
13
14 * skeleton.el (skeleton-proxy-new): Doc fix.
15
16 * strokes.el (strokes-load-hook): Doc fix.
17 (strokes-grid-resolution, strokes-get-grid-position)
18 (strokes-renormalize-to-grid, strokes-read-stroke)
19 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
20 (strokes-global-map): Fix typos in docstrings.
21 (strokes-help): Doc fix. Fix help message and pass it through
22 `substitute-command-keys'.
23
12005-07-20 Kim F. Storm <storm@cua.dk> 242005-07-20 Kim F. Storm <storm@cua.dk>
2 25
3 * emulation/cua-base.el (cua-mode): Improve doc string. 26 * emulation/cua-base.el (cua-mode): Improve doc string.