/[emacs]/emacs/lisp/help-mode.el
ViewVC logotype

Diff of /emacs/lisp/help-mode.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by rms, Thu Apr 24 01:56:55 2003 UTC revision 1.17 by jpw, Thu Apr 24 08:36:06 2003 UTC
# Line 406  that." Line 406  that."
406                            (let ((sym (intern-soft (match-string 0))))                            (let ((sym (intern-soft (match-string 0))))
407                              (if (fboundp sym)                              (if (fboundp sym)
408                                  (help-xref-button 0 'help-function sym))))                                  (help-xref-button 0 'help-function sym))))
409                        (forward-line)))))))                        (forward-line))))))
410            (set-syntax-table stab))            (set-syntax-table stab))
411          ;; Delete extraneous newlines at the end of the docstring          ;; Delete extraneous newlines at the end of the docstring
412          (goto-char (point-max))          (goto-char (point-max))
413          (while (and (not (bobp)) (bolp))          (while (and (not (bobp)) (bolp))

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26