summaryrefslogtreecommitdiff
path: root/lisp/erc/erc-autoaway.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-09-19 13:21:56 +0200
committerStefan Kangas <stefan@marxist.se>2021-09-19 13:21:56 +0200
commit8772d81966f0b1cec400fd638c5ab809cae91df4 (patch)
tree5114593d392153ddbb4136de052d55158e259f13 /lisp/erc/erc-autoaway.el
parent17e8c342737b01da892528bc76713db6225b41a3 (diff)
downloademacs-8772d81966f0b1cec400fd638c5ab809cae91df4.tar.gz
; Some more docfixes for erc/*.el
Diffstat (limited to 'lisp/erc/erc-autoaway.el')
-rw-r--r--lisp/erc/erc-autoaway.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/erc/erc-autoaway.el b/lisp/erc/erc-autoaway.el
index 857a6864547..f7de61ce797 100644
--- a/lisp/erc/erc-autoaway.el
+++ b/lisp/erc/erc-autoaway.el
@@ -227,8 +227,7 @@ NONE-ALIVE-FUNC is the function to call if no ERC processes are alive."
(when none-alive-func (funcall none-alive-func)))))
(defun erc-autoaway-some-open-server-buffer ()
- "Return some ERC server buffer if its connection is alive and the
-user is not away.
+ "Return some ERC server buffer if its connection is alive and user is not away.
If none is found, return nil."
(car (erc-buffer-list (lambda ()
(and (erc-open-server-buffer-p)