erc-commit
[Top][All Lists]
Advanced

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

[Erc-commit] [commit][emacs22] Docfixes


From: mwolson
Subject: [Erc-commit] [commit][emacs22] Docfixes
Date: Sun, 14 Oct 2007 00:48:50 -0400

commit fb843b631cb5fa3909483572fcc780081022f9b2
Author: Michael Olson <address@hidden>
Date:   Sat Mar 3 03:38:49 2007 +0000

    Docfixes
    
    2007-03-03  Michael Olson  <address@hidden>
    
        * erc.el (erc-open, erc): Docfixes.
    git-archimport-id: address@hidden/erc--main--0--patch-116

diff --git a/ChangeLog b/ChangeLog
index a180af1..31ca040 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-03  Michael Olson  <address@hidden>
+
+       * erc.el (erc-open, erc): Docfixes.
+
 2007-03-02  Michael Olson  <address@hidden>
 
        * FOR-RELEASE: Make section for 5.3 release and move erc-backend
diff --git a/erc.el b/erc.el
index 8e35cc7..a97a91d 100644
--- a/erc.el
+++ b/erc.el
@@ -1905,9 +1905,7 @@ removed from the list will be disabled."
 
 (defun erc-open (&optional server port nick full-name
                           connect passwd tgt-list channel process)
-  "ERC is a powerful, modular, and extensible IRC client.
-
-Connect to SERVER on PORT as NICK with FULL-NAME.
+  "Connect to SERVER on PORT as NICK with FULL-NAME.
 
 If CONNECT is non-nil, connect to the server.  Otherwise assume
 already connected and just create a separate buffer for the new
@@ -2121,8 +2119,12 @@ functions in here get called with the parameters SERVER 
and NICK."
                  (nick   (erc-compute-nick))
                  password
                  (full-name (erc-compute-full-name)))
-  "Select connection parameters and run ERC.
-Non-interactively, it takes keyword arguments
+  "ERC is a powerful, modular, and extensible IRC client.
+This function is the main entry point for ERC.
+
+It permits you to select connection parameters, and then starts ERC.
+
+Non-interactively, it takes the keyword arguments
    (server (erc-compute-server))
    (port   (erc-compute-port))
    (nick   (erc-compute-nick))
@@ -2133,7 +2135,7 @@ That is, if called with
 
    (erc :server \"irc.freenode.net\" :full-name \"Harry S Truman\")
 
-server and full-name will be set to those values, whereas
+then the server and full-name will be set to those values, whereas
 `erc-compute-port', `erc-compute-nick' and `erc-compute-full-name' will
 be invoked for the values of the other parameters."
   (interactive (erc-select-read-args))




reply via email to

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