diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-01-05 19:02:27 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-01-05 19:02:27 +0000 |
commit | 7cfedc97a20904ddc0a55ee51425627531a2637a (patch) | |
tree | 707faa508c03a97a01ff48af1a49730f1c2ff6ae /lisp/apropos.el | |
parent | 8c70a2de6bc490e9f3021623271bae46297477fd (diff) | |
download | emacs-7cfedc97a20904ddc0a55ee51425627531a2637a.tar.gz |
Remove unnecessary whitespaces.
Diffstat (limited to 'lisp/apropos.el')
-rw-r--r-- | lisp/apropos.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el index 3ad41627ece..0fa0e83b82d 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -161,7 +161,7 @@ for the regexp; the part that matches gets displayed in this font." 'action (lambda (button) (describe-function (button-get button 'apropos-symbol))) 'help-echo "mouse-2, RET: Display more help on this command") - + ;; We used to use `customize-variable-other-window' instead for a ;; customizable variable, but that is slow. It is better to show an ;; ordinary help buffer and let the user click on the customization |