# HG changeset patch # User Stefan Monnier # Date 1190359696 0 # Node ID 20cf1eac13dbad40fb51f18dcf22b8a9457488ee # Parent fbb57a203eadb6263e39cba589c4056a0733cbf1 Typo. diff -r fbb57a203ead -r 20cf1eac13db lisp/progmodes/sh-script.el --- a/lisp/progmodes/sh-script.el Fri Sep 21 07:24:41 2007 +0000 +++ b/lisp/progmodes/sh-script.el Fri Sep 21 07:28:16 2007 +0000 @@ -1192,7 +1192,7 @@ 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)