]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 1 Aug 2008 23:43:59 +0000 (23:43 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 1 Aug 2008 23:43:59 +0000 (23:43 +0000)
lisp/ChangeLog

index de5d31ed7bb84150fa52951605415bbaff049471..2fb2b5e6fcf38deff5b6955faa35b0f8f0abd8ef 100644 (file)
        (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>