erc-commit
[Top][All Lists]
Advanced

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

[Erc-commit] [commit][emacs22] Fix typo in url-irc-function instructions


From: mwolson
Subject: [Erc-commit] [commit][emacs22] Fix typo in url-irc-function instructions
Date: Sun, 14 Oct 2007 00:48:39 -0400

commit 66b924fbfaeeaf6793faf7d25befc79dd39f6e0c
Author: Michael Olson <address@hidden>
Date:   Wed Jan 10 02:40:28 2007 +0000

    Fix typo in url-irc-function instructions
    
    
    git-archimport-id: address@hidden/erc--main--0--patch-80

diff --git a/ChangeLog b/ChangeLog
index ade1625..4d6fe93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-01-10  Michael Olson  <address@hidden>
+
+       * erc.el: Fix typo in url-irc-function instructions.
+
 2007-01-09  Michael Olson  <address@hidden>
 
        * erc.el (erc-system-name): New option that determines the system
diff --git a/erc.el b/erc.el
index 69fdc83..eea5064 100644
--- a/erc.el
+++ b/erc.el
@@ -6242,7 +6242,7 @@ This function should be on `erc-kill-channel-hook'."
        (erc-response.command vect)))
 
 ;; Teach url.el how to open irc:// URLs with ERC.
-;; To activate, customize `url-irc-function' to `url-irc-erc'.
+;; To activate, customize `url-irc-function' to `erc-handle-irc-url'.
 
 ;;;###autoload
 (defun erc-handle-irc-url (host port channel user password)




reply via email to

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