unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#65064: Macro definition using C-h f
@ 2023-08-05  6:42 Heime via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2023-08-05  7:15 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Heime via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-08-05  6:42 UTC (permalink / raw)
  To: 65064

Have done the following macro, but calling `C-h f tak` shows the definition
as 

(tak &rest ARGS)

rather than

(tak &rest _ARGS)

(defmacro tak (&rest _args)
  "Performs no action, no matter how many arguments are passed."

  nil)





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

end of thread, other threads:[~2023-09-02 16:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-05  6:42 bug#65064: Macro definition using C-h f Heime via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-08-05  7:15 ` Eli Zaretskii
2023-08-05  7:39   ` Heime via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-08-09 12:53     ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-09-02 16:44   ` Stefan Kangas

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).