aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasatake YAMATO2005-05-12 05:29:57 +0000
committerMasatake YAMATO2005-05-12 05:29:57 +0000
commit218cf475f59c3cd89e82d71b84b1d0cde88273b1 (patch)
treee13363b127ebc0f935fc198653454614f8f16e32
parent913d55fe7f6090b4ace4d910c397086607e4e878 (diff)
downloademacs-218cf475f59c3cd89e82d71b84b1d0cde88273b1.tar.gz
emacs-218cf475f59c3cd89e82d71b84b1d0cde88273b1.zip
(find-change-log): Fix typos in the docstring of function.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/add-log.el4
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7c8ec531cb6..669bcdd9540 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12005-05-12 Masatake YAMATO <jet@gyve.org>
2
3 * add-log.el (find-change-log): Fix typos in the docstring
4 of function.
5
12005-05-11 Arne J,Ax(Brgensen <arne@arnested.dk> 62005-05-11 Arne J,Ax(Brgensen <arne@arnested.dk>
2 7
3 * international/latexenc.el (latexenc-find-file-coding-system): 8 * 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'."
375 375
376Optional arg FILE-NAME specifies the file to use. 376Optional arg FILE-NAME specifies the file to use.
377If FILE-NAME is nil, use the value of `change-log-default-name'. 377If FILE-NAME is nil, use the value of `change-log-default-name'.
378If 'change-log-default-name' is nil, behave as though it were 'ChangeLog' 378If `change-log-default-name' is nil, behave as though it were 'ChangeLog'
379\(or whatever we use on this operating system). 379\(or whatever we use on this operating system).
380 380
381If 'change-log-default-name' contains a leading directory component, then 381If `change-log-default-name' contains a leading directory component, then
382simply find it in the current directory. Otherwise, search in the current 382simply find it in the current directory. Otherwise, search in the current
383directory and its successive parents for a file so named. 383directory and its successive parents for a file so named.
384 384