diff options
author | Glenn Morris <rgm@gnu.org> | 2010-11-02 20:49:04 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-11-02 20:49:04 -0700 |
commit | 537b04b96a8516693acabd5474791f5c77a770d4 (patch) | |
tree | 74411a3837610730fad60042b727c5126844a38b /lisp/net/dbus.el | |
parent | cf503f7c08c73b89485ac3d00af917875ed13b39 (diff) | |
download | emacs-537b04b96a8516693acabd5474791f5c77a770d4.tar.gz |
Don't be so lax with spelling.
* lisp/net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
* doc/misc/ediff.texi (Quick Help Commands, Miscellaneous): Spelling fix.
Diffstat (limited to 'lisp/net/dbus.el')
-rw-r--r-- | lisp/net/dbus.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/net/dbus.el b/lisp/net/dbus.el index 8d9512d6f9f..c9adec5d7b8 100644 --- a/lisp/net/dbus.el +++ b/lisp/net/dbus.el @@ -239,7 +239,7 @@ This handler is applied when a \"NameOwnerChanged\" signal has arrived. SERVICE is the object name for which the name owner has been changed. OLD-OWNER is the previous owner of SERVICE, or the empty string if SERVICE was not owned yet. NEW-OWNER is the new -owner of SERVICE, or the empty string if SERVICE looses any name owner. +owner of SERVICE, or the empty string if SERVICE loses any name owner. usage: (dbus-name-owner-changed-handler service old-owner new-owner)" (save-match-data @@ -1010,5 +1010,4 @@ It will be registered for all objects created by `dbus-register-object'." (provide 'dbus) -;; arch-tag: a47caf84-9162-4811-90cc-5d388e37b9bd ;;; dbus.el ends here |