Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function signature should read advertised-calling-convention #104

Closed
DamienCassou opened this issue Apr 17, 2018 · 0 comments
Closed

Function signature should read advertised-calling-convention #104

DamienCassou opened this issue Apr 17, 2018 · 0 comments

Comments

@DamienCassou
Copy link
Contributor

Some functions have an advertised-calling-convention to specify their signature, e.g., start-process-shell-command:

(defun start-process-shell-command (name buffer &rest args)
  "Start a program in a subprocess.  Return the process object for it.
[...]"
  (declare (advertised-calling-convention (name buffer command) "23.1"))

In these cases, describe-function will display the advertised signature whereas helpful will display the implemented signature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant