changeset 85430:364b2ff35290

Whitespace fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 19 Oct 2007 01:12:54 +0000
parents f11bfc50b5be
children 1c58bef1b22e
files lisp/help-fns.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)