Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (describe-variable): Don't suppress display of | Martin Rudalics | 2007-01-23 | 1 | -2/+6 |
| | | | | buffer local value when the value is "large". | ||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | (describe-variable): Improve blank separator lines. | Richard M. Stallman | 2006-12-17 | 1 | -4/+6 |
| | |||||
* | (variable-at-point): Doc fix. | Eli Zaretskii | 2006-12-09 | 1 | -1/+1 |
| | |||||
* | * help-fns.el (help-with-tutorial): Moved to tutorial.el. | Chong Yidong | 2006-10-30 | 1 | -66/+0 |
| | | | | | | | | | | | * tutorial.el: New file. (help-with-tutorial): Moved here from help-fns.el. Added help for rebound keys. Fixed resume of tutorial. (tutorial--describe-nonstandard-key, tutorial--sort-keys) (tutorial--find-changed-keys, tutorial--display-changes) (tutorial--saved-dir, tutorial--saved-file) (tutorial--save-tutorial): New functions to support the changes in help-with-tutorial. | ||||
* | (describe-function-1): Special case optimization for self-insert-command. | Richard M. Stallman | 2006-10-16 | 1 | -29/+34 |
| | |||||
* | (describe-variable): Handle find-variable-noselect returning no position. | Richard M. Stallman | 2006-07-12 | 1 | -1/+2 |
| | |||||
* | Remove bogus \n\n from last commit. | Reiner Steib | 2006-05-11 | 1 | -1/+1 |
| | |||||
* | (describe-variable): Don't print safe-var if it is | Reiner Steib | 2006-05-11 | 1 | -4/+6 |
| | | | | | byte-code. Improve wording as suggested by Luc Teirlinck <teirllm@auburn.edu>. | ||||
* | * help-fns.el (describe-variable): Add info about safe local variables. | Dan Nicolaescu | 2006-04-29 | 1 | -0/+6 |
| | | | | * custom.texi (Examining): Update C-h v output example. | ||||
* | (help-do-arg-highlight): Recognize also ARG- followed by the opening bracket of | Juanma Barranquero | 2006-02-18 | 1 | -0/+1 |
| | | | | | the following bracketing pairs: {}, [], (), <>, `' (for example, in the docstring of `windmove-default-keybindings'). | ||||
* | (describe-function): Don't pass `nil' as default. | Richard M. Stallman | 2006-01-26 | 1 | -1/+2 |
| | |||||
* | Update copyright year. | John Paul Wallington | 2006-01-12 | 1 | -1/+1 |
| | |||||
* | (describe-variable): Remove newlines from void variable output. | John Paul Wallington | 2006-01-12 | 1 | -2/+2 |
| | |||||
* | (help-argument-name): Don't autoload. | Stefan Monnier | 2005-11-30 | 1 | -1/+0 |
| | | | | | It's useless and triggers a bug in cus-dep.el causing ldefs-boot to be re-loaded when customizing the `help' group. | ||||
* | (describe-function-1): Fill arglist. | John Paul Wallington | 2005-11-30 | 1 | -1/+3 |
| | |||||
* | 2005-11-10 Alan Mackenzie <acm@muc.de> | Alan Mackenzie | 2005-11-10 | 1 | -1/+5 |
| | | | | | * help-fns.el (describe-variable): Make C-h v work when a variable has variable documentation yet is unbound. | ||||
* | (describe-simplify-lib-file-name): Add autoload cookie. | Romain Francoise | 2005-10-31 | 1 | -0/+1 |
| | |||||
* | (describe-simplify-lib-file-name): Fix regexp. | Romain Francoise | 2005-10-29 | 1 | -1/+1 |
| | |||||
* | * subr.el (locate-library): Move from help-fns.el. | Romain Francoise | 2005-10-28 | 1 | -28/+0 |
| | | | | * help-fns.el (locate-library): Move to subr.el. | ||||
* | (describe-simplify-lib-file-name): New function. | Richard M. Stallman | 2005-10-23 | 1 | -0/+15 |
| | | | | (describe-function-1, describe-variable): Use it. | ||||
* | (describe-categories): "?\ " -> "?\s". | Juanma Barranquero | 2005-09-13 | 1 | -17/+15 |
| | | | | | (help-do-arg-highlight): Recognize also ARG-n, as in `move-to-left-margin' (ARG+n is already recognized). Simplify. | ||||
* | (describe-variable): Rearrange to put source link in a predictable place. | Richard M. Stallman | 2005-09-12 | 1 | -65/+69 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -2/+2 |
| | |||||
* | Fix up commenting style. | Stefan Monnier | 2005-07-14 | 1 | -8/+8 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (help-do-arg-highlight): Regexp-quote argument names. | Richard M. Stallman | 2005-07-01 | 1 | -1/+1 |
| | |||||
* | (help-do-arg-highlight): Highlight also -ARG (for example, -NLINES on the | Juanma Barranquero | 2005-06-30 | 1 | -1/+1 |
| | | | | `occur' docstring). | ||||
* | * emacs-lisp/find-func.el (find-function-noselect): Handle | Masatake YAMATO | 2005-05-30 | 1 | -1/+1 |
| | | | | | | subroutines. * help-fns.el (help-C-file-name): Added autoload mark for `find-function-noselect'. | ||||
* | (describe-variable): Remove hyperlinks in a | Nick Roberts | 2005-05-19 | 1 | -2/+5 |
| | | | | variable's value as these are quite frequently inappropriate. | ||||
* | (help-with-tutorial): Revert last change. | Thien-Thi Nguyen | 2005-03-30 | 1 | -2/+0 |
| | |||||
* | (help-with-tutorial): Delete title line. | Thien-Thi Nguyen | 2005-03-30 | 1 | -0/+2 |
| | |||||
* | (help-with-tutorial): Make sure that users cannot remove the entire | Lute Kamstra | 2005-02-03 | 1 | -0/+1 |
| | | | | text of the tutorial by means of `undo'. | ||||
* | Whitespace/comment change. | Richard M. Stallman | 2005-01-07 | 1 | -2/+10 |
| | |||||
* | (variable-at-point): New arg ANY-SYMBOL. | Richard M. Stallman | 2005-01-05 | 1 | -4/+5 |
| | |||||
* | (describe-function-1): Call symbol-file with `defun'. | Richard M. Stallman | 2004-12-27 | 1 | -2/+2 |
| | | | | (describe-variable): Call symbol-file with `defvar'. | ||||
* | (describe-variable): Add follow-link property to "below" button. | Kim F. Storm | 2004-12-17 | 1 | -0/+1 |
| | |||||
* | * help-fns.el (variable-at-point): | Juri Linkov | 2004-12-16 | 1 | -2/+7 |
| | | | | As a last resort try striping non-word prefixes and suffixes. | ||||
* | * help-fns.el (help-C-file-name): File name must be in build-files | Jan Djärv | 2004-11-09 | 1 | -1/+6 |
| | | | | to be returned. | ||||
* | (variable-at-point): read -> intern. | Juri Linkov | 2004-10-30 | 1 | -1/+1 |
| | |||||
* | (describe-variable): Use it to make "below" a hyperlink. | Daniel Pfeiffer | 2004-10-13 | 1 | -2/+8 |
| | |||||
* | (variable-at-point): Try `find-tag-default' when other methods failed. | Juri Linkov | 2004-09-02 | 1 | -12/+15 |
| | |||||
* | (help-argument-name): Inherit from italic face only if the frame | Juanma Barranquero | 2004-06-06 | 1 | -1/+1 |
| | | | | supports it. | ||||
* | (help-argument-name): Add :group 'help. | Juri Linkov | 2004-06-06 | 1 | -1/+2 |
| | |||||
* | (help-argument-name): Unconditionally inherit from 'italic (pending | Juanma Barranquero | 2004-06-05 | 1 | -1/+1 |
| | | | | investigation of problem with `supports' in `defface'). | ||||
* | (help-argument-name): Reintroduce face. | Juanma Barranquero | 2004-06-04 | 1 | -6/+11 |
| | | | | | (help-default-arg-highlight): Use it, now that `face-differs-from-default-p' can be trusted. | ||||
* | (help-add-fundoc-usage): Use %S only for output of `help-make-usage'. | Juanma Barranquero | 2004-05-22 | 1 | -2/+3 |
| | | | | | (help-highlight-arguments): Skip function name before searching for arguments. | ||||
* | (help-arg-highlighting-function, help-argument-name): Delete. | Juanma Barranquero | 2004-05-13 | 1 | -11/+9 |
| | | | | | (help-default-arg-highlight): New function. (help-do-arg-highlighting): Use it. | ||||
* | (help-split-fundoc, help-add-fundoc-usage): Make arguments match their use in | Juanma Barranquero | 2004-05-11 | 1 | -20/+37 |
| | | | | | | | | docstring. (help-arg-highlighting-function): New variable. (help-argument-name): Mention it in the docstring. (help-do-arg-highlight): Use it. Expand regexp to accept also ARG-xxx and xxx-ARG references. | ||||
* | (help-argument-name): Default to italic. | Juanma Barranquero | 2004-05-09 | 1 | -4/+4 |
| | | | | (help-highlight-arguments): Always return (usage . doc). |