]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix wrong error name in erc-server-908 doc string.
authorF. Jason Park <jp@neverwas.me>
Fri, 3 Mar 2023 07:37:06 +0000 (23:37 -0800)
committerF. Jason Park <jp@neverwas.me>
Fri, 3 Mar 2023 13:33:33 +0000 (05:33 -0800)
* lisp/erc/erc-sasl.el (erc-server-908): Correct well-known name for
908 numeric in doc string.
(erc--register-connection): Fold overlong line.

lisp/erc/erc-sasl.el

index ed91f4122559abce6e8e6ce7ddfe9e36e269467b..9265691c2d7877f21808f190aa97a0a9de967f08 100644 (file)
@@ -405,7 +405,7 @@ This doesn't solicit or validate a suite of supported mechanisms."
   (erc-sasl--destroy proc))
 
 (define-erc-response-handler (908)
-  "Handle a RPL_SASLALREADY response." nil
+  "Handle a RPL_SASLMECHS response." nil
   (erc-display-message parsed '(notice error) 'active 's908
                        ?m (alist-get 'mechanism erc-sasl--options)
                        ?s (string-join (cdr (erc-response.command-args parsed))
@@ -426,7 +426,8 @@ Otherwise, expect it to disappear in subsequent versions.")
         (erc-server-send (if erc-sasl--send-cap-ls "CAP LS" "CAP REQ :sasl"))
         (let ((erc-session-password
                (and erc-session-password
-                    (not (eq :password (alist-get 'password erc-sasl--options)))
+                    (not (eq :password
+                             (alist-get 'password erc-sasl--options)))
                     erc-session-password))
               (erc-session-username
                ;; The username may contain a colon or a space