bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#26270: help-function-arglist doesn't respect "(fn ARGS...)" in docst


From: npostavs
Subject: bug#26270: help-function-arglist doesn't respect "(fn ARGS...)" in docstring
Date: Sun, 26 Mar 2017 23:57:15 -0400

Severity: minor

>From emacs -Q, evaluate:

    (defun foo (&rest args)
      "Do foo.

    \(fn ARG1 ARG2)")

<f1> f foo RET correctly shows (ARG1 ARG2) as the arglist:

    foo is a Lisp function.

    (foo ARG1 ARG2)

    Do foo.

But

    (help-function-arglist 'foo) ;=> (&rest args)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]