| Commit message (Expand) | Author | Age | Files | Lines |
* | (help-follow): Make arg optional again and really default to point. | Dave Love | 1999-10-28 | 1 | -1/+3 |
* | (help-xref-interned): make it also work on variable-only and | Stefan Monnier | 1999-10-13 | 1 | -23/+32 |
* | Require view when compiling. | Dave Love | 1999-10-01 | 1 | -1/+3 |
* | (help-highlight-p): Doc fix. | Dave Love | 1999-09-13 | 1 | -2/+1 |
* | (describe-function-1): Don't return empty string for keymaps. | Richard M. Stallman | 1999-09-08 | 1 | -0/+12 |
* | (help-make-xrefs): Don't lose on non-empty blank line after key table. | Dave Love | 1999-08-31 | 1 | -3/+3 |
* | (describe-key-briefly): Handle mode line strings | Gerd Moellmann | 1999-07-23 | 1 | -2/+16 |
* | (describe-variable): Fix test for customizability. | Dave Love | 1999-07-20 | 1 | -3/+3 |
* | (help-for-help): Mention C-h C-i. Clear up C-h n. | Karl Heuer | 1999-06-12 | 1 | -2/+4 |
* | (help-xref-interned): Fix insertion of fdoc and revamp. | Karl Heuer | 1999-06-04 | 1 | -6/+6 |
* | (describe-function-1): Extra arg, interactive-p. | Richard M. Stallman | 1999-05-22 | 1 | -4/+4 |
* | (help-make-xrefs): Fix typpo. | Dave Love | 1999-05-10 | 1 | -2/+1 |
* | (help-make-xrefs): Handle more cases when looking for | Andreas Schwab | 1999-05-10 | 1 | -8/+7 |
* | (temp-buffer-resize-mode): Doc fix. | Dave Love | 1999-04-27 | 1 | -2/+2 |
* | (describe-variable): Check custom-loads property as well as custom-type. | Richard M. Stallman | 1999-04-08 | 1 | -1/+3 |
* | (temp-buffer-resize-mode): Doc fix. | Karl Heuer | 1999-03-30 | 1 | -1/+2 |
* | (help-xref-info-regexp): Allow linebreaks and capital. | Richard M. Stallman | 1999-02-26 | 1 | -9/+9 |
* | (describe-function-1): Don't print a whole lambda-function. | Richard M. Stallman | 1999-02-26 | 1 | -1/+1 |
* | (describe-function-1): Accept non-symbols. | Richard M. Stallman | 1999-02-16 | 1 | -1/+3 |
* | (help-make-xrefs): Default info references to an | Dave Love | 1999-01-25 | 1 | -1/+5 |
* | (temp-buffer-setup-hook, temp-buffer-show-hook): Revert last change. | Dave Love | 1999-01-16 | 1 | -2/+2 |
* | (help-make-xrefs): Avoid infloop in keymap substitutions | Dave Love | 1999-01-15 | 1 | -16/+28 |
* | (temp-buffer-setup-hook, temp-buffer-show-hook): Swap | Dave Love | 1999-01-11 | 1 | -2/+2 |
* | (help-mode-finish): Renamed from help-mode-maybe. | Richard M. Stallman | 1999-01-11 | 1 | -4/+8 |
* | (function-called-at-point): First look for function at point. | Richard M. Stallman | 1998-12-30 | 1 | -12/+13 |
* | (describe-function-1): Say "keymap", not "Lisp macro", | Andreas Schwab | 1998-12-21 | 1 | -2/+3 |
* | (symbol-file-load-history-loaded): Variable renamed, | Karl Heuer | 1998-12-10 | 1 | -3/+23 |
* | (describe-function-1): Fix description for alias. | Dave Love | 1998-12-04 | 1 | -1/+1 |
* | (help-make-xrefs): Use `info', not the non-autoloaded | Dave Love | 1998-12-02 | 1 | -1/+1 |
* | (temp-buffer-resize-mode): Doc fix. | Karl Heuer | 1998-12-02 | 1 | -4/+3 |
* | (help-xref-button): Do nothing if text already has the help-xref property. | Richard M. Stallman | 1998-11-30 | 1 | -16/+16 |
* | (describe-mode): Put major mode first. | Richard M. Stallman | 1998-11-29 | 1 | -12/+13 |
* | Rename function and variables added in previous change: | Richard M. Stallman | 1998-11-22 | 1 | -13/+13 |
* | Add resizing of temporary buffers. | Richard M. Stallman | 1998-11-22 | 1 | -0/+69 |
* | (describe-mode): Don't avoid loop indirecting thru value of INDICATOR. | Richard M. Stallman | 1998-11-21 | 1 | -1/+3 |
* | (describe-variable): Allow any variable with a defcustom, | Richard M. Stallman | 1998-11-21 | 1 | -2/+2 |
* | (describe-variable): Don't quote link to source. | Dave Love | 1998-11-05 | 1 | -3/+5 |
* | (describe-variable): Hyperlink the definition. | Dave Love | 1998-10-30 | 1 | -0/+17 |
* | (help-quit): Add doc. | Richard M. Stallman | 1998-09-27 | 1 | -0/+1 |
* | (help-for-help): Use %THIS-KEY%. | Richard M. Stallman | 1998-09-27 | 1 | -1/+1 |
* | (help-make-xrefs): Fix typo affecting Info references. | Dave Love | 1998-09-21 | 1 | -1/+1 |
* | (help-xref-interned): Bind inhibit-read-only when | Dave Love | 1998-09-09 | 1 | -1/+2 |
* | (describe-function-1): Handle macros properly. | Richard M. Stallman | 1998-08-10 | 1 | -8/+12 |
* | (describe-function-1): Fix the code that uses find-function-noselect. | Richard M. Stallman | 1998-07-29 | 1 | -2/+2 |
* | (help-map): C-h 4 i runs info-other-window. | Richard M. Stallman | 1998-06-13 | 1 | -16/+1 |
* | (help-make-xrefs): When scanning keymap binding listings, | Richard M. Stallman | 1998-06-10 | 1 | -5/+6 |
* | Comment change. | Richard M. Stallman | 1998-06-09 | 1 | -2/+4 |
* | (help-setup-xref): Change all callers to | Karl Heuer | 1998-06-01 | 1 | -20/+31 |
* | (describe-variable): Add a button to call | Richard M. Stallman | 1998-05-25 | 1 | -0/+16 |
* | (describe-key-briefly): When INSERT, put cmd name in `...'. | Richard M. Stallman | 1998-05-14 | 1 | -1/+1 |