diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-02-05 12:50:10 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-02-05 12:50:10 +0000 |
commit | 42c28f29df382c5453956e0e66c9dbc0370ba1b7 (patch) | |
tree | 25dafe225e306d7cd91c93cb9e65cdecfc196d53 /lisp/erc | |
parent | dfa0b1fc0104b64b595f6cbbc4be892f47a2642f (diff) | |
download | emacs-42c28f29df382c5453956e0e66c9dbc0370ba1b7.tar.gz |
(erc-match-syntax-table): Replace `legal' with `valid'.
Diffstat (limited to 'lisp/erc')
-rw-r--r-- | lisp/erc/erc-match.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc-match.el b/lisp/erc/erc-match.el index c0efeef3d8f..97d421e50d8 100644 --- a/lisp/erc/erc-match.el +++ b/lisp/erc/erc-match.el @@ -256,7 +256,7 @@ current-nick, keyword, pal, dangerous-host, fool" (modify-syntax-entry ?\\ "w" table) table) "Syntax table used when highlighting messages. -This syntax table should make all the legal nick characters word +This syntax table should make all the valid nick characters word constituents.") ;; Faces: |