]> git.eshelyaron.com Git - emacs.git/commitdiff
(help-manyarg-func-alist): Add
authorDave Love <fx@gnu.org>
Mon, 4 Sep 2000 21:18:49 +0000 (21:18 +0000)
committerDave Love <fx@gnu.org>
Mon, 4 Sep 2000 21:18:49 +0000 (21:18 +0000)
find-operation-coding-system.

lisp/help.el

index a5d9bb22f579fbcf4031f6c7dde481b402e3e7f7..1311f5f825262db11b630357da84ab506d5ed33b 100644 (file)
@@ -1550,6 +1550,8 @@ out of view."
      (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