summaryrefslogtreecommitdiff
path: root/lisp/erc/erc-ezbounce.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-12-10 23:45:53 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-12-10 23:45:53 +0000
commit1bcdbb7855e77b387a450440572cfb1dd54e25f3 (patch)
treed1c3faefac3fa5c7037e220e0d780e1bf6cf3c49 /lisp/erc/erc-ezbounce.el
parent671c46813622c22810b424c189c6a6987eecf2f5 (diff)
downloademacs-1bcdbb7855e77b387a450440572cfb1dd54e25f3.tar.gz
(erc-ezb-init-session-list): Doc fix.
Diffstat (limited to 'lisp/erc/erc-ezbounce.el')
-rw-r--r--lisp/erc/erc-ezbounce.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/erc/erc-ezbounce.el b/lisp/erc/erc-ezbounce.el
index d04fe782f7e..ea5afcabcbe 100644
--- a/lisp/erc/erc-ezbounce.el
+++ b/lisp/erc/erc-ezbounce.el
@@ -126,7 +126,7 @@ in the alist is `nil', prompt for the appropriate values."
;;;###autoload
(defun erc-ezb-init-session-list (message)
- "Reset the EZBounce session list to NIL."
+ "Reset the EZBounce session list to nil."
(setq erc-ezb-session-list nil)
(setq erc-ezb-inside-session-listing t))
@@ -134,7 +134,7 @@ in the alist is `nil', prompt for the appropriate values."
(defun erc-ezb-end-of-session-list (message)
"Indicate the end of the EZBounce session listing."
(setq erc-ezb-inside-session-listing nil))
-
+
;;;###autoload
(defun erc-ezb-add-session (message)
"Add an EZBounce session to the session list."
@@ -157,7 +157,7 @@ in the alist is `nil', prompt for the appropriate values."
(read-from-minibuffer "IRC port: "
(erc-port-to-string "6667")))))
(erc-server-send (format "CONN %s %s" server port)))))
-
+
;;;###autoload
(defun erc-ezb-select-session ()
@@ -173,7 +173,7 @@ in the alist is `nil', prompt for the appropriate values."
(defun erc-ezb-initialize ()
"Add EZBouncer convenience functions to ERC."
(add-hook 'erc-server-NOTICE-functions 'erc-ezb-notice-autodetect))
-
+
(provide 'erc-ezbounce)
;; arch-tag: e972aa7b-a9f4-4d16-a489-074ec7a1002e