summary refs log tree commit diff
path: root/www
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-03 15:08:17 -0500
committerJune McEnroe <june@causal.agency>2020-12-03 15:08:17 -0500
commit65856757cbf154ee9ad64c7a4b2a5006be49073e (patch)
tree01b1ae1ae90c890a791a0dee099e8a200c564cc6 /www
parentFix missing "to" in "hot tips" (diff)
downloadsrc-65856757cbf154ee9ad64c7a4b2a5006be49073e.tar.gz
src-65856757cbf154ee9ad64c7a4b2a5006be49073e.zip
Note lack of macro expansions in Q(...)
Diffstat (limited to 'www')
-rw-r--r--www/text.causal.agency/013-hot-tips.72
1 files changed, 2 insertions, 0 deletions
diff --git a/www/text.causal.agency/013-hot-tips.7 b/www/text.causal.agency/013-hot-tips.7
index 98cacc8c..63b6e353 100644
--- a/www/text.causal.agency/013-hot-tips.7
+++ b/www/text.causal.agency/013-hot-tips.7
@@ -100,6 +100,8 @@ or HTML fragments in C.
 Anything that happens to be valid C tokens,
 which is most code,
 can be quoted this way.
+Macros are not expanded
+inside the quoted part.
 You can embed (matched) quotes
 without having to escape them.
 Whitespace gets collapsed,
05 11:43:02 -0400'>2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe