summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog.15
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2011-08-07 17:14:54 +0300
committerJuri Linkov <juri@jurta.org>2011-08-07 17:14:54 +0300
commit75bfc66716a6c33ca89be28457c1df991170bb83 (patch)
tree6d3c92e68958ff3a1d1449bb0459b8f5ee36527f /lisp/ChangeLog.15
parent09ade3a37d5ecde376f264bbac1e2088eae72f53 (diff)
downloademacs-75bfc66716a6c33ca89be28457c1df991170bb83.tar.gz
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 'lisp/ChangeLog.15')
-rw-r--r--lisp/ChangeLog.152
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15
index 190be56dd09..2acf847cddc 100644
--- a/lisp/ChangeLog.15
+++ b/lisp/ChangeLog.15
@@ -3573,7 +3573,7 @@
* locate.el (locate-default-make-command-line): Don't consider
drive letter and root directory part of
`directory-listing-before-filename-regexp'. (Bug#7308)
- (locate-post-command-hook, locate-post-command-hook): New defcustoms.
+ (locate-post-command-hook, locate-mode-hook): New defcustoms.
2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>