Mercurial > emacs
changeset 62251:5c40be16225d
(find-change-log): Fix typos in the docstring of function.
author | Masatake YAMATO <jet@gyve.org> |
---|---|
date | Thu, 12 May 2005 05:29:57 +0000 |
parents | 0592fa6c5b5c |
children | 6350a78ceda6 |
files | lisp/ChangeLog lisp/add-log.el |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu May 12 01:39:56 2005 +0000 +++ b/lisp/ChangeLog Thu May 12 05:29:57 2005 +0000 @@ -1,3 +1,8 @@ +2005-05-12 Masatake YAMATO <jet@gyve.org> + + * add-log.el (find-change-log): Fix typos in the docstring + of function. + 2005-05-11 Arne J,Ax(Brgensen <arne@arnested.dk> * international/latexenc.el (latexenc-find-file-coding-system):
--- a/lisp/add-log.el Thu May 12 01:39:56 2005 +0000 +++ b/lisp/add-log.el Thu May 12 05:29:57 2005 +0000 @@ -375,10 +375,10 @@ Optional arg FILE-NAME specifies the file to use. If FILE-NAME is nil, use the value of `change-log-default-name'. -If 'change-log-default-name' is nil, behave as though it were 'ChangeLog' +If `change-log-default-name' is nil, behave as though it were 'ChangeLog' \(or whatever we use on this operating system). -If 'change-log-default-name' contains a leading directory component, then +If `change-log-default-name' contains a leading directory component, then simply find it in the current directory. Otherwise, search in the current directory and its successive parents for a file so named.