aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc
diff options
context:
space:
mode:
authorStefan Kangas2021-11-12 13:50:55 +0100
committerStefan Kangas2021-11-12 13:59:58 +0100
commit42d4e24ff3f13ccbd401d93d70ecdee99b88a26d (patch)
treeaeef828e8a85139d1fcebabc85b2a07bce4b2229 /lisp/erc
parent0d0125daaeb77af5aa6091059ff6d0c1ce9f6cff (diff)
downloademacs-42d4e24ff3f13ccbd401d93d70ecdee99b88a26d.tar.gz
emacs-42d4e24ff3f13ccbd401d93d70ecdee99b88a26d.zip
; Fix typos
Diffstat (limited to 'lisp/erc')
-rw-r--r--lisp/erc/erc-services.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc-services.el b/lisp/erc/erc-services.el
index adb3f521cdd..5e4cef5253a 100644
--- a/lisp/erc/erc-services.el
+++ b/lisp/erc/erc-services.el
@@ -492,7 +492,7 @@ Returns t if the message could be sent, nil otherwise."
492Identification will either use NICK or the current nick if not 492Identification will either use NICK or the current nick if not
493provided, and some password obtained through 493provided, and some password obtained through
494`erc-nickserv-get-password' (which see). If no password can be 494`erc-nickserv-get-password' (which see). If no password can be
495found, an error is reported trough `erc-error'. 495found, an error is reported through `erc-error'.
496 496
497Interactively, the user will be prompted for NICK, an empty 497Interactively, the user will be prompted for NICK, an empty
498string meaning to default to the current nick. 498string meaning to default to the current nick.