Mercurial > hg > xemacs-beta
comparison lisp/packages/apropos.el @ 76:c0c698873ce1 r20-0b33
Import from CVS: tag r20-0b33
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:05:10 +0200 |
parents | b9518feda344 |
children | 0d2f883870bc |
comparison
equal
deleted
inserted
replaced
75:a4e0195b387b | 76:c0c698873ce1 |
---|---|
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) |