summaryrefslogtreecommitdiff
path: root/lisp/subr.el
diff options
context:
space:
mode:
authorVinicius Jose Latorre <viniciusjl@ig.com.br>2006-09-20 20:46:33 +0000
committerVinicius Jose Latorre <viniciusjl@ig.com.br>2006-09-20 20:46:33 +0000
commit0aad54a5a0a89c07ed00ab7d4bb8da93705aea7f (patch)
tree11ce30e808f52587264c0ba9dd43e8c26163300f /lisp/subr.el
parent502ca00a6b02697c6e7c1ce057ebbd59c4b1c01c (diff)
downloademacs-0aad54a5a0a89c07ed00ab7d4bb8da93705aea7f.tar.gz
Adjust comment
Diffstat (limited to 'lisp/subr.el')
-rw-r--r--lisp/subr.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 88af6f08869..daaacaf75a1 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -3106,8 +3106,8 @@ Usually the separator is \".\", but it can be any other string.")
(defvar version-regexp-alist
'(("^[-_+ ]?a\\(lpha\\)?$" . -3)
- ("^[-_+]$" . -3) ; treat "1.2.3-20050920" and "1.2-3" as alpha releases
- ("^[-_+ ]cvs$" . -3) ; treat "1.2.3-CVS" as alpha release
+ ("^[-_+]$" . -3) ; treat "1.2.3-20050920" and "1.2-3" as alpha releases
+ ("^[-_+ ]cvs$" . -3) ; treat "1.2.3-CVS" as alpha release
("^[-_+ ]?b\\(eta\\)?$" . -2)
("^[-_+ ]?\\(pre\\|rc\\)$" . -1))
"*Specify association between non-numeric version part and a priority.