From: Magnus H. <leg...@us...> - 2008-06-09 22:47:31
|
Update of /cvsroot/emacs-jabber/emacs-jabber In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv6837 Modified Files: jabber-util.el Log Message: Revision: ma...@fr...--2005/emacs-jabber--cvs-head--0--patch-522 Creator: Magnus Henoch <ma...@fr...> Clarify docstring of jabber-report-success Index: jabber-util.el =================================================================== RCS file: /cvsroot/emacs-jabber/emacs-jabber/jabber-util.el,v retrieving revision 2.57 retrieving revision 2.58 diff -u -d -r2.57 -r2.58 --- jabber-util.el 8 Mar 2008 12:41:16 -0000 2.57 +++ jabber-util.el 9 Jun 2008 22:47:28 -0000 2.58 @@ -408,7 +408,9 @@ (defun jabber-report-success (jc xml-data context) "IQ callback reporting success or failure of the operation. -CONTEXT is a string describing the action." +CONTEXT is a string describing the action. +\"CONTEXT succeeded\" or \"CONTEXT failed: REASON\" is displayed in +the echo area." (let ((type (jabber-xml-get-attribute xml-data 'type))) (message (concat context (if (string= type "result") |