diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-10-19 01:13:01 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-10-19 01:13:01 +0000 |
commit | 07894d421f1fad40b0259cce0d2090b016b1bed8 (patch) | |
tree | 4bd9d3731a4d37d60dc909aa33cb83f6d45c598e /lisp/help-fns.el | |
parent | dd3f89d7176b52d7c1983ce8bd91bd1d3938fd77 (diff) | |
download | emacs-07894d421f1fad40b0259cce0d2090b016b1bed8.tar.gz |
Whitespace fix.
Diffstat (limited to 'lisp/help-fns.el')
-rw-r--r-- | lisp/help-fns.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 3443cc634e0..f62fadc22b5 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -259,7 +259,7 @@ face (according to `face-differs-from-default-p')." (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) |