emacs.rst
changeset 1274 3860a2e28d4d
parent 1266 ff1f781e38d3
child 1334 9bf0d5a1f0cf
--- a/emacs.rst	Sat May 12 16:43:18 2012 +0300
+++ b/emacs.rst	Sun May 13 13:16:35 2012 +0300
@@ -84,6 +84,10 @@
 
 When next time that function called automatically loaded debug-mode.
 
+You can use ``(debug)`` in your function to automatically enter to debugger.
+
+You can use ``(backtrace)`` to print a trace of Lisp function.
+
 How debug ini file?
 -------------------