]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix indentation.
authorRichard M. Stallman <rms@gnu.org>
Mon, 7 Jan 2002 05:20:57 +0000 (05:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 7 Jan 2002 05:20:57 +0000 (05:20 +0000)
lisp/help-mode.el

index e40cb600d8286f02f7384e8943d20da329aa1426..e041f2f03e8d285ae02a34a9de8bb1a18ba25031 100644 (file)
@@ -507,13 +507,13 @@ help buffer."
        (sdoc
        ;; We now have a help buffer on the variable.
        ;; Insert the function and face text before it.
-      (when (or fdoc facedoc)
+       (when (or fdoc facedoc)
          (goto-char (point-min))
          (let ((inhibit-read-only t))
            (when fdoc
              (insert fdoc "\n\n")
-           (when facedoc
-             (insert (make-string 30 ?-) "\n\n" (symbol-name symbol)
+             (when facedoc
+               (insert (make-string 30 ?-) "\n\n" (symbol-name symbol)
                        " is also a " "face." "\n\n")))
            (when facedoc
              (insert facedoc "\n\n"))