aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2014-10-20 18:14:21 -0400
committerStefan Monnier2014-10-20 18:14:21 -0400
commit9d982156cb1ba6465b53e4722469e475f897385b (patch)
tree7a2d7f7c9ad97fab2786c91a994e28ae040a15dc
parentef65424de8cae00209f6a0974245822602709df3 (diff)
downloademacs-9d982156cb1ba6465b53e4722469e475f897385b.tar.gz
emacs-9d982156cb1ba6465b53e4722469e475f897385b.zip
* erc/erc-track.el: Docstring fixes.
-rw-r--r--lisp/erc/erc-track.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/erc/erc-track.el b/lisp/erc/erc-track.el
index 706cce2fefe..67d41c74e81 100644
--- a/lisp/erc/erc-track.el
+++ b/lisp/erc/erc-track.el
@@ -265,9 +265,7 @@ nil - don't add to mode line."
265 (erc-track-add-to-mode-line val)))) 265 (erc-track-add-to-mode-line val))))
266 266
267(defun erc-modified-channels-object (strings) 267(defun erc-modified-channels-object (strings)
268 "Generate a new `erc-modified-channels-object' based on STRINGS. 268 "Generate a new `erc-modified-channels-object' based on STRINGS."
269If STRINGS is nil, we initialize `erc-modified-channels-object' to
270an appropriate initial value for this flavor of Emacs."
271 (if strings 269 (if strings
272 (if (featurep 'xemacs) 270 (if (featurep 'xemacs)
273 (let ((e-m-c-s '("["))) 271 (let ((e-m-c-s '("[")))
@@ -743,7 +741,7 @@ only consider active buffers visible.")
743(defvar erc-modified-channels-update-inside nil 741(defvar erc-modified-channels-update-inside nil
744 "Variable to prevent running `erc-modified-channels-update' multiple 742 "Variable to prevent running `erc-modified-channels-update' multiple
745times. Without it, you cannot debug `erc-modified-channels-display', 743times. Without it, you cannot debug `erc-modified-channels-display',
746because the debugger also cases changes to the window-configuration.") 744because the debugger also causes changes to the window-configuration.")
747 745
748(defun erc-modified-channels-update (&rest _args) 746(defun erc-modified-channels-update (&rest _args)
749 "This function updates the information in `erc-modified-channels-alist' 747 "This function updates the information in `erc-modified-channels-alist'