Mercurial > emacs
diff lisp/ChangeLog @ 64522:f2c2950b93ca
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 20 Jul 2005 01:57:49 +0000 |
parents | a5708472e1f6 |
children | a3cc91405cc8 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Jul 20 01:55:39 2005 +0000 +++ b/lisp/ChangeLog Wed Jul 20 01:57:49 2005 +0000 @@ -5,6 +5,15 @@ (desktop-internal-v2s): Don't quote keywords. (desktop-clear): "?\ " -> "?\s". + * files.el (find-file-noselect, recode-file-name): Doc fixes. + (insert-directory, kill-some-buffers): "?\ " -> "?\s". + (magic-mode-alist, buffer-file-numbers-unique) + (write-file-functions, get-free-disk-space): + Fix typos in docstrings. + (find-file-not-found-hooks, find-file-hooks, write-file-hooks) + (write-contents-hooks, write-file-hooks): + Declare with `define-obsolete-variable-alias'. + * textmodes/org.el (org-table-formula-substitute-names) (org-table-get-vertical-vector): Doc fixes. (org-table-recalculate): Remove unused argument to `message'.