branch: externals/matlab-mode
commit f1bc1a3c210a19069b2ece1286040662adbcadd8
Author: John Ciolfi <[email protected]>
Commit: John Ciolfi <[email protected]>
matlab--shared.el: fix typos
---
matlab--shared.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/matlab--shared.el b/matlab--shared.el
index aa93065e65..12dd3b9077 100644
--- a/matlab--shared.el
+++ b/matlab--shared.el
@@ -31,7 +31,7 @@
"Toggle read-only bit in MATLAB mode.
This looks to see if we are currently debugging, and if so re-enable our
debugging feature. Optional argument ARG is ignored. ARG is present
-because we are replacing `read-only-mode' key defintion with this
+because we are replacing `read-only-mode' key definition with this
function."
(interactive "P")
@@ -45,3 +45,5 @@ function."
(provide 'matlab--shared)
;;; matlab--shared.el ends here
+
+;; LocalWords: keymap defun gud featurep