emacs.rst
changeset 220 10d0d94eabde
parent 213 af6fdb4adbf3
parent 219 a6a5839b7423
child 225 0de8b66b6f49
--- a/emacs.rst	Mon Oct 12 23:05:22 2009 +0300
+++ b/emacs.rst	Fri Oct 16 12:15:04 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.