From: Stefan Kangas Date: Sat, 17 Oct 2020 22:57:29 +0000 (+0200) Subject: * lisp/progmodes/mixal-mode.el: Fix typos. X-Git-Tag: emacs-28.0.90~5566 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=073e72e484ac1892f41b054182ab0d335bdb0d15;p=emacs.git * lisp/progmodes/mixal-mode.el: Fix typos. --- diff --git a/lisp/progmodes/mixal-mode.el b/lisp/progmodes/mixal-mode.el index 948cd4b4f95..b9f60598f63 100644 --- a/lisp/progmodes/mixal-mode.el +++ b/lisp/progmodes/mixal-mode.el @@ -24,6 +24,7 @@ ;; along with GNU Emacs. If not, see . ;;; Commentary: + ;; Major mode for the mix asm language. ;; The mix asm language is described in "The Art Of Computer Programming". ;; @@ -34,8 +35,9 @@ ;; ;; To use this mode, place the following in your init file: ;; `(load-file "/PATH-TO-FILE/mixal-mode.el")'. +;; ;; When you load a file with the extension .mixal the mode will be started -;; automatic. If you want to start the mode manual, use `M-x mixal-mode'. +;; automatically. If you want to start the mode manually, use `M-x mixal-mode'. ;; Font locking will work, the behavior of tabs is the same as Emacs's ;; default behavior. You can compile a source file with `C-c c' you can ;; run a compiled file with `C-c r' or run it in debug mode with `C-c d'.