From: Juanma Barranquero Date: Fri, 6 Sep 2002 09:37:35 +0000 (+0000) Subject: (sh-indent-for-fi, sh-indent-for-done): Fix spacing. X-Git-Tag: emacs-pretest-21.2.91~59 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=08b402ebb26cbcbd05c1b4920ed35305bb991306;p=emacs.git (sh-indent-for-fi, sh-indent-for-done): Fix spacing. --- diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 6755fe0e8de..90a65a19f64 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -116,7 +116,7 @@ ;; You can do this automatically like this: ;; (add-hook 'sh-set-shell-hook 'sh-learn-buffer-indent) ;; -;; However... `sh-learn-buffer-indent' is extremely slow, +;; However... `sh-learn-buffer-indent' is extremely slow, ;; especially on large-ish buffer. Also, if there are conflicts the ;; "last one wins" which may not produce the desired setting. ;; @@ -1010,12 +1010,12 @@ a number means align to that column, e.g. 0 means fist column." sh-symbol-list)) (defcustom sh-indent-for-fi 0 - "*How much to indent a fi relative to an if. Usually 0." + "*How much to indent a fi relative to an if. Usually 0." :type `(choice ,@ sh-number-or-symbol-list ) :group 'sh-indentation) (defcustom sh-indent-for-done '0 - "*How much to indent a done relative to its matching stmt. Usually 0." + "*How much to indent a done relative to its matching stmt. Usually 0." :type `(choice ,@ sh-number-or-symbol-list ) :group 'sh-indentation)