]> git.eshelyaron.com Git - emacs.git/commitdiff
(help-make-xrefs): Remove extra paren.
authorJohn Paul Wallington <jpw@pobox.com>
Thu, 24 Apr 2003 08:37:02 +0000 (08:37 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Thu, 24 Apr 2003 08:37:02 +0000 (08:37 +0000)
lisp/ChangeLog
lisp/help-mode.el

index f360d750c2161cd70505b1166599795da3ba0179..db9f7ba5aa5f4dc9104f49003c595ce0a926169e 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 6e8ab0e34a21771f719c7fff9a15e43ba66f84b9..368aa3709831993d7a1aab5e41b8cc3d24ea2164 100644 (file)
@@ -406,8 +406,8 @@ that."
                          (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))