Mercurial > hg > xemacs-beta
diff lisp/help.el @ 5071:f28a4e9f0133
fix typo in comment
-------------------- ChangeLog entries follow: --------------------
lisp/ChangeLog addition:
2010-02-23 Ben Wing <ben@xemacs.org>
* help.el: fux typo in comment. (oops)
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Tue, 23 Feb 2010 01:13:55 -0600 |
parents | b0f4adffca7d |
children | d555581e3cba |
line wrap: on
line diff
--- a/lisp/help.el Tue Feb 23 01:12:13 2010 -0600 +++ b/lisp/help.el Tue Feb 23 01:13:55 2010 -0600 @@ -1213,7 +1213,7 @@ ;; If STRIP-ARGLIST is true, return a cons (DOC . ARGS) of the documentation ;; with any embedded arglist stripped out, and the arglist that was stripped -;; out. If STIRP-ARGLIST is false, the cons will be (FULL-DOC . nil), +;; out. If STRIP-ARGLIST is false, the cons will be (FULL-DOC . nil), ;; where FULL-DOC is the full documentation without the embedded arglist ;; stripped out. (defun function-documentation-1 (function &optional strip-arglist)