aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc
diff options
context:
space:
mode:
authorJuanma Barranquero2008-02-05 12:48:48 +0000
committerJuanma Barranquero2008-02-05 12:48:48 +0000
commitdfa0b1fc0104b64b595f6cbbc4be892f47a2642f (patch)
tree00b57af49fb1005d7a9a97c501d911f5b43d01c4 /lisp/erc
parent64ef5f3924eb1632829a20c9f69362bede6fc485 (diff)
downloademacs-dfa0b1fc0104b64b595f6cbbc4be892f47a2642f.tar.gz
emacs-dfa0b1fc0104b64b595f6cbbc4be892f47a2642f.zip
(erc-button-syntax-table): Replace `legal' with `valid'.
Diffstat (limited to 'lisp/erc')
-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