unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#26270: help-function-arglist doesn't respect "(fn ARGS...)" in docstring
@ 2017-03-27  3:57 npostavs
  2017-06-03  3:03 ` npostavs
  2020-08-19 11:31 ` Lars Ingebrigtsen
  0 siblings, 2 replies; 4+ messages in thread
From: npostavs @ 2017-03-27  3:57 UTC (permalink / raw)
  To: 26270; +Cc: Philipp Stephani

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)





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-10-11  2:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-27  3:57 bug#26270: help-function-arglist doesn't respect "(fn ARGS...)" in docstring npostavs
2017-06-03  3:03 ` npostavs
2020-08-19 11:31 ` Lars Ingebrigtsen
2020-10-11  2:19   ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).