/[emacs]/emacs/lisp/progmodes/sh-script.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/sh-script.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.153 by rms, Sat May 14 11:20:19 2005 UTC revision 1.154 by rms, Sat May 14 11:21:12 2005 UTC
# Line 1132  does not affect the `else', `elif' or `f Line 1132  does not affect the `else', `elif' or `f
1132    
1133  (defcustom sh-indent-for-do 0  (defcustom sh-indent-for-do 0
1134    "*How much to indent a `do' statement.    "*How much to indent a `do' statement.
1135  This is relative to the statement before the `do', i.e. the  This is relative to the statement before the `do', typically a
1136  `while', `until' or `for' statement."  `while', `until', `for', `repeat' or `select' statement."
1137    :type `(choice ,@ sh-number-or-symbol-list)    :type `(choice ,@ sh-number-or-symbol-list)
1138    :group 'sh-indentation)    :group 'sh-indentation)
1139    
1140  (defcustom sh-indent-after-do '+  (defcustom sh-indent-after-do '+
1141    "*How much to indent a line after a `do' statement.    "*How much to indent a line after a `do' statement.
1142  This is used when the `do' is the first word of the line.  This is used when the `do' is the first word of the line.
1143  This is relative to the statement before the `do', e.g. a  This is relative to the statement before the `do', typically a
1144  `while', `for', `repeat' or `select' statement."  `while', `until', `for', `repeat' or `select' statement."
1145    :type `(choice ,@ sh-number-or-symbol-list)    :type `(choice ,@ sh-number-or-symbol-list)
1146    :group 'sh-indentation)    :group 'sh-indentation)
1147    

Legend:
Removed from v.1.153  
changed lines
  Added in v.1.154

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26