Index: docs/ref/templates/builtins.txt
===================================================================
--- docs/ref/templates/builtins.txt	(revision 13185)
+++ docs/ref/templates/builtins.txt	(working copy)
@@ -1687,7 +1687,7 @@
 
     If you are chaining filters, a filter applied after ``safe`` can
     make the contents unsafe again. For example, the following code
-    prints the variable as is, unescaped:
+    prints the variable HTML-escaped instead of safe-string-escaped:
 
     .. code-block:: html+django
 
