Mercurial > emacs
comparison lisp/ChangeLog @ 64549:5b3018246d3c
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 20 Jul 2005 22:29:53 +0000 |
parents | 9dd7605b21ba |
children | 6d2fdf6cf1f2 |
comparison
equal
deleted
inserted
replaced
64548:cff17c5abe4d | 64549:5b3018246d3c |
---|---|
69 (write-file-functions, get-free-disk-space): | 69 (write-file-functions, get-free-disk-space): |
70 Fix typos in docstrings. | 70 Fix typos in docstrings. |
71 (find-file-not-found-hooks, find-file-hooks, write-file-hooks) | 71 (find-file-not-found-hooks, find-file-hooks, write-file-hooks) |
72 (write-contents-hooks, write-file-hooks): | 72 (write-contents-hooks, write-file-hooks): |
73 Declare with `define-obsolete-variable-alias'. | 73 Declare with `define-obsolete-variable-alias'. |
74 | |
75 * forms-d2.el (arch-rj): Fix typo in docstrings. | |
76 (arch-tocol): Likewise. "?\ " -> "?\s". | |
77 | |
78 * frame.el (set-frame-font, cursor-in-non-selected-windows): | |
79 Fix typo in docstring. | |
80 (set-screen-width, set-screen-height): Delete redundant info in | |
81 doctrings. | |
82 (new-frame, screen-height, screen-width): Declare with | |
83 `define-obsolete-function-alias'. | |
84 (delete-frame-hook, blink-cursor): Declare with | |
85 `define-obsolete-variable-alias'. | |
86 | |
87 * paths.el (prune-directory-list): Fix typos in docstring. | |
88 | |
89 * pcvs-util.el (cvs-flags-query, cvs-strings->string) | |
90 (cvs-prefix-get): Fix typos in docstrings. | |
91 | |
92 * ps-print.el (ps-extend-face-list, ps-extend-face) | |
93 (ps-print-background-image): Fix typos in docstrings. | |
94 (ps-default-fg, ps-default-bg): Doc fixes. | |
95 | |
96 * s-region.el (s-region-bind): Doc fix. | |
97 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings. | |
74 | 98 |
75 * textmodes/org.el (org-table-formula-substitute-names) | 99 * textmodes/org.el (org-table-formula-substitute-names) |
76 (org-table-get-vertical-vector): Doc fixes. | 100 (org-table-get-vertical-vector): Doc fixes. |
77 (org-table-recalculate): Remove unused argument to `message'. | 101 (org-table-recalculate): Remove unused argument to `message'. |
78 | 102 |