aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/apropos.el
Commit message (Collapse)AuthorAgeFilesLines
* (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.
* (apropos-next-label-button): Update arguments to `next-button'.Miles Bader2001-10-081-1/+1
|
* (apropos-symbol, apropos-label): New button types.Miles Bader2001-10-071-62/+73
| | | | | | | | | | (apropos-symbol-button-display-help) (apropos-label-button-display-help, apropos-next-label-button): New functions. (apropos-mode-map): Make button-buffer-map our parent. Don't bind mouse events. (apropos-print, apropos-print-doc): Create buttons instead of text properties. (apropos-mouse-follow): Function removed. (apropos-follow): Use buttons.
* (apropos-print): Fix last change.Eli Zaretskii2001-09-281-1/+1
|
* (apropos-print): Make the directions inserted at theEli Zaretskii2001-09-281-4/+6
| | | | beginning of the *Apropos* buffer more clear.
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-1/+1
|
* (apropos-print): Add help-echo to active text.Dave Love2000-11-271-1/+2
|
* (apropos-mode): Use define-derived-mode.Stefan Monnier2000-10-041-8/+2
|
* Doc fixes.Dave Love2000-06-201-14/+14
|
* *** empty log message ***Gerd Moellmann2000-06-071-1/+4
|
* (apropos-print): Use display-mouse-p instead ofEli Zaretskii2000-05-251-1/+1
| | | | window-system.
* (apropos-print): use `describe-face' instead ofDave Love2000-05-091-2/+3
| | | | `customize-face-other-window'.
* (apropos-mode): Add autoload cookie.Gerd Moellmann1999-12-061-0/+1
|
* (apropos-symbol-face): Non-nil even for ttys.Richard M. Stallman1999-09-171-24/+25
| | | | | | | | (apropos-keybinding-face, apropos-label-face): Likewise. (apropos-property-face, apropos-match-face): Likewise. (apropos-label-properties): New variable. (apropos-print-doc): Use apropos-label-properties. (apropos-print): Set apropos-label-properties.
* Don't capitalize custom group name.Dave Love1999-08-161-1/+1
|
* Update address.Karl Heuer1998-12-141-1/+1
|
* (apropos-print): control invalid characters.Karl Heuer1998-10-061-1/+3
|
* (apropos-print): Delete arg DOC-FN.Karl Heuer1998-06-201-73/+72
| | | | | Callers changed to do that work before calling apropos-print. Make *Apropos* buffer read only.
* (apropos-print): The cross ref for a variableRichard M. Stallman1998-06-091-5/+6
| | | | should always do just describe-variable.
* (apropos-variable): Fixed argument to apropos-command.Karl Heuer1998-06-011-3/+3
| | | | | (apropos-command): Let `var-predicate' have higher priority than `do-all'.
* (apropos-command): If DO-ALL is set, search functions, not variables.Richard M. Stallman1998-05-241-13/+9
|
* (apropos-command): Change 3rd arg to VAR-PREDICATERichard M. Stallman1998-05-241-12/+30
| | | | | | and use it as a predicate for which variables to match. (apropos-variable): Use that feature to match all documented vars, if have prefix arg.
* (apropos): Handle aliases for undefined functions.Richard M. Stallman1998-05-221-1/+4
|
* (apropos-mode-map): Bind q to quit-window.Richard M. Stallman1998-05-021-2/+3
|
* (apropos-print): Pass t instead of DO-KEYSRichard M. Stallman1997-12-221-6/+6
| | | | when calling apropos-print-doc.
* (apropos, apropos-command): Ignore symbols that have apropos-inhibit property.Richard M. Stallman1997-12-211-0/+10
|
* (apropos-variable): New command.Richard M. Stallman1997-11-241-12/+19
| | | | (apropos-command): New arg JUST-VARS.
* (apropos-command): Doc fix.Karl Heuer1997-11-031-2/+2
|
* Customized.Richard M. Stallman1997-07-241-13/+31
|
* (apropos-print): Use customize-group-other-window, not customize-other-window.Richard M. Stallman1997-07-151-1/+1
|
* Add provide call.Richard M. Stallman1997-06-221-0/+2
|
* (apropos): Add support for customization groups.Richard M. Stallman1997-04-251-0/+7
| | | | (apropos-print): Ditto.
* (apropos): Add support for faces, widgets, and user options.Richard M. Stallman1997-04-121-3/+21
| | | | (apropos-print): Ditto.
* (apropos): Print all property symbols.Karl Heuer1997-03-171-15/+15
|
* (apropos-print): Don't say `Type ' before M-x cmd.Richard M. Stallman1996-09-041-1/+0
|
* (apropos-mode-map): Don't use view-mode;Richard M. Stallman1996-08-261-1/+2
| | | | instead, bind SPC and DEL directly.
* (apropos-mode): Turn on View mode.Richard M. Stallman1996-08-221-0/+1
|
* (apropos-print): If command has no key bindings, say how to run it with M-x.Richard M. Stallman1996-05-041-1/+8
|
* (apropos-print): Fix previous change.Erik Naggum1996-01-281-1/+1
|
* (apropos-print): Omit key sequences that contain a frame.Richard M. Stallman1996-01-271-13/+30
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|