erc-commit
[Top][All Lists]
Advanced

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

[Erc-commit] [commit][master] erc-track-faces-normal-list: Document that


From: mwolson
Subject: [Erc-commit] [commit][master] erc-track-faces-normal-list: Document that this can be set to nil.
Date: Thu, 24 Jan 2008 19:30:05 -0500

commit a6b42f93a85615b7e2b8f6469c78d2da6f97d63a
Author: Michael W. Olson <address@hidden>
Date:   Thu Jan 24 19:23:39 2008 -0500

    erc-track-faces-normal-list: Document that this can be set to nil.

diff --git a/ChangeLog b/ChangeLog
index 8a483fb..715da24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-25  Michael Olson  <address@hidden>
+
+       * erc-track.el (erc-track-faces-normal-list): Indicate in the
+       docstring that this variable can be set to nil.
+
 2008-01-24  Michael Olson  <address@hidden>
 
        * erc.el: Load erc-networks.el so that functions get access to the
diff --git a/erc-track.el b/erc-track.el
index 9e5307d..360d92c 100644
--- a/erc-track.el
+++ b/erc-track.el
@@ -237,7 +237,9 @@ If a message contains one of the faces in this list, and the
 previous modeline face for this buffer is also in this list, then
 the buffer name will be highlighted using the face from the
 message.  This gives a rough indication that active conversations
-are occurring in these channels."
+are occurring in these channels.
+
+The effect may be disabled by setting this variable to nil."
   :group 'erc-track
   :type '(repeat (choice face
                         (repeat :tag "Combination" face))))




reply via email to

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