Emacs treat text as local variable definition, escape text.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 28 Dec 2009 23:01:00 +0200
changeset 268 b99a51c4e605
parent 267 c513b3c60e73
child 269 77c8799aa8de
Emacs treat text as local variable definition, escape text.
emacs.rst
--- a/emacs.rst	Mon Dec 28 15:26:13 2009 +0200
+++ b/emacs.rst	Mon Dec 28 23:01:00 2009 +0200
@@ -8,11 +8,11 @@
   (setq variable value)
   (defvar variable value "documentation")
 
-or
+or (replace <colon> with :)
 
-  # Local variables:
-  # variable: value
-  # End:
+  # Local variables<colon>
+  # variable<colon> value
+  # End<colon>
 
 * Debugging.