X-Git-Url: https://git.korewanetadesu.com/?p=pico8.git;a=blobdiff_plain;f=pico8.el;fp=pico8.el;h=2597bb3701a4121ea6f75acc56f7bf7a03caede3;hp=3789d6612e4a9f0f008d1c49bebe50a0f2a12671;hb=7c5a210fcfc3290f36482c73bfe17371ada080d2;hpb=7283c676af9e41031d63d7ea407072f853a13445 diff --git a/pico8.el b/pico8.el index 3789d66..2597bb3 100644 --- a/pico8.el +++ b/pico8.el @@ -17,7 +17,7 @@ ;; of which is "real Lua" text and the other five of which have ;; diverse strict formatting requirements. ;; -;; It provides the keybinds and commands for inter-mode actions. +;; It provides keybindings and commands for inter-mode actions. ;;; Code: @@ -59,9 +59,10 @@ disabled by setting this to t." (defcustom pico8-lua-indent-level 1 "Default indentation for PICO-8 Lua mode. -This overrides lua-indent-mode in `pico8-lua-mode'. `lua-mode''s -default indentation is 3, which is both idiosyncractic and quite -large when viewed in the PICO-8 editor, where the convetion is 1." +This overrides `lua-indent-level' in `pico8-lua-mode'. +`lua-mode''s default indentation is 3, which is both +idiosyncratic and quite large when viewed in the PICO-8 editor, +where the convention is 1." :group 'pico8 :tag "PICO-8 Lua Indent Level") @@ -310,7 +311,7 @@ to change `pico8-pixel-face'." ("f+" . 'pico8-pixel-f) ;; If the \n isn't in the smaller face the line is taller to - ;; accomodate the full sized point at the end-of-line. + ;; accommodate the full sized point at the end-of-line. ("\n" . 'pico8-pixel-0))) (defun pico8-gfx-current-position ()