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

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

[Emacs-bug-tracker] bug#6008: closed (Wrong docstring)


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#6008: closed (Wrong docstring)
Date: Thu, 29 Apr 2010 14:31:01 +0000

Your message dated Thu, 29 Apr 2010 16:30:03 +0200
with message-id <address@hidden>
and subject line Re: bug#6008: Wrong docstring
has caused the GNU bug report #6008,
regarding Wrong docstring
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
6008: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6008
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Wrong docstring Date: Fri, 23 Apr 2010 00:48:11 +0200
Package:emacs
Version: 24.0.50


emacs -Q --eval "(describe-function 'ediff)"

  =>

------------------------------------------------------------
ediff is an alias for `ediff-files' in `ediff.el'.

(ediff)

Zone out, completely.
------------------------------------------------------------

which is, of course, the docstring for `zone'.

"bzr bisect" suggests the following commit:

revno: 99933
revision-id: address@hidden
parent: address@hidden
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Sun 2010-04-18 17:49:33 -0400
message:
  Hash-cons pure data.
  * alloc.c (Fpurecopy): Hash-cons if requested.
  (syms_of_alloc): Update purify-flag docstring.
  * loadup.el: Setup hash-cons for pure data.




--- End Message ---
--- Begin Message --- Subject: Re: bug#6008: Wrong docstring Date: Thu, 29 Apr 2010 16:30:03 +0200
Fixed with address@hidden

2010-04-29  Stefan Monnier  <address@hidden>

        Fix wrong-docstring problem introduced with hash-consing.  (Bug#6008)
        * eval.c (Fautoload): Set doc to a unique number rather than to 0.
        Remove unused var `args'.
        * lisp.h (XSETCARFASTINT, XSETCDRFASTINT): Remove.
        (LOADHIST_ATTACH): Wrap with do...while to avoid surprises for callers.
        * doc.c (store_function_docstring): Use XSETCAR.


--- End Message ---

reply via email to

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