Update docstring for how to hide offline contacts permanently

This commit is contained in:
Magnus Henoch 2012-09-16 19:28:51 +01:00
parent 58cc4ecc28
commit c05eefdf5f
1 changed files with 2 additions and 1 deletions

View File

@ -498,7 +498,8 @@ such.")
buddies))
(defun jabber-roster-toggle-offline-display ()
"Toggle display of offline contacts."
"Toggle display of offline contacts.
To change this permanently, customize the `jabber-show-offline-contacts'."
(interactive)
(setq jabber-show-offline-contacts
(not jabber-show-offline-contacts))