erc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Erc-commit] [commit][master] Replace `legal' with `valid' in various do


From: mwolson
Subject: [Erc-commit] [commit][master] Replace `legal' with `valid' in various docstrings.
Date: Mon, 24 Mar 2008 00:10:20 -0400

commit fa9f62f35a43e162aa00ea1e16161e3c5110e30a
Author: Michael W. Olson <address@hidden>
Date:   Sun Feb 24 18:00:20 2008 -0600

    Replace `legal' with `valid' in various docstrings.

diff --git a/ChangeLog b/ChangeLog
index 1a0b496..fc230dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
 
        * erc.el (erc-notice-face): Fix this face for Emacs 21 users.
 
+2008-02-05  Juanma Barranquero  <address@hidden>
+
+       * erc.el (erc-valid-nick-regexp):
+       * erc-button.el (erc-button-syntax-table):
+       * erc-match.el (erc-match-syntax-table): Replace `legal' with `valid'.
+
 2008-02-04  Jeremy Maitin-Shepard  <address@hidden>
 
        * erc.el (erc-cmd-QUERY): Bind the value of `erc-auto-query' to
diff --git a/erc-button.el b/erc-button.el
index 7e45c6c..a1e072c 100644
--- a/erc-button.el
+++ b/erc-button.el
@@ -239,7 +239,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
diff --git a/erc-match.el b/erc-match.el
index a98b1d9..3e52558 100644
--- a/erc-match.el
+++ b/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:
diff --git a/erc.el b/erc.el
index 79f743a..40524ab 100644
--- a/erc.el
+++ b/erc.el
@@ -2421,7 +2421,7 @@ If STRING is nil, the function does nothing."
        (setq list (cdr list))))))
 
 (defvar erc-valid-nick-regexp "[]a-zA-Z^[;\\`_{}|][]^[;\\`_{}|a-zA-Z0-9-]*"
-  "Regexp which matches all legal characters in a IRC nickname.")
+  "Regexp which matches all valid characters in a IRC nickname.")
 
 (defun erc-is-valid-nick-p (nick)
   "Check if NICK is a valid IRC nickname."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]