diff options
Diffstat (limited to 'lisp/htmlfontify.el')
-rw-r--r-- | lisp/htmlfontify.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el index 791b110bf49..a4c68d329b7 100644 --- a/lisp/htmlfontify.el +++ b/lisp/htmlfontify.el @@ -650,7 +650,7 @@ STYLE is the inline CSS stylesheet (or tag referring to an external sheet)." var even = false; // if arguments are provided to specify the colors - // of the even & odd rows, then use the them; + // of the even & odd rows, then use them; // otherwise use the following defaults: var evenColor = arguments[1] ? arguments[1] : \"#fff\"; var oddColor = arguments[2] ? arguments[2] : \"#ddd\"; |