# HG changeset patch # User Ben Wing # Date 1266909235 21600 # Node ID f28a4e9f01330e16b22bb0abbd6316330fa30277 # Parent b0f4adffca7d2eff7e47459f9e4e449b8672694e fix typo in comment -------------------- ChangeLog entries follow: -------------------- lisp/ChangeLog addition: 2010-02-23 Ben Wing * help.el: fux typo in comment. (oops) diff -r b0f4adffca7d -r f28a4e9f0133 lisp/ChangeLog --- a/lisp/ChangeLog Tue Feb 23 01:12:13 2010 -0600 +++ b/lisp/ChangeLog Tue Feb 23 01:13:55 2010 -0600 @@ -1,3 +1,7 @@ +2010-02-23 Ben Wing + + * help.el: fux typo in comment. (oops) + 2010-02-23 Ben Wing * autoload.el: diff -r b0f4adffca7d -r f28a4e9f0133 lisp/help.el --- 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)