Mercurial > hg > xemacs-beta
comparison lisp/packages/apropos.el @ 44:8d2a9b52c682 r19-15prefinal
Import from CVS: tag r19-15prefinal
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:55:10 +0200 |
parents | 8fc7fe29b841 |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
43:23cafc5d2038 | 44:8d2a9b52c682 |
---|---|
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 (when temp-buffer-shrink-to-fit | |
567 (shrink-window-if-larger-than-buffer (get-buffer-window "*Apropos*")))) | |
568 (prog1 apropos-accumulator | 566 (prog1 apropos-accumulator |
569 (setq apropos-accumulator ()))) ; permit gc | 567 (setq apropos-accumulator ()))) ; permit gc |
570 | 568 |
571 | 569 |
572 (defun apropos-macrop (symbol) | 570 (defun apropos-macrop (symbol) |