+2003-04-24 John Paul Wallington <jpw@gnu.org>
+
+ * help-mode.el (help-make-xrefs): Remove extra paren.
+
2003-04-23 Richard M. Stallman <rms@gnu.org>
* mail/sendmail.el (mail-send-and-exit): Make arg optional.
(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))