# HG changeset patch # User Miles Bader # Date 970236873 0 # Node ID 640456a6f66d82629d45c745fba3eb90c5feae31 # Parent d8b544da2c2b41fe957126a8d4bad71bbbea2e56 Tweak whitespace diff -r d8b544da2c2b -r 640456a6f66d lisp/info.el --- a/lisp/info.el Fri Sep 29 14:10:56 2000 +0000 +++ b/lisp/info.el Fri Sep 29 14:14:33 2000 +0000 @@ -1149,8 +1149,8 @@ (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))))))))))