]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos in ChangeLogs.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 29 Dec 2009 18:29:33 +0000 (19:29 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 29 Dec 2009 18:29:33 +0000 (19:29 +0100)
lisp/ChangeLog
lisp/ChangeLog.7

index 8bcf188a92bc2dd5b6ba19da1d6662fa417b9612..3c59b6ed87ce3b83455ac09f5fc61c125f5336cf 100644 (file)
 
 2009-11-11  Juri Linkov  <juri@jurta.org>
 
-       * simple.el (dired-get-filename)<declare-function>:
+       * simple.el (dired-get-filename) <declare-function>:
        Tell the byte-compiler about dired-get-filename.
        (shell-command): In Dired mode, get filename from the current line
        as the default value.
        (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)<declare-function>:
+       (c-postprocess-file-styles) <declare-function>:
        Remove obsolete declaration.
        (hack-dir-local-variables): Add dir-local variable/value pair to
        `dir-local-variables-alist' and remove duplicates.  Doc fix.
 2009-07-18  Juri Linkov  <juri@jurta.org>
 
        * info.el: Virtual Info keyword finder.
-       (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
+       (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
        (Info-finder-file): New variable.
        (Info-finder-find-file): New function.
        (finder-known-keywords, finder-package-info)
 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
 
        * 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'.
index bca4c14c40455bc133e1267798c6e11dcd519c30..6bfb4e308ebf8f847a0ee1fa8720a4229a7581d7 100644 (file)
        (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.
        (sgml-value): Doc added.
        (sgml-value): Square brackets removed from prompt.
        (html-tag-alist): New variable 1-7, variable `list' changed.
-       (html-tag-alist)<dir>, <menu>: Use new value of `list'.
-       (html-tag-alist)<font>: Fixed (doc of sgml-tag-alist needs fixing).
-       (html-tag-alist)<ol>, <ul>: Fixed.
-       (html-tag-alist)<fn>: Commented out.
+       (html-tag-alist) <dir>, <menu>: Use new value of `list'.
+       (html-tag-alist) <font>: Fixed (doc of sgml-tag-alist needs fixing).
+       (html-tag-alist) <ol>, <ul>: Fixed.
+       (html-tag-alist) <fn>: Commented out.
 
        * skeleton.el (define-skeleton): Doc fix.