summaryrefslogtreecommitdiff
path: root/lisp/help-fns.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/help-fns.el')
-rw-r--r--lisp/help-fns.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/help-fns.el b/lisp/help-fns.el
index 21e3fa993dd..3606454a323 100644
--- a/lisp/help-fns.el
+++ b/lisp/help-fns.el
@@ -163,8 +163,6 @@ and the file name is displayed in the echo area."
(concat beg "Lisp function"))
((eq (car-safe def) 'macro)
"a Lisp macro")
- ((eq (car-safe def) 'mocklisp)
- "a mocklisp function")
((eq (car-safe def) 'autoload)
(setq file-name (nth 1 def))
(format "%s autoloaded %s"