From 42c28f29df382c5453956e0e66c9dbc0370ba1b7 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 5 Feb 2008 12:50:10 +0000 Subject: [PATCH] (erc-match-syntax-table): Replace `legal' with `valid'. --- lisp/erc/erc-match.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.5