summaryrefslogtreecommitdiff
path: root/lisp/info.el
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2000-09-29 14:14:33 +0000
committerMiles Bader <miles@gnu.org>2000-09-29 14:14:33 +0000
commit0cb39153b7e6fc0ec4f30b3d73802c324f8ef95c (patch)
treef0998315ce154cb135e92028148c816fb4f08d5a /lisp/info.el
parent45283f027db50540db4ebc8141fd9f0aff6c8f8c (diff)
downloademacs-0cb39153b7e6fc0ec4f30b3d73802c324f8ef95c.tar.gz
Tweak whitespace
Diffstat (limited to 'lisp/info.el')
-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))))))))))