]> git.eshelyaron.com Git - emacs.git/commitdiff
(find-change-log): Fix typos in the docstring of function.
authorMasatake YAMATO <jet@gyve.org>
Thu, 12 May 2005 05:29:57 +0000 (05:29 +0000)
committerMasatake YAMATO <jet@gyve.org>
Thu, 12 May 2005 05:29:57 +0000 (05:29 +0000)
lisp/ChangeLog
lisp/add-log.el

index 7c8ec531cb6910daa70d092ee166e3d0a26c9934..669bcdd95409fbd36011e55190ddda5f1ed9f5dd 100644 (file)
@@ -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\e,Ax\e(Brgensen  <arne@arnested.dk>
 
        * international/latexenc.el (latexenc-find-file-coding-system):
index 2714df554b88c339784834186aa9a19775eacb4c..ab8d60c0c04e26db826a81d534ec1fa9ed5f0230 100644 (file)
@@ -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.