emacs.rst
changeset 219 a6a5839b7423
parent 182 5e9ea846a8c3
child 220 10d0d94eabde
--- a/emacs.rst	Fri Oct 09 09:18:25 2009 +0300
+++ b/emacs.rst	Fri Oct 16 12:06:49 2009 +0300
@@ -1,5 +1,19 @@
 -*- mode: outline; coding: utf-8 -*-
 
+* Variables.
+
+Select one of:
+
+  (set 'variable value)
+  (setq variable value)
+  (defvar variable value "documentation")
+
+or
+
+  # Local variables:
+  # variable: value
+  # End:
+
 * Debugging.
 
 ** Using edebug.