summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/info.el4
1 files 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))))))))))