# HG changeset patch # User Oleksandr Gavenko # Date 1262034060 -7200 # Node ID b99a51c4e605717c85be3bba83e53aaf563f0786 # Parent c513b3c60e73a140a9ab10dc5627e63c645687bb Emacs treat text as local variable definition, escape text. diff -r c513b3c60e73 -r b99a51c4e605 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 with :) - # Local variables: - # variable: value - # End: + # Local variables + # variable value + # End * Debugging.