comparison lisp/apropos.el @ 9860:49a20a98c276

(apropos-print-matches): Set help-mode in *Help* buffer.
author Karl Heuer <kwzh@gnu.org>
date Wed, 09 Nov 1994 05:52:02 +0000
parents 177bb6670a97
children 58037e770f67
comparison
equal deleted inserted replaced
9859:addf04676b54 9860:49a20a98c276
230 (princ " ") 230 (princ " ")
231 (princ " Variable: ") 231 (princ " Variable: ")
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
239 ;; match the symbol name against REGEXP. Modifies ALIST in place. Each key 240 ;; match the symbol name against REGEXP. Modifies ALIST in place. Each key
240 ;; binding is added as a string to the end of the list in ALIST whose car is 241 ;; binding is added as a string to the end of the list in ALIST whose car is