From b1988611249ebea76fd861cacdedd4741610238d Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Fri, 22 Feb 2008 01:28:08 +0000 Subject: [PATCH] 2008-02-22 Bill Meier (tiny change) * progmodes/sh-script.el (sh-indent-comment): Docstring fix. --- lisp/ChangeLog | 4 ++++ lisp/progmodes/sh-script.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 21b008ec5f2..8155315790f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-02-22 Bill Meier (tiny change) + + * progmodes/sh-script.el (sh-indent-comment): Docstring fix. + 2008-02-21 Glenn Morris * subr.el (sit-for): Fix obsolete form for nil second argument. diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 4fe9926af8d..57cae77f408 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -1212,7 +1212,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) -- 2.11.4.GIT