diff options
| author | Stefan Kangas | 2023-12-10 14:05:34 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2023-12-10 14:06:45 +0100 |
| commit | 7d283ca1a32d1005ab3b7986692d91ee071ebde7 (patch) | |
| tree | 5475f9efe7039e247c12b6d6c20c7272ea9b302f /lisp/erc | |
| parent | 06a12b0cccbda419752f3388346be7d302ebcbeb (diff) | |
| download | emacs-7d283ca1a32d1005ab3b7986692d91ee071ebde7.tar.gz emacs-7d283ca1a32d1005ab3b7986692d91ee071ebde7.zip | |
; Fix a few more typos
Diffstat (limited to 'lisp/erc')
| -rw-r--r-- | lisp/erc/erc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index 616129bf780..62fdc0ad6e8 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el | |||
| @@ -2189,7 +2189,7 @@ removed from the list will be disabled." | |||
| 2189 | move-to-prompt) | 2189 | move-to-prompt) |
| 2190 | (const :tag "netsplit: Detect netsplits" netsplit) | 2190 | (const :tag "netsplit: Detect netsplits" netsplit) |
| 2191 | (const :tag "networks: Provide data about IRC networks" networks) | 2191 | (const :tag "networks: Provide data about IRC networks" networks) |
| 2192 | (const :tag "nickbar: Show nicknames in a dyamic side window" nickbar) | 2192 | (const :tag "nickbar: Show nicknames in a dynamic side window" nickbar) |
| 2193 | (const :tag "nicks: Uniquely colorize nicknames in target buffers" nicks) | 2193 | (const :tag "nicks: Uniquely colorize nicknames in target buffers" nicks) |
| 2194 | (const :tag "noncommands: Deprecated. See module `command-indicator'." | 2194 | (const :tag "noncommands: Deprecated. See module `command-indicator'." |
| 2195 | noncommands) | 2195 | noncommands) |