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:
parent
54baed30f4
commit
caf047eca9
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue