# HG changeset patch # User John Paul Wallington # Date 1051173366 0 # Node ID e2879cfe85cfe73f54b986a2eea3f6cb7c80866b # Parent 53295bd2ddbeccfc8e48a35fd6d66f8b666a1035 (help-make-xrefs): Remove extra paren. diff -r 53295bd2ddbe -r e2879cfe85cf lisp/help-mode.el --- a/lisp/help-mode.el Thu Apr 24 02:01:11 2003 +0000 +++ b/lisp/help-mode.el Thu Apr 24 08:36:06 2003 +0000 @@ -406,8 +406,8 @@ (let ((sym (intern-soft (match-string 0)))) (if (fboundp sym) (help-xref-button 0 'help-function sym)))) - (forward-line))))))) - (set-syntax-table stab)) + (forward-line)))))) + (set-syntax-table stab)) ;; Delete extraneous newlines at the end of the docstring (goto-char (point-max)) (while (and (not (bobp)) (bolp))