| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (help-manyarg-func-alist): Typo. | Stefan Monnier | 2000-05-22 | 1 | -1/+1 |
| | | |||||
| * | (view-emacs-FAQ): Change `emacs-faq' to `efaq'. | Gerd Moellmann | 2000-05-16 | 1 | -1/+1 |
| | | |||||
| * | (help-xref-stack): Doc fix. | Dave Love | 2000-05-14 | 1 | -15/+21 |
| | | | | | | | | | (help-xref-following): New variable. (help-make-xrefs): Use it. (help-xref-go-back): Use position information from stack element. (help-follow): Make position in stack element a pair. Use help-xref-following. | ||||
| * | (describe-variable): Have customize button pop the | Dave Love | 2000-05-09 | 1 | -15/+31 |
| | | | | | | | | | | help-xref stack when invoked. (help-xref-symbol-regexp): Add `face'. (help-make-xrefs): Check for quoted face names and adapt regexp submatch numbers to cope. (help-xref-interned): Maybe insert face doc too. Separate sections with a line of hyphens. | ||||
| * | (help-xref-on-pp): Check for constant symbols. | Dave Love | 2000-05-02 | 1 | -3/+9 |
| | | |||||
| * | (locate-library): Use mapc. | Dave Love | 2000-04-27 | 1 | -2/+4 |
| | | | | | (help-manyarg-func-alist): Add call-process-region. | ||||
| * | (help-xref-on-pp): New function. | Gerd Moellmann | 2000-04-26 | 1 | -8/+38 |
| | | | | | (describe-variable): Use it to display xrefs in a symbol's value. | ||||
| * | (resize-temp-buffer-window): Use count-screen-lines. | Gerd Moellmann | 2000-04-19 | 1 | -1/+1 |
| | | |||||
| * | (help-manyarg-func-alist): Correct several omissions. | Dave Love | 2000-03-31 | 1 | -1/+10 |
| | | |||||
| * | (help-xref-go-back): Don't try to set position. | Dave Love | 2000-03-02 | 1 | -1/+4 |
| | | |||||
| * | (help-xref-button): Add help-echo arg. | Dave Love | 2000-03-01 | 1 | -19/+47 |
| | | | | | (describe-function-1, describe-variable, help-make-xrefs): Use it. | ||||
| * | (describe-variable): Set syntax table to | Gerd Moellmann | 2000-02-22 | 1 | -0/+1 |
| | | | | | | emacs-lisp-mode-syntax-table when moving forward over the symbol's name. | ||||
| * | (describe-function-1): Print note about arglist of autoloaded | Dave Love | 2000-02-01 | 1 | -10/+99 |
| | | | | | | functions. Move arglist of primitives up from end of doc string. (help-manyarg-func-alist): Populate it. | ||||
| * | (help-xref-symbol-regexp, help-xref-info-regexp): Use defconst, | Dave Love | 2000-01-28 | 1 | -29/+9 |
| | | | | | | purecopy. (help-back-label): Purecopy it. | ||||
| * | 1999-12-11 Samir Barjoud <samir@mindspring.com> | Dave Love | 1999-12-11 | 1 | -1/+1 |
| | | | | | | * help.el (where-is): use `commandp' as predicate for `completing-read' | ||||
| * | (view-emacs-problems): New command, bound to C-h P. | Dave Love | 1999-12-07 | 1 | -0/+7 |
| | | |||||
| * | (help-mode-hook): Define. | Dave Love | 1999-11-29 | 1 | -0/+5 |
| | | |||||
| * | (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 |
| | | | | | | | | function-only symbols. (help-make-xrefs): take advantage of the new `help-xref-interned'. (help-follow): if the point under mouse is not highlighted, try `help-xref-interned' on the pointed-to symbol anyway. | ||||
| * | Require view when compiling. | Dave Love | 1999-10-01 | 1 | -1/+3 |
| | | | | | (view-emacs-FAQ): Use Info version. | ||||
| * | (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 |
| | | | | | | | with local-map properties. (describe-key): Ditto. (mode-line-key-binding): New. | ||||
| * | (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 |
| | | | | | (describe-key, describe-function): Use it. | ||||
| * | (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 |
| | | | | | commands in a keymap description. | ||||
| * | (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 |
| | | | | | (help-make-xrefs): Do Info case first. | ||||
| * | (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 |
| | | | | | `(emacs)' prefix. | ||||
| * | (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 |
| | | | | | | | | | | and change regexp for command names. (help-xref-go-back, function-called-at-point, symbol-file) (where-is): Doc fixes. (help-xref-go-back): Remove interactive spec. (describe-function-1): Fix message for alias. Buttomize alias name. | ||||
| * | (temp-buffer-setup-hook, temp-buffer-show-hook): Swap | Dave Love | 1999-01-11 | 1 | -2/+2 |
| | | | | | the values round. | ||||
| * | (help-mode-finish): Renamed from help-mode-maybe. | Richard M. Stallman | 1999-01-11 | 1 | -4/+8 |
| | | | | | | | | Don't switch to Help mode here. (temp-buffer-setup-hook): Use help-mode-finish. (help-mode-setup): New function. (temp-buffer-setup-hook): Use help-mode-setup. | ||||
| * | (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 |
| | | | | | if this is an autoloaded keymap. | ||||
| * | (symbol-file-load-history-loaded): Variable renamed, | Karl Heuer | 1998-12-10 | 1 | -3/+23 |
| | | | | | | | | and defvar moved from loadhist.el. (symbol-file): Renamed from describe-function-find-file. Load fns-VERSION.el here. (describe-variable, describe-function-1): Use symbol-file. | ||||
| * | (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 |
| | | | | | `Info-goto-node'. | ||||
| * | (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-variable): Revert previous change to hyperlink to source. | ||||
| * | (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 |
| | | | | | delete `window-' from the names. | ||||