Tweak whitespace
authorMiles Bader <miles@gnu.org>
Fri, 29 Sep 2000 14:14:33 +0000 (14:14 +0000)
committerMiles Bader <miles@gnu.org>
Fri, 29 Sep 2000 14:14:33 +0000 (14:14 +0000)
lisp/info.el

index 34e3a92..67fdec7 100644 (file)
@@ -1149,8 +1149,8 @@ Bind this in case the user sets it to nil."
        (let ((bound (point)))
          (forward-line 1)
          (cond ((re-search-backward (concat name ":") bound t)
-           (goto-char (match-end 0))
-           (Info-following-node-name))
+                (goto-char (match-end 0))
+                (Info-following-node-name))
                ((not (eq errorname t))
                 (error "Node has no %s"
                        (capitalize (or errorname name))))))))))