Correct spell.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 11 Oct 2009 21:38:46 +0300
changeset 213 af6fdb4adbf3
parent 212 5715a5193fd4
child 214 6db1954b50f8
Correct spell.
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.