From: Miles Bader Date: Fri, 29 Sep 2000 14:14:33 +0000 (+0000) Subject: Tweak whitespace X-Git-Tag: emacs-pretest-21.0.90~1278 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0cb39153b7e6fc0ec4f30b3d73802c324f8ef95c;p=emacs.git Tweak whitespace --- diff --git a/lisp/info.el b/lisp/info.el index 34e3a92bd28..67fdec75f88 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -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))))))))))