From: Masatake YAMATO Date: Thu, 12 May 2005 05:29:57 +0000 (+0000) Subject: (find-change-log): Fix typos in the docstring of function. X-Git-Tag: ttn-vms-21-2-B4~378 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=218cf475f59c3cd89e82d71b84b1d0cde88273b1;p=emacs.git (find-change-log): Fix typos in the docstring of function. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7c8ec531cb6..669bcdd9540 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/add-log.el b/lisp/add-log.el index 2714df554b8..ab8d60c0c04 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el @@ -375,10 +375,10 @@ nil, by matching `change-log-version-number-regexp-list'." 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.