Mercurial > emacs
changeset 50691:e2879cfe85cf
(help-make-xrefs): Remove extra paren.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Thu, 24 Apr 2003 08:36:06 +0000 |
parents | 53295bd2ddbe |
children | bc1fc97effe0 |
files | lisp/help-mode.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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))