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

Diff of /emacs/lisp/help.el

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

revision 1.231 by eliz, Mon Oct 1 07:01:24 2001 UTC revision 1.231.4.1 by fx, Thu Jul 18 18:27:15 2002 UTC
# Line 781  It can also be nil, if the definition is Line 781  It can also be nil, if the definition is
781                             (goto-char (point-min))                             (goto-char (point-min))
782                             (forward-paragraph)                             (forward-paragraph)
783                             (insert                             (insert
784                              "[Missing arglist.  Please make a bug report.]\n")))                              (or (cdr (assq (intern name)
785                                               help-manyarg-func-alist))
786                                "[Missing arglist.  Please make a bug report.]")
787                                ?\n)))
788                         (goto-char (point-max))))                         (goto-char (point-max))))
789                   (help-setup-xref (list #'describe-function function)                   (help-setup-xref (list #'describe-function function)
790                                    interactive-p))                                    interactive-p))

Legend:
Removed from v.1.231  
changed lines
  Added in v.1.231.4.1

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