Mercurial > emacs
changeset 97218:2fdf2f16d0d4
Fix typos.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 01 Aug 2008 23:43:59 +0000 |
parents | f0079131098b |
children | c7664674e915 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Aug 01 23:40:13 2008 +0000 +++ b/lisp/ChangeLog Fri Aug 01 23:43:59 2008 +0000 @@ -10,11 +10,10 @@ (xesam-dbus-unique-names): New defvar. (xesam-dbus-call-method): New defun. Replace all calls of `dbus-call-method' by `xesam-dbus-call-method'. - (xesam-get-cached-property, xesam-set-cached-property): New - defuns. + (xesam-get-cached-property, xesam-set-cached-property): + New defuns. (xesam-get-property, xesam-set-property, xesam-refresh-entry) - (xesam-new-search, xesam-search): Apply - `xesam-get-cached-property'. + (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'. (xesam-search-engines): Make it an association list. Take changed layout into account in the corresponding function. (xesam-delete-search-engine): Remove check for consistency of @@ -23,7 +22,7 @@ 2008-07-31 Juanma Barranquero <lekktu@gmail.com> - * files.el (read-file-modes): Fix tpo in docstring. + * files.el (read-file-modes): Fix typo in docstring. 2008-07-31 Chong Yidong <cyd@stupidchicken.com> @@ -37,8 +36,8 @@ * button.el (forward-button): Avoid infloop. - * minibuffer.el (read-file-name-completion-ignore-case): Add - cygwin to the list. + * minibuffer.el (read-file-name-completion-ignore-case): + Add cygwin to the list. 2008-07-31 Sven Joachim <svenjoac@gmx.de>