aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/sh-script.el
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2007-09-21 07:28:16 +0000
committerStefan Monnier <[email protected]>2007-09-21 07:28:16 +0000
commit7d86c3808d6f4be7372e990834429fc18c59e256 (patch)
tree8a7169564203ccd4a1969acd352f46e05550eb29 /lisp/progmodes/sh-script.el
parent351e3a03f93c2e8e94c8cf5cd96f11450d04c074 (diff)
Typo.
Diffstat (limited to 'lisp/progmodes/sh-script.el')
-rw-r--r--lisp/progmodes/sh-script.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index c3948280f7..c3adbbe851 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)