aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/help.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 12b88344894..48eaba0b7e6 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -689,7 +689,7 @@ We put that list in a buffer, and display the buffer.
689 689
690The optional argument PREFIX, if non-nil, should be a key sequence; 690The optional argument PREFIX, if non-nil, should be a key sequence;
691then we display only bindings that start with that prefix." 691then we display only bindings that start with that prefix."
692 (interactive "p") 692 (interactive "P")
693 (describe-bindings-internal nil prefix)) 693 (describe-bindings-internal nil prefix))
694 694
695(defun where-is (definition &optional insert) 695(defun where-is (definition &optional insert)