# HG changeset patch # User Bastien Guerry # Date 1203643688 0 # Node ID 0a655e2d1d8c1dc64a449bedc56fe8831ff8f4fd # Parent 6af4eca386edcc280677e782b375daa4f6ac2791 2008-02-22 Bill Meier (tiny change) * progmodes/sh-script.el (sh-indent-comment): Docstring fix. diff -r 6af4eca386ed -r 0a655e2d1d8c lisp/ChangeLog --- a/lisp/ChangeLog Thu Feb 21 08:26:18 2008 +0000 +++ b/lisp/ChangeLog Fri Feb 22 01:28:08 2008 +0000 @@ -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 -r 6af4eca386ed -r 0a655e2d1d8c lisp/progmodes/sh-script.el --- a/lisp/progmodes/sh-script.el Thu Feb 21 08:26:18 2008 +0000 +++ b/lisp/progmodes/sh-script.el Fri Feb 22 01:28:08 2008 +0000 @@ -1212,7 +1212,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)