From: Artur Malabarba Date: Wed, 29 Oct 2014 15:48:41 +0000 (+0000) Subject: Typo X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/d0a4bae4b688d35cc1159ad931dd9876e57a6f31 Typo --- diff --git a/aggressive-indent.el b/aggressive-indent.el index 07312ae89..893567fc0 100644 --- a/aggressive-indent.el +++ b/aggressive-indent.el @@ -105,7 +105,7 @@ Please include this in your report!" ;;; 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))