diff options
| author | Juanma Barranquero | 2005-07-20 01:57:49 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-07-20 01:57:49 +0000 |
| commit | 26b9ecbcb970a5dd631cad0e221e68bac0946e4b (patch) | |
| tree | 6e630c17d1aeaf1320b861c804d558509a754dbd /lisp/ChangeLog | |
| parent | 3f32d6a3edf422a52ac4c06beeeb42ff22e13ad8 (diff) | |
| download | emacs-26b9ecbcb970a5dd631cad0e221e68bac0946e4b.tar.gz emacs-26b9ecbcb970a5dd631cad0e221e68bac0946e4b.zip | |
(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'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 268547ca204..4523f3d5caa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -5,6 +5,15 @@ | |||
| 5 | (desktop-internal-v2s): Don't quote keywords. | 5 | (desktop-internal-v2s): Don't quote keywords. |
| 6 | (desktop-clear): "?\ " -> "?\s". | 6 | (desktop-clear): "?\ " -> "?\s". |
| 7 | 7 | ||
| 8 | * files.el (find-file-noselect, recode-file-name): Doc fixes. | ||
| 9 | (insert-directory, kill-some-buffers): "?\ " -> "?\s". | ||
| 10 | (magic-mode-alist, buffer-file-numbers-unique) | ||
| 11 | (write-file-functions, get-free-disk-space): | ||
| 12 | Fix typos in docstrings. | ||
| 13 | (find-file-not-found-hooks, find-file-hooks, write-file-hooks) | ||
| 14 | (write-contents-hooks, write-file-hooks): | ||
| 15 | Declare with `define-obsolete-variable-alias'. | ||
| 16 | |||
| 8 | * textmodes/org.el (org-table-formula-substitute-names) | 17 | * textmodes/org.el (org-table-formula-substitute-names) |
| 9 | (org-table-get-vertical-vector): Doc fixes. | 18 | (org-table-get-vertical-vector): Doc fixes. |
| 10 | (org-table-recalculate): Remove unused argument to `message'. | 19 | (org-table-recalculate): Remove unused argument to `message'. |