aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-07-15 23:12:14 +0000
committerRichard M. Stallman1997-07-15 23:12:14 +0000
commit6cb0a57bb50e2cf7f5a120f8feff48d9b03815e8 (patch)
treeb481cce8a94b640447b8d3a42df2721185e5a9be
parent28afe1992dc4d7a105406ad6081d3766cfb9996f (diff)
downloademacs-6cb0a57bb50e2cf7f5a120f8feff48d9b03815e8.tar.gz
emacs-6cb0a57bb50e2cf7f5a120f8feff48d9b03815e8.zip
(apropos-print): Use customize-group-other-window, not customize-other-window.
-rw-r--r--lisp/apropos.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el
index e2faf2bd0e2..52cf9a2fb36 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -541,7 +541,7 @@ found."
541 "User Option" do-keys) 541 "User Option" do-keys)
542 (apropos-print-doc 'describe-variable 2 542 (apropos-print-doc 'describe-variable 2
543 "Variable" do-keys)) 543 "Variable" do-keys))
544 (apropos-print-doc 'customize-other-window 6 "Group" do-keys) 544 (apropos-print-doc 'customize-group-other-window 6 "Group" do-keys)
545 (apropos-print-doc 'customize-face-other-window 5 "Face" do-keys) 545 (apropos-print-doc 'customize-face-other-window 5 "Face" do-keys)
546 (apropos-print-doc 'widget-browse-other-window 4 "Widget" do-keys) 546 (apropos-print-doc 'widget-browse-other-window 4 "Widget" do-keys)
547 (apropos-print-doc 'apropos-describe-plist 3 547 (apropos-print-doc 'apropos-describe-plist 3