diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 2c7956d968..85f305617d 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -1898,6 +1898,8 @@ help-fns--list-local-commands (mapatoms (lambda (sym) (when (and (commandp sym) + ;; Ignore 'ignore'. + (not (eq sym 'ignore)) ;; Ignore aliases. (not (symbolp (symbol-function sym))) ;; Ignore everything bound.