comparison lisp/ChangeLog @ 99298:225286546090

Fix typos in docstrings. * cus-edit.el (customize-apropos-options, custom-comment) (custom-comment-tag, custom-face-edit-attribute-tag): Fix typos in docstrings. (custom-buffer-done-kill): Remove * from defcustom docstring. (custom-file): Fix typo in doc of defcustom choice. * frame.el (display-visual-class): Fix typo in docstring. (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist) (special-display-frame-alist, show-trailing-whitespace) (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval) (display-hourglass, hourglass-delay, cursor-in-non-selected-windows): Remove * from defcustom docstrings. * md4.el (md4-buffer): Fix typo in docstring. (md4, md4-64): Doc fixes. (md4-pack-int32): Reflow docstring. * paths.el (rmail-file-name): Remove * from defcustom docstring. (prune-directory-list, gnus-nntp-service): Fix typos in docstrings. * rect.el (open-rectangle): Reflow docstring. (spaces-string): Fix docstring typo. Use "?\s" instead of "? ". * select.el (x-get-cut-buffer): Fix typo in docstring. * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute) (timezone-time-zone-from-absolute, timezone-leap-year-p): Fix typos in docstrings. * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake): Fix typos in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 01 Nov 2008 01:24:33 +0000
parents 83b76f085b71
children 43260b3aaad6
comparison
equal deleted inserted replaced
99297:4069e1395eca 99298:225286546090
1 2008-11-01 Juanma Barranquero <lekktu@gmail.com>
2
3 * cus-edit.el (customize-apropos-options, custom-comment)
4 (custom-comment-tag, custom-face-edit-attribute-tag):
5 Fix typos in docstrings.
6 (custom-buffer-done-kill): Remove * from defcustom docstring.
7 (custom-file): Fix typo in doc of defcustom choice.
8
9 * frame.el (display-visual-class): Fix typo in docstring.
10 (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
11 (special-display-frame-alist, show-trailing-whitespace)
12 (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
13 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
14 Remove * from defcustom docstrings.
15
16 * md4.el (md4-buffer): Fix typo in docstring.
17 (md4, md4-64): Doc fixes.
18 (md4-pack-int32): Reflow docstring.
19
20 * paths.el (rmail-file-name): Remove * from defcustom docstring.
21 (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
22
23 * rect.el (open-rectangle): Reflow docstring.
24 (spaces-string): Fix docstring typo. Use "?\s" instead of "? ".
25
26 * select.el (x-get-cut-buffer): Fix typo in docstring.
27
28 * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
29 (timezone-time-zone-from-absolute, timezone-leap-year-p):
30 Fix typos in docstrings.
31
32 * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
33 Fix typos in docstrings.
34
1 2008-10-31 Ulf Jasper <ulf.jasper@web.de> 35 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
2 36
3 * net/newst-backend.el (newsticker--cache-update): Fix no-save case. 37 * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
4 38
5 * net/newst-treeview.el (newsticker--treeview-list-update-faces) 39 * net/newst-treeview.el (newsticker--treeview-list-update-faces)