comparison lisp/packages/apropos.el @ 10:49a24b4fd526 r19-15b6

Import from CVS: tag r19-15b6
author cvs
date Mon, 13 Aug 2007 08:47:52 +0200
parents b82b59fe008d
children 8fc7fe29b841
comparison
equal deleted inserted replaced
9:6f2bbbbbe05a 10:49a24b4fd526
560 "Function")) 560 "Function"))
561 do-keys) 561 do-keys)
562 (apropos-print-doc 'describe-variable 2 562 (apropos-print-doc 'describe-variable 2
563 "Variable" do-keys) 563 "Variable" do-keys)
564 (apropos-print-doc 'apropos-describe-plist 3 564 (apropos-print-doc 'apropos-describe-plist 3
565 "Plist" nil))))) 565 "Plist" nil))))
566 (shrink-window-if-larger-than-buffer (get-buffer-window "*Apropos*")))
566 (prog1 apropos-accumulator 567 (prog1 apropos-accumulator
567 (setq apropos-accumulator ()))) ; permit gc 568 (setq apropos-accumulator ()))) ; permit gc
568 569
569 570
570 (defun apropos-macrop (symbol) 571 (defun apropos-macrop (symbol)