aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/erc/erc-button.el2
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.
243This syntax table should make all the legal nick characters word 243This syntax table should make all the valid nick characters word
244constituents.") 244constituents.")
245 245
246(defvar erc-button-keys-added nil 246(defvar erc-button-keys-added nil