# HG changeset patch # User Oleksandr Gavenko # Date 1255286326 -10800 # Node ID af6fdb4adbf3738746dcdfb03121b61ec932f228 # Parent 5715a5193fd4e1d0571381cea07f5f0cecdddee5 Correct spell. diff -r 5715a5193fd4 -r af6fdb4adbf3 emacs.rst --- a/emacs.rst Sun Oct 11 21:36:02 2009 +0300 +++ b/emacs.rst Sun Oct 11 21:38:46 2009 +0300 @@ -6,7 +6,7 @@ Execute 'M-x edebug-defun' (also on 'C-u C-M-x') on defun in source code to enable debugging for desired function. When next time this function invoked -you entered to its debugging (jamped to its source code). +you entered to its debugging (jumped to its source code). To start debug execute code which used debugged function. @@ -22,7 +22,7 @@ ** How debug ini file? -When your InitFile has a bug, or when you load external files that cause +When your ini has a bug, or when you load external files that cause errors, the bug is often hard to find, because the Emacs Lisp reader does not know about line numbers and files - it just knows an error happened, and that's it.