emacs.rst
changeset 268 b99a51c4e605
parent 225 0de8b66b6f49
child 269 77c8799aa8de
equal deleted inserted replaced
267:c513b3c60e73 268:b99a51c4e605
     6 
     6 
     7   (set 'variable value)
     7   (set 'variable value)
     8   (setq variable value)
     8   (setq variable value)
     9   (defvar variable value "documentation")
     9   (defvar variable value "documentation")
    10 
    10 
    11 or
    11 or (replace <colon> with :)
    12 
    12 
    13   # Local variables:
    13   # Local variables<colon>
    14   # variable: value
    14   # variable<colon> value
    15   # End:
    15   # End<colon>
    16 
    16 
    17 * Debugging.
    17 * Debugging.
    18 
    18 
    19 ** Using edebug.
    19 ** Using edebug.
    20 
    20