emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el
Date: Sat, 14 May 2005 07:21:12 -0400

Index: emacs/lisp/progmodes/sh-script.el
diff -c emacs/lisp/progmodes/sh-script.el:1.153 
emacs/lisp/progmodes/sh-script.el:1.154
*** emacs/lisp/progmodes/sh-script.el:1.153     Sat May 14 11:20:19 2005
--- emacs/lisp/progmodes/sh-script.el   Sat May 14 11:21:12 2005
***************
*** 1132,1147 ****
  
  (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."
    :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."
    :type `(choice ,@ sh-number-or-symbol-list)
    :group 'sh-indentation)
  
--- 1132,1147 ----
  
  (defcustom sh-indent-for-do 0
    "*How much to indent a `do' 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', typically a
! `while', `until', `for', `repeat' or `select' statement."
    :type `(choice ,@ sh-number-or-symbol-list)
    :group 'sh-indentation)
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]