# HG changeset patch
# User Juanma Barranquero <lekktu@gmail.com>
# Date 1031296625 0
# Node ID 05606bafb8f5502251fec809fd9d633d5de88462
# Parent  21c763762fb2a639c49ad62563247588960a4104
(sh-indent-for-fi, sh-indent-for-done): Fix spacing.

diff -r 21c763762fb2 -r 05606bafb8f5 lisp/progmodes/sh-script.el
--- a/lisp/progmodes/sh-script.el	Fri Sep 06 07:16:42 2002 +0000
+++ b/lisp/progmodes/sh-script.el	Fri Sep 06 07:17:05 2002 +0000
@@ -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 @@
 	  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)