diff options
| author | Juanma Barranquero | 2014-03-04 14:01:48 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2014-03-04 14:01:48 +0100 |
| commit | 4242d21d559884e08e5b1bf13fbf8749de9b62d9 (patch) | |
| tree | 27191deb04a18a7ba978d1e9d068ffb3fe6fc2a9 /lisp/ChangeLog | |
| parent | a55130ca1052ba7ddcd9ef22db986cef053f4e00 (diff) | |
| download | emacs-4242d21d559884e08e5b1bf13fbf8749de9b62d9.tar.gz emacs-4242d21d559884e08e5b1bf13fbf8749de9b62d9.zip | |
lisp/strokes.el: Fix typos.
(strokes-xpm-header, strokes-rate-stroke): Fix typos.
(strokes-character, strokes-get-grid-position, strokes-list-strokes):
Remove superfluous backslashes.
(strokes-last-stroke, strokes-global-map, strokes-mode):
Reflow docstrings.
(strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
(strokes-xpm-for-compressed-string): Use quotes with buffer name.
(strokes-distance-squared, strokes-global-set-stroke)
(strokes-global-set-stroke-string): Doc fixes.
(strokes-help): Fix typos; reflow docstring.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5cc5291adc8..4b4b85b4a47 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2014-03-04 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos. | ||
| 4 | (strokes-character, strokes-get-grid-position, strokes-list-strokes): | ||
| 5 | Remove superfluous backslashes. | ||
| 6 | (strokes-last-stroke, strokes-global-map, strokes-mode): | ||
| 7 | Reflow docstrings. | ||
| 8 | (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string) | ||
| 9 | (strokes-xpm-for-compressed-string): Use quotes with buffer name. | ||
| 10 | (strokes-distance-squared, strokes-global-set-stroke) | ||
| 11 | (strokes-global-set-stroke-string): Doc fixes. | ||
| 12 | (strokes-help): Fix typos; reflow docstring. | ||
| 13 | |||
| 1 | 2014-03-04 Martin Rudalics <rudalics@gmx.at> | 14 | 2014-03-04 Martin Rudalics <rudalics@gmx.at> |
| 2 | 15 | ||
| 3 | * window.el (window-in-direction): Fix doc-string. | 16 | * window.el (window-in-direction): Fix doc-string. |