Mercurial > emacs
comparison lisp/apropos.el @ 65582:4d1085b02d64
Message format spec fixes (1)
author | Deepak Goel <deego@gnufans.org> |
---|---|
date | Sun, 18 Sep 2005 12:25:02 +0000 |
parents | 41bb365f41c4 |
children | d1d47a44eee5 fa0da9b57058 |
comparison
equal
deleted
inserted
replaced
65581:fd1833c3398a | 65582:4d1085b02d64 |
---|---|
441 (string-match "\n" doc))))))) | 441 (string-match "\n" doc))))))) |
442 (setcar (cdr (car p)) score) | 442 (setcar (cdr (car p)) score) |
443 (setq p (cdr p)))) | 443 (setq p (cdr p)))) |
444 (and (apropos-print t nil) | 444 (and (apropos-print t nil) |
445 message | 445 message |
446 (message message)))) | 446 (message "%s" message)))) |
447 | 447 |
448 | 448 |
449 ;;;###autoload | 449 ;;;###autoload |
450 (defun apropos-documentation-property (symbol property raw) | 450 (defun apropos-documentation-property (symbol property raw) |
451 "Like (documentation-property SYMBOL PROPERTY RAW) but handle errors." | 451 "Like (documentation-property SYMBOL PROPERTY RAW) but handle errors." |