diff options
| author | Stefan Kangas | 2021-11-12 13:50:55 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2021-11-12 13:59:58 +0100 |
| commit | 42d4e24ff3f13ccbd401d93d70ecdee99b88a26d (patch) | |
| tree | aeef828e8a85139d1fcebabc85b2a07bce4b2229 /lisp/erc | |
| parent | 0d0125daaeb77af5aa6091059ff6d0c1ce9f6cff (diff) | |
| download | emacs-42d4e24ff3f13ccbd401d93d70ecdee99b88a26d.tar.gz emacs-42d4e24ff3f13ccbd401d93d70ecdee99b88a26d.zip | |
; Fix typos
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." | |||
| 492 | Identification will either use NICK or the current nick if not | 492 | Identification will either use NICK or the current nick if not |
| 493 | provided, and some password obtained through | 493 | provided, 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 |
| 495 | found, an error is reported trough `erc-error'. | 495 | found, an error is reported through `erc-error'. |
| 496 | 496 | ||
| 497 | Interactively, the user will be prompted for NICK, an empty | 497 | Interactively, the user will be prompted for NICK, an empty |
| 498 | string meaning to default to the current nick. | 498 | string meaning to default to the current nick. |