I want to use the locate-file function in Emacs to find files quickly using file names. This link: http://www.gnu.org/software/emacs/elisp/html_node/Locating-Files.html says that there is a command function 'locate-file' for this purpose.
But when I try to use this function using: M-x locate-file
it says [No match]
. What could be the problem?
Strangely, when the function is present in describe-function
!