Automated merge with file:///d:\srv\hg-home\admin-doc
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 16 Oct 2009 12:15:04 +0300
changeset 220 10d0d94eabde
parent 218 9ae36e91b0d0 (current diff)
parent 219 a6a5839b7423 (diff)
child 222 221500927a59
Automated merge with file:///d:\srv\hg-home\admin-doc
emacs.rst
--- 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.