Tweak whitespace
This commit is contained in:
parent
45283f027d
commit
0cb39153b7
1 changed files with 2 additions and 2 deletions
|
@ -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))))))))))
|
||||
|
|
Loading…
Add table
Reference in a new issue