From: Evgenii T. <evg...@us...> - 2008-09-13 11:23:35
|
Update of /cvsroot/emacs-jabber/emacs-jabber In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv17656 Modified Files: jabber.texi Log Message: s/Roster structure/JID symbols/ Index: jabber.texi =================================================================== RCS file: /cvsroot/emacs-jabber/emacs-jabber/jabber.texi,v retrieving revision 1.129 retrieving revision 1.130 diff -u -d -r1.129 -r1.130 --- jabber.texi 12 Sep 2008 23:20:36 -0000 1.129 +++ jabber.texi 13 Sep 2008 11:23:25 -0000 1.130 @@ -1946,7 +1946,7 @@ ) @end example -@var{who} is the JID symbol (@pxref{Roster structure}), +@var{who} is the JID symbol (@pxref{JID symbols}), @var{oldstatus} and @var{newstatus} are the previous and current stati, respectively, and @var{statustext} is the status message if provided, otherwise nil. @@ -1983,7 +1983,7 @@ ) @end example -@var{from} is the JID symbol (@pxref{Roster structure}), @var{buffer} +@var{from} is the JID symbol (@pxref{JID symbols}), @var{buffer} is the buffer where the message is displayed, and @var{text} is the text of the message. |