Show
Ignore:
Timestamp:
07/29/06 07:48:34 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/progmodes/which-func.el

    r4037 r4131  
    263263(defun which-function () 
    264264  "Return current function name based on point. 
    265 Uses `which-function-functions', `imenu--index-alist' 
     265Uses `which-func-functions', `imenu--index-alist' 
    266266or `add-log-current-defun-function'. 
    267267If no function name is found, return nil." 
    268268  (let ((name 
    269          ;; Try the `which-function-functions' functions first. 
     269         ;; Try the `which-func-functions' functions first. 
    270270         (run-hook-with-args-until-success 'which-func-functions))) 
    271271