diff options
| -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 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 |