diff lisp/progmodes/sh-script.el @ 84755:20cf1eac13db

Typo.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 21 Sep 2007 07:28:16 +0000
parents e78c181de6bf
children 35543641f89c
line wrap: on
line diff
--- 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)