]> git.eshelyaron.com Git - emacs.git/commitdiff
(help-manyarg-func-alist): Typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 22 May 2000 04:31:04 +0000 (04:31 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 22 May 2000 04:31:04 +0000 (04:31 +0000)
lisp/help.el

index c2db80029369296887d500aa54635b45537d760a..e45061536aed584e474aaf6a4738d7a373db8612 100644 (file)
@@ -1473,7 +1473,7 @@ out of view."
      (catch . "(catch TAG BODY...)")
      (unwind-protect . "(unwind-protect BODYFORM UNWINDFORMS...)")
      (condition-case . "(condition-case VAR BODYFORM HANDLERS...)")
-     (track-mouse . "(track-mouse BOFY ...)")
+     (track-mouse . "(track-mouse BODY ...)")
      (ml-if . "(ml-if COND THEN ELSE...)")
      (ml-provide-prefix-argument . "(ml-provide-prefix-argument ARG1 ARG2)")
      (with-output-to-temp-buffer