diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-11-13 07:00:30 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-11-13 07:00:30 +0100 |
commit | b4c6ab8cb67be4d5b3e0041981968c6cce4afe89 (patch) | |
tree | 1a18482f77d5efe9d7287faad0d1a52215011a0a /lisp/erc | |
parent | a5008352c43cda13b0a35547ee91f0c889d71d06 (diff) | |
parent | 42d4e24ff3f13ccbd401d93d70ecdee99b88a26d (diff) | |
download | emacs-b4c6ab8cb67be4d5b3e0041981968c6cce4afe89.tar.gz emacs-b4c6ab8cb67be4d5b3e0041981968c6cce4afe89.tar.bz2 emacs-b4c6ab8cb67be4d5b3e0041981968c6cce4afe89.zip |
Merge from origin/emacs-28
42d4e24ff3 ; Fix typos
0d0125daae Improve documentation of 'decode-coding-region'
Diffstat (limited to 'lisp/erc')
-rw-r--r-- | lisp/erc/erc-services.el | 2 |
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." Identification will either use NICK or the current nick if not provided, and some password obtained through `erc-nickserv-get-password' (which see). If no password can be -found, an error is reported trough `erc-error'. +found, an error is reported through `erc-error'. Interactively, the user will be prompted for NICK, an empty string meaning to default to the current nick. |