]> code.delx.au - gnu-emacs-elpa/commitdiff
Typo
authorArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 29 Oct 2014 15:48:41 +0000 (15:48 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 29 Oct 2014 15:48:41 +0000 (15:48 +0000)
aggressive-indent.el

index 07312ae89326ed2826b611503e4ec45dd913bbc5..893567fc03ac1320f907252795a868bab48247e4 100644 (file)
@@ -105,7 +105,7 @@ Please include this in your report!"
 \f
 ;;; Start of actual Code:
 (defcustom dont-electric-modes '(ruby-mode)
-  "List of major-modes where `electric-indent-mode' shouold be disabled."
+  "List of major-modes where `electric-indent-mode' should be disabled."
   :type '(choice
           (const :tag "Never use `electric-indent-mode'." t)
           (repeat :tag "Major-modes to avoid `electric-indent-mode'" symbol))