# HG changeset patch # User Juanma Barranquero # Date 1262111373 -3600 # Node ID 598bffb4b64e4095118a11f287db588f4c11f813 # Parent d937917bda79016c0b64af1c4808e2ad84cf19e0 Fix typos in ChangeLogs. diff -r d937917bda79 -r 598bffb4b64e lisp/ChangeLog --- a/lisp/ChangeLog Tue Dec 29 13:06:16 2009 -0500 +++ b/lisp/ChangeLog Tue Dec 29 19:29:33 2009 +0100 @@ -2470,7 +2470,7 @@ 2009-11-11 Juri Linkov - * simple.el (dired-get-filename): + * simple.el (dired-get-filename) : Tell the byte-compiler about dired-get-filename. (shell-command): In Dired mode, get filename from the current line as the default value. @@ -8493,7 +8493,7 @@ (hack-local-variables-filter): If variable is not dir-local, i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist', because file-local overrides dir-local. - (c-postprocess-file-styles): + (c-postprocess-file-styles) : Remove obsolete declaration. (hack-dir-local-variables): Add dir-local variable/value pair to `dir-local-variables-alist' and remove duplicates. Doc fix. @@ -8524,7 +8524,7 @@ 2009-07-18 Juri Linkov * info.el: Virtual Info keyword finder. - (add-to-list): Add "\\`\\*Finder.*\\*\\'". + (add-to-list) : Add "\\`\\*Finder.*\\*\\'". (Info-finder-file): New variable. (Info-finder-find-file): New function. (finder-known-keywords, finder-package-info) @@ -9327,7 +9327,7 @@ 2009-06-25 Agustín Martín * textmodes/ispell.el: Add `ispell-looking-back' XEmacs - compatibility function for `looking-back'. + compatibility function for `looking-back'. * textmodes/flyspell.el (sgml-mode-flyspell-verify): Use `ispell-looking-back'. diff -r d937917bda79 -r 598bffb4b64e lisp/ChangeLog.7 --- a/lisp/ChangeLog.7 Tue Dec 29 13:06:16 2009 -0500 +++ b/lisp/ChangeLog.7 Tue Dec 29 19:29:33 2009 +0100 @@ -1428,7 +1428,7 @@ (texi-format-region): Always tagify. (texi2info): Always tagify. (texinfo-anchor): Add @anchor command as place to which - a cross reference may go. + a cross reference may go. (texinfo-no-refill-regexp): Add smalldisplay, smallformat. (texinfo-format-uref): New command: @uref. (texinfo-format-var): New command: @acronym. @@ -18746,10 +18746,10 @@ (sgml-value): Doc added. (sgml-value): Square brackets removed from prompt. (html-tag-alist): New variable 1-7, variable `list' changed. - (html-tag-alist), : Use new value of `list'. - (html-tag-alist): Fixed (doc of sgml-tag-alist needs fixing). - (html-tag-alist)
    ,
      : Fixed. - (html-tag-alist): Commented out. + (html-tag-alist) , : Use new value of `list'. + (html-tag-alist) : Fixed (doc of sgml-tag-alist needs fixing). + (html-tag-alist)
        ,
          : Fixed. + (html-tag-alist) : Commented out. * skeleton.el (define-skeleton): Doc fix.