From 01dbd8a0b94fdf8460535814bf549068b2488f72 Mon Sep 17 00:00:00 2001 From: Erik Naggum Date: Sun, 28 Jan 1996 07:10:18 +0000 Subject: [PATCH] (apropos-print): Fix previous change. --- lisp/apropos.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/apropos.el b/lisp/apropos.el index 12b84ff104b..8ebddb9bd5c 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -493,7 +493,7 @@ found." key)) key) item ", ")) - (insert "(not bound to any keys)")))) + (insert "(not bound to any keys)"))) (terpri) ;; only now so we don't propagate text attributes all over (put-text-property point1 point2 'item -- 2.39.2