From 32518913cd43920f149fe00cefeb1dfe17ba5af5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 14 May 2005 11:21:12 +0000 Subject: [PATCH] More doc usage fixes. --- lisp/progmodes/sh-script.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index f01da859c9e..7a647f97775 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -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) -- 2.39.2