# HG changeset patch
# User Dave Love <fx@gnu.org>
# Date 968102329 0
# Node ID 5114aeb0f8e62be4845f8c201eb25a76662ce98e
# Parent  c0199a9a07fa007f30ebd08a8262599633420a59
(help-manyarg-func-alist): Add
find-operation-coding-system.

diff -r c0199a9a07fa -r 5114aeb0f8e6 lisp/help.el
--- a/lisp/help.el	Mon Sep 04 20:05:31 2000 +0000
+++ b/lisp/help.el	Mon Sep 04 21:18:49 2000 +0000
@@ -1550,6 +1550,8 @@
      (ml-provide-prefix-argument . "(ml-provide-prefix-argument ARG1 ARG2)")
      (with-output-to-temp-buffer
 	 . "(with-output-to-temp-buffer BUFFNAME BODY ...)")
-     (save-window-excursion . "(save-window-excursion BODY ...)"))))
+     (save-window-excursion . "(save-window-excursion BODY ...)")
+     (find-operation-coding-system
+      . "(find-operation-coding-system OPERATION ARGUMENTS ...)"))))
 
 ;;; help.el ends here