aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/apropos.el
Commit message (Collapse)AuthorAgeFilesLines
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* (apropos-command): Include macros.Stefan Monnier2008-03-261-2/+5
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: [email protected]/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | (apropos-command): Revert previous change (variable assignment, notGlenn Morris2007-12-061-1/+1
| | | | | | | | function call).
* | Fix possibly buggy calls to `message'.Deepak Goel2007-12-061-1/+1
| |
* | (apropos-describe-plist):Martin Rudalics2007-11-101-3/+2
|/ | | | Use with-help-window instead of with-output-to-temp-buffer.
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (apropos-synonyms): Fix typo in docstring.Juanma Barranquero2006-11-061-1/+1
|
* (apropos-pattern-quoted): Fix a typo in a doc string.Eli Zaretskii2006-10-131-1/+1
|
* (apropos-print): Don't do where-is on self-insert-command.Richard M. Stallman2006-04-181-0/+1
|
* (apropos-synonyms): Add selection => region.Kim F. Storm2006-03-241-1/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (apropos): Doc fix.Richard M. Stallman2005-12-261-10/+11
|
* (apropos, apropos-value): Doc fix.Richard M. Stallman2005-12-261-3/+6
| | | | (apropos-documentation): Doc fix.
* (apropos-parse-pattern): Doc fix.Kim F. Storm2005-11-291-8/+13
| | | | | | Set apropos-regexp directly, rather than expecting callers to do so. (apropos-command, apropos, apropos-value, apropos-documentation): Simplify calls to apropos-parse-pattern.
* (apropos-calc-scores): Use apropos-pattern.Richard M. Stallman2005-11-161-1/+1
|
* (apropos-match-face): Doc fix.Kim F. Storm2005-11-121-112/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (apropos-sort-by-scores): Add new choice `verbose'. (apropos-documentation-sort-by-scores): New defcustom. (apropos-pattern): Now contains the pattern entered by the user. (apropos-pattern-quoted): New defvar. (apropos-regexp): New defvar, containing the regexp corresponding to apropos-pattern. (apropos-all-words-regexp): Renamed from apropos-all-regexp. (apropos-read-pattern): New defun. Use it to read pattern arg in interactive calls; returns list of words for a word list, and string for a regexp. (apropos-parse-pattern): Renamed from apropos-rewrite-regexp. Now parses a list of words or regexp as returned by apropos-read-pattern. (apropos-calc-scores): Return nil if apropos-regexp doesn't match. (apropos-score-doc): Return a very high score if the string entered by the user matches literally. (apropos-variable): Doc fix. Use apropos-read-pattern. (apropos-command): Doc fix. Use apropos-read-pattern and apropos-parse-pattern. Call apropos-print with nosubst=t. (apropos, apropos-value): Doc fix. Use apropos-read-pattern and apropos-parse-pattern. (apropos-documentation): Doc fix. Use apropos-read-pattern and apropos-parse-pattern. Locally bind apropos-sort-by-scores to apropos-documentation-sort-by-scores. Call apropos-print with nosubst=t. (apropos-documentation-internal): Pass doc string through substitute-key-definition before adding text properties. Highlight substring matching literal user input if possible. (apropos-documentation-check-doc-file): Remove locals beg and end. Fix calculation of score (as added twice). Pass doc string through substitute-key-definition before adding text properties. (apropos-documentation-check-elc-file): Pass doc string through substitute-key-definition before adding text properties. Highlight substring matching literal user input if possible. (apropos-print): Add new arg NOSUBST; if set, command and variable doc strings have already been passed through substitute-key-definition. Add code to handle apropos-accumulator items without score element for backwards compatibility (e.g. with woman package). Only show scores if apropos-sort-by-scores is `verbose'.
* (apropos-calc-scores): Use `apropos-pattern'.Romain Francoise2005-11-101-1/+1
|
* (apropos-pattern): Renamed from apropos-regexp.Richard M. Stallman2005-11-101-30/+51
| | | | | | | | | (apropos-orig-pattern): Renamed from apropos-orig-regexp. All uses changed. (apropos-rewrite-regexp): Doc fix. (apropos-variable, apropos-command apropos, apropos-value): Change prompt; carry through the argument renaming.
* Message format spec fixes (1)Deepak Goel2005-09-181-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (apropos): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-1/+1
|
* (apropos-print): Omit command from M-x ... RET.Kim F. Storm2005-03-071-7/+6
|
* (apropos-score-doc): Prevent division by zero.Lute Kamstra2005-02-111-8/+8
|
* (apropos-symbol, apropos-function, apropos-macro)Kim F. Storm2004-12-171-6/+17
| | | | | (apropos-command, apropos-variable, apropos-face, apropos-group) (apropos-widget, apropos-plist): Add follow-link property.
* (apropos-match-face): Change default from `secondary-selection' to `match'.Juri Linkov2004-12-161-1/+1
|
* (apropos-macrop): Doc fix.Richard M. Stallman2004-10-271-1/+1
|
* (apropos-mode): Don't autoload.Stefan Monnier2004-03-261-41/+47
| | | | | | | | (apropos-symbols-internal): New fun. Extracted from `apropos'. (apropos): Use it. (apropos-print): Add optional `text' argument. (apropos-describe-plist): Use help-buffer and hexlp-setup-xref. Don't assume point-min == 1.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (apropos-words-to-regexp): Only add `wild' ifAndreas Schwab2003-08-021-3/+4
| | | | `words' has more than one member.
* (apropos-sort-by-scores): Rename from apropos-show-scores.Kim F. Storm2003-07-141-4/+5
| | | | All uses changed.
* (apropos-show-scores): Make it customizable. Document new meaning.Richard M. Stallman2003-07-121-8/+14
| | | | | (apropos): Compute scores from symbols. (apropos-print): Don't sort by scores if apropos-show-scores is nil.
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-7/+7
|
* (apropos): Restore autoload cookie. Fix errorJohn Paul Wallington2003-01-141-1/+3
| | | | message typo.
* (apropos-documentation-property): New function.Richard M. Stallman2003-01-131-20/+19
| | | | (apropos): Use apropos-documentation-property.
* (apropos-group): Use customize-group-other-window.Andreas Schwab2002-10-201-1/+1
|
* * startup.el (normal-splash-screen): Ensure splash buffer isJohn Paul Wallington2002-08-241-1/+1
| | | | | | | | | | | | | killed. Use tabs in output. Fix test whether previous buffer was *scratch* buffer. * progmodes/simula.el (simula-abbrev-keyword-default) (simula-abbrev-keyword, simula-abbrev-stdproc-default) (simula-abbrev-stdproc): Doc fix - escape open parens in column 0. * apropos.el (command-apropos): Use `defalias' instead of `fset'. * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
* (apropos-true-hit, apropos-false-hit-symbol)Kim F. Storm2002-05-231-48/+79
| | | | | | | | (apropos-false-hit-str, apropos-true-hit-doc): New functions. (apropos-command, apropos-value, apropos-documentation-internal) (apropos-documentation-check-doc-file) (apropos-documentation-check-elc-file): Use them to filter out false matches where only one keyword matches, but more than once.
* Only reduce string score for lengthy strings once.Kim F. Storm2002-05-231-3/+4
|
* (apropos-show-scores, apropos-orig-regexp)Kim F. Storm2002-05-231-41/+186
| | | | | | | | | | | | | (apropos-all-regexp, apropos-synonyms, apropos-words) (apropos-all-words): New variables. (aprpos-words-to-regexp, apropos-rewrite-regexp) (apropos-calc-scores, apropos-score-str, apropos-score-doc) (apropos-score-symbol): New functions. (apropos-command, apropos, apropos-value, apropos-documentation): Allow keywords in addition to regexp. Added scoring. (apropos-documentation-check-doc-file) (apropos-documentation-check-elc-file): Added scoring. (apropos-print): Sort according to score.
* (apropos-print): Fix the reference to mouse-2.Eli Zaretskii2002-05-041-3/+5
|
* Remove unnecessary whitespaces.Pavel Janík2002-01-051-1/+1
|
* (apropos-print): SPACING is now nil or a separator string.Richard M. Stallman2001-12-221-4/+8
| | | | (apropos-documentation, apropos-value): Pass a suitable string.
* (apropos-next-label-button): Doc fix.Pavel Janík2001-11-161-1/+1
|
* (button): New require.Miles Bader2001-10-091-0/+2
|
* (apropos-next-label-button): Use the presence of aMiles Bader2001-10-081-8/+9
| | | | `apropos-label' property to detect label buttons.
* (apropos-symbol): Add `skip' property.Miles Bader2001-10-081-37/+67
| | | | | | | | | | | (apropos-function, apropos-macro, apropos-command) (apropos-variable, apropos-face, apropos-group, apropos-widget) (apropos-plist): New button types. (apropos-label-properties): Variable removed. (apropos-print): Pass button-type to apropos-print-doc, rather than help function and label text. (apropos-print-doc): Remove ACTION and STR args, add TYPE arg. Get button label from TYPE.