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

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

bug#17299: 24.4.50; `C-h f' for alias is wrong


From: Lars Ingebrigtsen
Subject: bug#17299: 24.4.50; `C-h f' for alias is wrong
Date: Fri, 29 Apr 2016 21:56:50 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Drew Adams <drew.adams@oracle.com> writes:

> (defun rn (prompt &optional default) (message "RN"))
> (defalias 'read-number 'rn)
>
> C-h f read-number
>
> ,----
> | read-number is an alias for `rn' in `subr.el'.
> | 
> | (read-number PROMPT &optional DEFAULT)
> | 
> | Not documented.
> `----

I get

read-number is an alias for ‘rn’.

(read-number PROMPT &optional DEFAULT)

Not documented.

so I guess this has been fixed.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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