1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-13 16:38:14 +00:00

2008-02-22 Bill Meier <wmeier@newsguy.com> (tiny change)

* progmodes/sh-script.el (sh-indent-comment): Docstring fix.
This commit is contained in:
Bastien Guerry 2008-02-22 01:28:08 +00:00
parent 334009999e
commit b198861124
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-02-22 Bill Meier <wmeier@newsguy.com> (tiny change)
* progmodes/sh-script.el (sh-indent-comment): Docstring fix.
2008-02-21 Glenn Morris <rgm@gnu.org>
* subr.el (sit-for): Fix obsolete form for nil second argument.

View File

@ -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)