diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2009-12-29 19:29:33 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2009-12-29 19:29:33 +0100 |
commit | 3570691b24eadb24088dd904dc85adb30755db85 (patch) | |
tree | 39dc3fccaf8424bd34a08f0abcb7e2ea1d3a97c4 /lisp | |
parent | 26e533e2d9e4c6bdf010d34e9686ee2e6c84a84a (diff) | |
download | emacs-3570691b24eadb24088dd904dc85adb30755db85.tar.gz |
Fix typos in ChangeLogs.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 8 | ||||
-rw-r--r-- | lisp/ChangeLog.7 | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8bcf188a92b..3c59b6ed87c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2470,7 +2470,7 @@ 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. @@ -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)<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. @@ -8524,7 +8524,7 @@ 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) @@ -9327,7 +9327,7 @@ 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'. diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7 index bca4c14c404..6bfb4e308eb 100644 --- a/lisp/ChangeLog.7 +++ b/lisp/ChangeLog.7 @@ -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)<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. |