emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r117602: * erc/erc-track.el: Docstring fixes.


From: Stefan Monnier
Subject: [Emacs-diffs] emacs-24 r117602: * erc/erc-track.el: Docstring fixes.
Date: Mon, 20 Oct 2014 22:14:24 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117602
revision-id: address@hidden
parent: address@hidden
committer: Stefan Monnier <address@hidden>
branch nick: emacs-24
timestamp: Mon 2014-10-20 18:14:21 -0400
message:
  * erc/erc-track.el: Docstring fixes.
modified:
  lisp/erc/erc-track.el          
erctrack.el-20091113204419-o5vbwnq5f7feedwu-4342
=== modified file 'lisp/erc/erc-track.el'
--- a/lisp/erc/erc-track.el     2014-09-24 17:31:59 +0000
+++ b/lisp/erc/erc-track.el     2014-10-20 22:14:21 +0000
@@ -265,9 +265,7 @@
           (erc-track-add-to-mode-line val))))
 
 (defun erc-modified-channels-object (strings)
-  "Generate a new `erc-modified-channels-object' based on STRINGS.
-If STRINGS is nil, we initialize `erc-modified-channels-object' to
-an appropriate initial value for this flavor of Emacs."
+  "Generate a new `erc-modified-channels-object' based on STRINGS."
   (if strings
       (if (featurep 'xemacs)
          (let ((e-m-c-s '("[")))
@@ -743,7 +741,7 @@
 (defvar erc-modified-channels-update-inside nil
   "Variable to prevent running `erc-modified-channels-update' multiple
 times.  Without it, you cannot debug `erc-modified-channels-display',
-because the debugger also cases changes to the window-configuration.")
+because the debugger also causes changes to the window-configuration.")
 
 (defun erc-modified-channels-update (&rest _args)
   "This function updates the information in `erc-modified-channels-alist'


reply via email to

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