diff options
| -rw-r--r-- | lisp/apropos.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el index 61cc0fda3f0..b691c0fa8ef 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el | |||
| @@ -591,14 +591,15 @@ alphabetically by symbol name; but this function also sets | |||
| 591 | "Macro" | 591 | "Macro" |
| 592 | "Function")) | 592 | "Function")) |
| 593 | t) | 593 | t) |
| 594 | ;; We used to use customize-variable-other-window instead | 594 | ;; We used to use `customize-variable-other-window' instead |
| 595 | ;; for a customizable variable, but that is slow. | 595 | ;; for a customizable variable, but that is slow. |
| 596 | ;; It is better to show an ordinary help buffer | 596 | ;; It is better to show an ordinary help buffer |
| 597 | ;; and let the user click on the customization button | 597 | ;; and let the user click on the customization button |
| 598 | ;; in that buffer, if he wants to. | 598 | ;; in that buffer, if he wants to. |
| 599 | ;; Likewise for `customize-face-other-window'. | ||
| 599 | (apropos-print-doc 'describe-variable 2 "Variable" t) | 600 | (apropos-print-doc 'describe-variable 2 "Variable" t) |
| 600 | (apropos-print-doc 'customize-group-other-window 6 "Group" t) | 601 | (apropos-print-doc 'customize-group-other-window 6 "Group" t) |
| 601 | (apropos-print-doc 'customize-face-other-window 5 "Face" t) | 602 | (apropos-print-doc 'describe-face 5 "Face" t) |
| 602 | (apropos-print-doc 'widget-browse-other-window 4 "Widget" t) | 603 | (apropos-print-doc 'widget-browse-other-window 4 "Widget" t) |
| 603 | (apropos-print-doc 'apropos-describe-plist 3 | 604 | (apropos-print-doc 'apropos-describe-plist 3 |
| 604 | "Plist" nil)) | 605 | "Plist" nil)) |