From 0cb39153b7e6fc0ec4f30b3d73802c324f8ef95c Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 29 Sep 2000 14:14:33 +0000 Subject: [PATCH] Tweak whitespace --- lisp/info.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)))))))))) -- 2.39.5