# HG changeset patch # User Oleksandr Gavenko # Date 1255684504 -10800 # Node ID 10d0d94eabde00204c107a5077e5ddc47d905171 # Parent 9ae36e91b0d099c80a071ace8dca45ee74dfecd2# Parent a6a5839b742399512c301a7ef03c5ef5950103ca Automated merge with file:///d:\srv\hg-home\admin-doc diff -r 9ae36e91b0d0 -r 10d0d94eabde 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.