summaryrefslogtreecommitdiff
path: root/lisp/erc
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-02-05 12:48:48 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-02-05 12:48:48 +0000
commit961db84f54e119aab15b7d353d94c8218cb201a9 (patch)
treec67009fe4771d3ae35a7c88584a2c24bf4f4949d /lisp/erc
parent968e13c6802f8e66cd55cd370ed001dd4c701cc9 (diff)
downloademacs-961db84f54e119aab15b7d353d94c8218cb201a9.tar.gz
(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
(modify-syntax-entry ?\\ "w" table)
table)
"Syntax table used when buttonizing messages.
-This syntax table should make all the legal nick characters word
+This syntax table should make all the valid nick characters word
constituents.")
(defvar erc-button-keys-added nil