aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 53f99c5..2cfa042 100644
--- a/README.md
+++ b/README.md
@@ -108,8 +108,11 @@ Here are the differences to be aware of:
`escape-string-iso-8859-1`, `escape-string-all`,
`escape-char-minimal`, `escape-char-minimal-plus-quotes`,
`escape-char-iso-8859-1` and `escape-char-all`.
- TL-WHO uses the TXR Lisp standard function `html-encode`,
- which has no options to control its behavior.
+ TL-WHO uses the TXR Lisp standard functions `html-encode`,
+ and `html-encode*`, which have no options to control its behavior.
+ `html-encode` is used internally for escaping material
+ to be inserted into attributes; `html-encode*` is used by `esc`
+ and `fmt`.
* The CL-WHO `conc` function is missing. TXR Lisp has a function
like this, which is called `join`, and that is what is used in TL-WHO.