aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/apropos.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el
index 2681a8b88b9..170a1defb81 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -232,7 +232,8 @@ Returns list of symbols and documentation found."
232 (if (> (length substed) 67) 232 (if (> (length substed) 67)
233 (princ "\n "))) 233 (princ "\n ")))
234 (princ substed)))) 234 (princ substed))))
235 (or (bolp) (terpri))))) 235 (or (bolp) (terpri)))
236 (help-mode)))
236 t) 237 t)
237 238
238;; Find key bindings for symbols that are cars in ALIST. Optionally, first 239;; Find key bindings for symbols that are cars in ALIST. Optionally, first