# HG changeset patch # User Juanma Barranquero # Date 1121900996 0 # Node ID 6d2fdf6cf1f26b98b34f76ee65258047713b425b # Parent dc55ec2be6713ba5f2ebed25b28e36058327034f *** empty log message *** diff -r dc55ec2be671 -r 6d2fdf6cf1f2 lisp/ChangeLog --- a/lisp/ChangeLog Wed Jul 20 23:07:38 2005 +0000 +++ b/lisp/ChangeLog Wed Jul 20 23:09:56 2005 +0000 @@ -1,3 +1,26 @@ +2005-07-21 Juanma Barranquero + + * 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 * emulation/cua-base.el (cua-mode): Improve doc string.