erc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Erc-commit] [commit][emacs22] erc-track: Docfix


From: mwolson
Subject: [Erc-commit] [commit][emacs22] erc-track: Docfix
Date: Sun, 14 Oct 2007 00:49:18 -0400

commit deedec3b6caba241795c36b860311ef00ef6dc0b
Author: Michael W. Olson <address@hidden>
Date:   Sun Sep 16 16:22:36 2007 -0400

    erc-track: Docfix
    
    * erc-track.el (erc-track-switch-direction): Mention
      erc-track-faces-priority-list.  Thanks to Leo for the suggestion.

diff --git a/ChangeLog b/ChangeLog
index 80ab5c1..d96d872 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-16  Michael Olson  <address@hidden>
+
+       * erc-track.el (erc-track-switch-direction): Mention
+       erc-track-faces-priority-list.  Thanks to Leo for the suggestion.
+
 2007-09-11  Exal de Jesus  Garcia Carrillo  <address@hidden>
 
        * erc-sound.el: Fix typo in setting up instructions.
diff --git a/erc-track.el b/erc-track.el
index 5865257..1408adc 100644
--- a/erc-track.el
+++ b/erc-track.el
@@ -285,7 +285,11 @@ when there are no more active channels."
   oldest      -  find oldest active buffer
   newest      -  find newest active buffer
   leastactive -  find buffer with least unseen messages
-  mostactive  -  find buffer with most unseen messages."
+  mostactive  -  find buffer with most unseen messages.
+
+If set to 'importance, the importance is determined by position
+in `erc-track-faces-priority-list', where first is most
+important."
   :group 'erc-track
   :type '(choice (const importance)
                 (const oldest)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]