# HG changeset patch # User Richard M. Stallman # Date 1192756374 0 # Node ID 364b2ff35290c66ac6f591d89d5cc9862c344421 # Parent f11bfc50b5be4cf00ac7baf4f5f7c8adf516e983 Whitespace fix. diff -r f11bfc50b5be -r 364b2ff35290 lisp/help-fns.el --- a/lisp/help-fns.el Fri Oct 19 01:12:43 2007 +0000 +++ b/lisp/help-fns.el Fri Oct 19 01:12:54 2007 +0000 @@ -259,7 +259,7 @@ (cdr (assq 'origname advised)) (fboundp (cdr (assq 'origname advised))) (cdr (assq 'origname advised))) - function)) + function)) ;; Get the real definition. (def (if (symbolp real-function) (symbol-function real-function)