# HG changeset patch # User Masatake YAMATO # Date 1115875797 0 # Node ID 5c40be16225d6ed193a285180427707c791fe877 # Parent 0592fa6c5b5cf98508e1ceccd7adf67298b21de9 (find-change-log): Fix typos in the docstring of function. diff -r 0592fa6c5b5c -r 5c40be16225d lisp/ChangeLog --- 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 + + * add-log.el (find-change-log): Fix typos in the docstring + of function. + 2005-05-11 Arne J,Ax(Brgensen * international/latexenc.el (latexenc-find-file-coding-system): diff -r 0592fa6c5b5c -r 5c40be16225d lisp/add-log.el --- 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.