]> git.eshelyaron.com Git - emacs.git/commitdiff
More doc usage fixes.
authorRichard M. Stallman <rms@gnu.org>
Sat, 14 May 2005 11:21:12 +0000 (11:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 14 May 2005 11:21:12 +0000 (11:21 +0000)
lisp/progmodes/sh-script.el

index f01da859c9eba3801f4979ba30722e45490197e1..7a647f97775bae38481f2d53792b72674719948d 100644 (file)
@@ -1132,16 +1132,16 @@ does not affect the `else', `elif' or `fi' statements themselves."
 
 (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)