# HG changeset patch # User Richard M. Stallman # Date 1116069672 0 # Node ID 063800c5c2240cd809ad33a05ef3b559c6105a7f # Parent 93889fbf94b2c13b516b25aa2a8e7c7e3828cf59 More doc usage fixes. diff -r 93889fbf94b2 -r 063800c5c224 lisp/progmodes/sh-script.el --- a/lisp/progmodes/sh-script.el Sat May 14 11:20:19 2005 +0000 +++ b/lisp/progmodes/sh-script.el Sat May 14 11:21:12 2005 +0000 @@ -1132,16 +1132,16 @@ (defcustom sh-indent-for-do 0 "*How much to indent a `do' statement. -This is relative to the statement before the `do', i.e. the -`while', `until' or `for' statement." +This is relative to the statement before the `do', typically a +`while', `until', `for', `repeat' or `select' statement." :type `(choice ,@ sh-number-or-symbol-list) :group 'sh-indentation) (defcustom sh-indent-after-do '+ "*How much to indent a line after a `do' statement. This is used when the `do' is the first word of the line. -This is relative to the statement before the `do', e.g. a -`while', `for', `repeat' or `select' statement." +This is relative to the statement before the `do', typically a +`while', `until', `for', `repeat' or `select' statement." :type `(choice ,@ sh-number-or-symbol-list) :group 'sh-indentation)