summaryrefslogtreecommitdiff
path: root/lisp/ansi-color.el
diff options
context:
space:
mode:
authorXue Fuqiao <xfq.free@gmail.com>2013-07-24 11:49:24 +0800
committerXue Fuqiao <xfq.free@gmail.com>2013-07-24 11:49:24 +0800
commit73600831f34b22ea82c02b2f2005c1ab6004f39c (patch)
treee5e1a07c9445d1be60807cdb1efbcb1ed5dc0b60 /lisp/ansi-color.el
parent1813e115ce75df597c45d3c4b5a6520fec5239d3 (diff)
downloademacs-73600831f34b22ea82c02b2f2005c1ab6004f39c.tar.gz
* lisp/ansi-color.el: Fix old URL.
Diffstat (limited to 'lisp/ansi-color.el')
-rw-r--r--lisp/ansi-color.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/ansi-color.el b/lisp/ansi-color.el
index bbe44f9b20b..105352117b7 100644
--- a/lisp/ansi-color.el
+++ b/lisp/ansi-color.el
@@ -40,11 +40,11 @@
;;
;; SGR control sequences are defined in section 3.8.117 of the ECMA-48
;; standard (identical to ISO/IEC 6429), which is freely available as a
-;; PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>. The
-;; "Graphic Rendition Combination Mode (GRCM)" implemented is
-;; "cumulative mode" as defined in section 7.2.8. Cumulative mode means
-;; that whenever possible, SGR control sequences are combined (ie. blue
-;; and bold).
+;; PDF file <URL:http://www.ecma-international.org/publications/standards/Ecma-048.htm>.
+;; The "Graphic Rendition Combination Mode (GRCM)" implemented is
+;; "cumulative mode" as defined in section 7.2.8. Cumulative mode
+;; means that whenever possible, SGR control sequences are combined
+;; (ie. blue and bold).
;; The basic functions are:
;;