From: Juanma Barranquero Date: Fri, 6 Sep 2002 07:17:05 +0000 (+0000) Subject: (sh-indent-for-fi, sh-indent-for-done): Fix spacing. X-Git-Tag: ttn-vms-21-2-B4~13364 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4a9592f6f93b089a8f1a710f13b25b94f17d823b;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 57baecef17d..1bd27f7d623 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. ;; @@ -1058,12 +1058,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)