aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc
diff options
context:
space:
mode:
authorMiles Bader2007-08-13 13:41:28 +0000
committerMiles Bader2007-08-13 13:41:28 +0000
commit37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53 (patch)
tree7fb68e80f66e55100c48b9751cf70c74af2d4bf1 /lisp/erc
parent031b6333283be57d971e557b83da31c6be937b0a (diff)
parent9d2db4c6637fe37d75f947063bcb2ecce319a1bc (diff)
downloademacs-37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53.tar.gz
emacs-37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53.zip
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
Diffstat (limited to 'lisp/erc')
-rw-r--r--lisp/erc/ChangeLog4
-rw-r--r--lisp/erc/erc-log.el2
-rw-r--r--lisp/erc/erc.el12
3 files changed, 11 insertions, 7 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog
index a5b2a8100a8..43f4c230d14 100644
--- a/lisp/erc/ChangeLog
+++ b/lisp/erc/ChangeLog
@@ -1,3 +1,7 @@
12007-08-08 Glenn Morris <rgm@gnu.org>
2
3 * erc-log.el, erc.el: Replace `iff' in doc-strings and comments.
4
12007-07-30 Michael Olson <mwolson@gnu.org> 52007-07-30 Michael Olson <mwolson@gnu.org>
2 6
3 * erc-nicklist.el: Remove from the Emacs source tree. This file 7 * erc-nicklist.el: Remove from the Emacs source tree. This file
diff --git a/lisp/erc/erc-log.el b/lisp/erc/erc-log.el
index 194f8ae6bf1..88132afae0c 100644
--- a/lisp/erc/erc-log.el
+++ b/lisp/erc/erc-log.el
@@ -261,7 +261,7 @@ The current buffer is given by BUFFER."
261 261
262(defun erc-log-all-but-server-buffers (buffer) 262(defun erc-log-all-but-server-buffers (buffer)
263 "Returns t if logging should be enabled in BUFFER. 263 "Returns t if logging should be enabled in BUFFER.
264Returns nil iff `erc-server-buffer-p' returns t." 264Returns nil if `erc-server-buffer-p' returns t."
265 (save-excursion 265 (save-excursion
266 (save-window-excursion 266 (save-window-excursion
267 (set-buffer buffer) 267 (set-buffer buffer)
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el
index d5a823ac825..c26bdf2a19f 100644
--- a/lisp/erc/erc.el
+++ b/lisp/erc/erc.el
@@ -3958,7 +3958,7 @@ and always returns t."
3958(defun erc-echo-notice-in-target-buffer (s parsed buffer sender) 3958(defun erc-echo-notice-in-target-buffer (s parsed buffer sender)
3959 "Echos a private notice in BUFFER, if BUFFER is non-nil. This 3959 "Echos a private notice in BUFFER, if BUFFER is non-nil. This
3960function is designed to be added to either `erc-echo-notice-hook' 3960function is designed to be added to either `erc-echo-notice-hook'
3961or `erc-echo-notice-always-hook', and returns non-nil iff BUFFER 3961or `erc-echo-notice-always-hook', and returns non-nil if BUFFER
3962is non-nil." 3962is non-nil."
3963 (if buffer 3963 (if buffer
3964 (progn (erc-display-message parsed nil buffer s) t) 3964 (progn (erc-display-message parsed nil buffer s) t)
@@ -3982,7 +3982,7 @@ designed to be added to either `erc-echo-notice-hook' or
3982 "Echos a private notice in the active buffer if the active 3982 "Echos a private notice in the active buffer if the active
3983buffer is not the server buffer. This function is designed to be 3983buffer is not the server buffer. This function is designed to be
3984added to either `erc-echo-notice-hook' or 3984added to either `erc-echo-notice-hook' or
3985`erc-echo-notice-always-hook', and returns non-nil iff the active 3985`erc-echo-notice-always-hook', and returns non-nil if the active
3986buffer is not the server buffer." 3986buffer is not the server buffer."
3987 (if (not (eq (erc-server-buffer) (erc-active-buffer))) 3987 (if (not (eq (erc-server-buffer) (erc-active-buffer)))
3988 (progn (erc-display-message parsed nil 'active s) t) 3988 (progn (erc-display-message parsed nil 'active s) t)
@@ -3999,7 +3999,7 @@ designed to be added to either `erc-echo-notice-hook' or
3999 "Echos a private notice in all of the buffers for which SENDER 3999 "Echos a private notice in all of the buffers for which SENDER
4000is a member. This function is designed to be added to either 4000is a member. This function is designed to be added to either
4001`erc-echo-notice-hook' or `erc-echo-notice-always-hook', and 4001`erc-echo-notice-hook' or `erc-echo-notice-always-hook', and
4002returns non-nil iff there is at least one buffer for which the 4002returns non-nil if there is at least one buffer for which the
4003sender is a member. 4003sender is a member.
4004 4004
4005See also: `erc-echo-notice-in-first-user-buffer', 4005See also: `erc-echo-notice-in-first-user-buffer',
@@ -4013,7 +4013,7 @@ See also: `erc-echo-notice-in-first-user-buffer',
4013 "Echos a private notice in BUFFER and in all of the buffers for 4013 "Echos a private notice in BUFFER and in all of the buffers for
4014which SENDER is a member. This function is designed to be added 4014which SENDER is a member. This function is designed to be added
4015to either `erc-echo-notice-hook' or 4015to either `erc-echo-notice-hook' or
4016`erc-echo-notice-always-hook', and returns non-nil iff there is 4016`erc-echo-notice-always-hook', and returns non-nil if there is
4017at least one buffer for which the sender is a member or the 4017at least one buffer for which the sender is a member or the
4018default target. 4018default target.
4019 4019
@@ -4029,7 +4029,7 @@ See also: `erc-echo-notice-in-user-buffers',
4029 "Echos a private notice in one of the buffers for which SENDER 4029 "Echos a private notice in one of the buffers for which SENDER
4030is a member. This function is designed to be added to either 4030is a member. This function is designed to be added to either
4031`erc-echo-notice-hook' or `erc-echo-notice-always-hook', and 4031`erc-echo-notice-hook' or `erc-echo-notice-always-hook', and
4032returns non-nil iff there is at least one buffer for which the 4032returns non-nil if there is at least one buffer for which the
4033sender is a member. 4033sender is a member.
4034 4034
4035See also: `erc-echo-notice-in-user-buffers', 4035See also: `erc-echo-notice-in-user-buffers',
@@ -4938,7 +4938,7 @@ Specifically, return the position of `erc-insert-marker'."
4938(defun erc-send-input (input) 4938(defun erc-send-input (input)
4939 "Treat INPUT as typed in by the user. It is assumed that the input 4939 "Treat INPUT as typed in by the user. It is assumed that the input
4940and the prompt is already deleted. 4940and the prompt is already deleted.
4941This returns non-nil only iff we actually send anything." 4941This returns non-nil only if we actually send anything."
4942 ;; Handle different kinds of inputs 4942 ;; Handle different kinds of inputs
4943 (cond 4943 (cond
4944 ;; Ignore empty input 4944 ;; Ignore empty input