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

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

bug#4718: 23.1; C-h f gives doc for the wrong function


From: Juanma Barranquero
Subject: bug#4718: 23.1; C-h f gives doc for the wrong function
Date: Wed, 14 Oct 2009 02:28:12 +0200

On Wed, Oct 14, 2009 at 01:49, Drew Adams <drew.adams@oracle.com> wrote:
> emacs -Q
>
> C-h f dired-byte-compile RET

  emacs -Q

  C-h f dired-byte-compile <RET> => [No match]

  M-x load-library <RET> dired <RET>
  C-h f dired-byte <TAB> => dired-do-byte-compile
  <RET>   => description for `dired-do-byte-compile', as expected.

  M-x load-library <RET> dired-aux <RET>
  C-h f dired-byte <TAB>  => dired-byte-compile
  <RET>  => description for `dired-byte-compile', as expected.

The difference being that `dired-do-byte-compile' is autoloaded, and
`dired-byte-compile' is not.

Which behavior were you expecting?

    Juanma





reply via email to

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