diff options
| -rw-r--r-- | lisp/erc/erc-button.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc-button.el b/lisp/erc/erc-button.el index 426139cd80e..249715f2674 100644 --- a/lisp/erc/erc-button.el +++ b/lisp/erc/erc-button.el | |||
| @@ -240,7 +240,7 @@ PAR is a number of a regexp grouping whose text will be passed to | |||
| 240 | (modify-syntax-entry ?\\ "w" table) | 240 | (modify-syntax-entry ?\\ "w" table) |
| 241 | table) | 241 | table) |
| 242 | "Syntax table used when buttonizing messages. | 242 | "Syntax table used when buttonizing messages. |
| 243 | This syntax table should make all the legal nick characters word | 243 | This syntax table should make all the valid nick characters word |
| 244 | constituents.") | 244 | constituents.") |
| 245 | 245 | ||
| 246 | (defvar erc-button-keys-added nil | 246 | (defvar erc-button-keys-added nil |