diff options
author | Miles Bader <miles@gnu.org> | 2000-09-29 14:14:33 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2000-09-29 14:14:33 +0000 |
commit | 0cb39153b7e6fc0ec4f30b3d73802c324f8ef95c (patch) | |
tree | f0998315ce154cb135e92028148c816fb4f08d5a /lisp/info.el | |
parent | 45283f027db50540db4ebc8141fd9f0aff6c8f8c (diff) | |
download | emacs-0cb39153b7e6fc0ec4f30b3d73802c324f8ef95c.tar.gz |
Tweak whitespace
Diffstat (limited to 'lisp/info.el')
-rw-r--r-- | lisp/info.el | 4 |
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)))))))))) |