diff options
| author | Masatake YAMATO | 2005-05-12 05:29:57 +0000 |
|---|---|---|
| committer | Masatake YAMATO | 2005-05-12 05:29:57 +0000 |
| commit | 218cf475f59c3cd89e82d71b84b1d0cde88273b1 (patch) | |
| tree | e13363b127ebc0f935fc198653454614f8f16e32 | |
| parent | 913d55fe7f6090b4ace4d910c397086607e4e878 (diff) | |
| download | emacs-218cf475f59c3cd89e82d71b84b1d0cde88273b1.tar.gz emacs-218cf475f59c3cd89e82d71b84b1d0cde88273b1.zip | |
(find-change-log): Fix typos in the docstring of function.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/add-log.el | 4 |
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 @@ | |||
| 1 | 2005-05-12 Masatake YAMATO <jet@gyve.org> | ||
| 2 | |||
| 3 | * add-log.el (find-change-log): Fix typos in the docstring | ||
| 4 | of function. | ||
| 5 | |||
| 1 | 2005-05-11 Arne J,Ax(Brgensen <arne@arnested.dk> | 6 | 2005-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 | ||
| 376 | Optional arg FILE-NAME specifies the file to use. | 376 | Optional arg FILE-NAME specifies the file to use. |
| 377 | If FILE-NAME is nil, use the value of `change-log-default-name'. | 377 | If FILE-NAME is nil, use the value of `change-log-default-name'. |
| 378 | If 'change-log-default-name' is nil, behave as though it were 'ChangeLog' | 378 | If `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 | ||
| 381 | If 'change-log-default-name' contains a leading directory component, then | 381 | If `change-log-default-name' contains a leading directory component, then |
| 382 | simply find it in the current directory. Otherwise, search in the current | 382 | simply find it in the current directory. Otherwise, search in the current |
| 383 | directory and its successive parents for a file so named. | 383 | directory and its successive parents for a file so named. |
| 384 | 384 | ||