Trailing whitepace deleted.
[bpt/emacs.git] / lisp / emacs-lisp / find-func.el
index 4192209..74afa4a 100644 (file)
@@ -312,7 +312,7 @@ The library where VARIABLE is defined is searched for in FILE or
 `find-function-source-path', if non nil, otherwise in `load-path'."
   (if (not variable)
       (error "You didn't specify a variable"))
-  ;; Fixme: I think `symbol-file' should be fixed instead.  -- fx 
+  ;; Fixme: I think `symbol-file' should be fixed instead.  -- fx
   (let ((library (or file (symbol-file (cons 'defvar variable)))))
     (find-function-search-for-symbol variable 'variable library)))