emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/help-mode.el


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/help-mode.el
Date: Thu, 24 Apr 2003 04:36:07 -0400

Index: emacs/lisp/help-mode.el
diff -c emacs/lisp/help-mode.el:1.16 emacs/lisp/help-mode.el:1.17
*** emacs/lisp/help-mode.el:1.16        Wed Apr 23 21:56:55 2003
--- emacs/lisp/help-mode.el     Thu Apr 24 04:36:06 2003
***************
*** 406,413 ****
                          (let ((sym (intern-soft (match-string 0))))
                            (if (fboundp sym)
                                (help-xref-button 0 'help-function sym))))
!                     (forward-line)))))))
!           (set-syntax-table stab))
        ;; Delete extraneous newlines at the end of the docstring
        (goto-char (point-max))
        (while (and (not (bobp)) (bolp))
--- 406,413 ----
                          (let ((sym (intern-soft (match-string 0))))
                            (if (fboundp sym)
                                (help-xref-button 0 'help-function sym))))
!                     (forward-line))))))
!         (set-syntax-table stab))
        ;; Delete extraneous newlines at the end of the docstring
        (goto-char (point-max))
        (while (and (not (bobp)) (bolp))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]