diff options
| author | Juri Linkov | 2011-08-07 17:14:54 +0300 |
|---|---|---|
| committer | Juri Linkov | 2011-08-07 17:14:54 +0300 |
| commit | 75bfc66716a6c33ca89be28457c1df991170bb83 (patch) | |
| tree | 6d3c92e68958ff3a1d1449bb0459b8f5ee36527f /src/ChangeLog | |
| parent | 09ade3a37d5ecde376f264bbac1e2088eae72f53 (diff) | |
| download | emacs-75bfc66716a6c33ca89be28457c1df991170bb83.tar.gz emacs-75bfc66716a6c33ca89be28457c1df991170bb83.zip | |
Minor doc fixes. Remove duplicate ChangeLog entries.
* doc/emacs/dired.texi (Operating on Files): Rewrite according to the fact
that `dired-do-chmod' doesn't use the `chmod' program anymore.
* lisp/faces.el (list-faces-display): Remove extra angle bracket
from `help-mode-map'.
* lisp/info.el (Info-history-toc-nodes): Doc fix.
* lisp/longlines.el (longlines-mode): Doc fix.
* src/editfns.c (Fformat_time_string): Doc fix, add tag `usage:'
to show the arg `TIME' instead of `TIMEVAL'.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 039c225c1f6..ef4efb0ad35 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-08-07 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * editfns.c (Fformat_time_string): Doc fix, add tag `usage:' | ||
| 4 | to show the arg `TIME' instead of `TIMEVAL'. | ||
| 5 | |||
| 1 | 2011-08-06 Eli Zaretskii <eliz@gnu.org> | 6 | 2011-08-06 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * xdisp.c (set_cursor_from_row): Fix cursor positioning when a | 8 | * xdisp.c (set_cursor_from_row): Fix cursor positioning when a |