1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-18 19:06:18 -07:00

(help-manyarg-func-alist): Add

find-operation-coding-system.
This commit is contained in:
Dave Love 2000-09-04 21:18:49 +00:00
parent 54baed30f4
commit caf047eca9

View 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