unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo <sdl.web@gmail.com>
To: Thierry Volpiatto <thierry.volpiatto@gmail.com>
Cc: 9115@debbugs.gnu.org
Subject: bug#9115: 24.0.50; `documentation' should not return args list for CL defun*.
Date: Mon, 18 Jul 2011 16:26:40 +0800	[thread overview]
Message-ID: <m14o2kdmf3.fsf@gmail.com> (raw)
In-Reply-To: <87hb6k12gw.fsf@gmail.com> (Thierry Volpiatto's message of "Mon,  18 Jul 2011 09:18:23 +0200")

On 2011-07-18 15:18 +0800, Thierry Volpiatto wrote:
> (defun* foo (&rest args) nil)
> (documentation 'foo)
> Give ==>
> "
>
> (fn &rest ARGS)"

(defun* foo (&rest args) nil) is equivalent to

(defun foo
  (&rest args)
  "Not documented\n\n(fn &rest ARGS)"
  (let* nil
    (block foo nil)))

Leo





  reply	other threads:[~2011-07-18  8:26 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-18  6:05 bug#9115: 24.0.50; `documentation' should not return args list for CL defun* Thierry Volpiatto
2011-07-18  6:24 ` Leo
2011-07-18  7:18   ` Thierry Volpiatto
2011-07-18  8:26     ` Leo [this message]
2011-07-18  8:34       ` Thierry Volpiatto
2011-07-18 17:51     ` Andreas Schwab
2011-07-18 16:02 ` Stefan Monnier
2011-07-19  6:06   ` Thierry Volpiatto
2011-08-01 21:33     ` Stefan Monnier
2011-08-02  5:21       ` Thierry Volpiatto
2011-08-02 19:16         ` Stefan Monnier
2011-08-02 19:43           ` Thierry Volpiatto
2011-08-02 20:31             ` Stefan Monnier
2011-08-02 20:50               ` Thierry Volpiatto
2011-08-03  1:16                 ` Stefan Monnier
2011-08-03  5:10                   ` Thierry Volpiatto
2011-08-03 14:31                     ` Stefan Monnier
2011-08-03 14:45                       ` Thierry Volpiatto
2019-10-12  5:02                         ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m14o2kdmf3.fsf@gmail.com \
    --to=sdl.web@gmail.com \
    --cc=9115@debbugs.gnu.org \
    --cc=thierry.volpiatto@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).