aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-07-20 23:09:56 +0000
committerJuanma Barranquero <[email protected]>2005-07-20 23:09:56 +0000
commit69c3280d4db2833d27cbc46a4480b5047749d072 (patch)
tree0eaf33643455e41f5e66145252df83f499b93d3d /lisp/ChangeLog
parentafdff50e24fc50d7c16ea3a2c1ba922272b69fa0 (diff)
(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 e4840d0828..42dd8820aa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,26 @@
+2005-07-21 Juanma Barranquero <[email protected]>
+
+ * simple.el (clone-indirect-buffer): Doc fix.
+ (fixup-whitespace, just-one-space)
+ (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
+ (next-error, next-error-highlight)
+ (next-error-highlight-no-select, next-error-last-buffer)
+ (next-error-buffer-p, next-error-find-buffer, next-error)
+ (previous-error, next-error-no-select, previous-error-no-select)
+ (open-line, split-line, minibuffer-prompt-width, kill-new)
+ (binary-overwrite-mode): Fix typos in docstrings.
+ (set-fill-column): Fix typo in message.
+
+ * skeleton.el (skeleton-proxy-new): Doc fix.
+
+ * strokes.el (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'.
+
2005-07-20 Kim F. Storm <[email protected]>
* emulation/cua-base.el (cua-mode): Improve doc string.