From: Stefan Monnier Date: Fri, 21 Sep 2007 07:28:16 +0000 (+0000) Subject: Typo. X-Git-Tag: emacs-pretest-23.0.90~10756 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d86c3808d6f4be7372e990834429fc18c59e256;p=emacs.git Typo. --- diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index c3948280f76..c3adbbe8516 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -1192,7 +1192,7 @@ This value is used for the `+' and `-' symbols in an indentation variable." nil means leave it as it is; t means indent it as a normal line, aligning it to previous non-blank non-comment line; -a number means align to that column, e.g. 0 means fist column." +a number means align to that column, e.g. 0 means first column." :type '(choice (const :tag "Leave as is." nil) (const :tag "Indent as a normal line." t)