| Commit message (Expand) | Author | Age | Files | Lines |
* | (help-map): Use apropos-command, not command-apropos. | Richard M. Stallman | 1997-03-21 | 1 | -1/+1 |
* | (help-with-tutorial): Prefix argument to specify a | Karl Heuer | 1997-02-20 | 1 | -5/+12 |
* | (help-map): Define C-h C-i to run word-help. | Richard M. Stallman | 1996-12-28 | 1 | -0/+1 |
* | (describe-mode): Include minor modes that aren't buffer local. | Richard M. Stallman | 1996-12-16 | 1 | -6/+3 |
* | (describe-variable): Pretty-print the values. | Richard M. Stallman | 1996-11-10 | 1 | -26/+44 |
* | (describe-function): If no fn specified, say so. | Richard M. Stallman | 1996-10-13 | 1 | -94/+100 |
* | (print-help-return-message): Use new functions `special-display-p' and | Erik Naggum | 1996-10-06 | 1 | -60/+28 |
* | (locate-library): Print no messages if called from Lisp. | Richard M. Stallman | 1996-09-21 | 1 | -31/+37 |
* | (locate-library): New arg PATH. Handle autocompression mode. | Richard M. Stallman | 1996-09-02 | 1 | -4/+21 |
* | (locate-library): Doc fix. | Richard M. Stallman | 1996-09-02 | 1 | -2/+2 |
* | Fully reinstall July 26 change. | Simon Marshall | 1996-08-05 | 1 | -2/+1 |
* | (help-font-lock-keywords): Undo July 26 change. | Richard M. Stallman | 1996-07-31 | 1 | -1/+4 |
* | (help-fontify-buffer-function): Function deleted. | Richard M. Stallman | 1996-07-29 | 1 | -13/+1 |
* | (help-font-lock-keywords): Use font-lock-function-name-face | Richard M. Stallman | 1996-07-27 | 1 | -17/+27 |
* | (describe-mode): Put a formfeed between each two modes. | Richard M. Stallman | 1996-07-24 | 1 | -1/+6 |
* | (describe-mode): Handle minor mode w/o mode line indicator. | Richard M. Stallman | 1996-03-18 | 1 | -2/+5 |
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -2/+3 |
* | (describe-function): Call documentation just once. | Richard M. Stallman | 1995-10-31 | 1 | -8/+10 |
* | (describe-variable): Don't call substitute-command-keys. | Richard M. Stallman | 1995-10-30 | 1 | -3/+1 |
* | (describe-key, describe-key-briefly): For a mouse click, | Richard M. Stallman | 1995-10-25 | 1 | -19/+54 |
* | (variable-at-point, function-called-at-point): | Richard M. Stallman | 1995-10-14 | 1 | -16/+24 |
* | (variable-at-point, function-called-at-point): Fix revious changes. | Richard M. Stallman | 1995-10-12 | 1 | -6/+8 |
* | (function-called-at-point, variable-at-point): | Richard M. Stallman | 1995-10-10 | 1 | -2/+6 |
* | (print-help-return-message): Handle lists in | Richard M. Stallman | 1995-10-01 | 1 | -0/+8 |
* | (help-mode): Call view-mode. | Richard M. Stallman | 1995-09-25 | 1 | -0/+1 |
* | (describe-function): Show file name for autoloaded fns. | Richard M. Stallman | 1995-08-25 | 1 | -10/+11 |
* | Insert missing quote in help-font-lock-keywords. | Simon Marshall | 1995-08-11 | 1 | -1/+1 |
* | Added Font Lock mode support. | Simon Marshall | 1995-08-10 | 1 | -0/+21 |
* | (command-apropos): Deleted function. This is replaced by | Karl Heuer | 1995-07-07 | 1 | -12/+0 |
* | Bind f1 and help like C-h. | Richard M. Stallman | 1995-06-29 | 1 | -0/+4 |
* | (describe-prefix-bindings): If key is a string, | Karl Heuer | 1995-05-24 | 1 | -8/+10 |
* | (print-help-return-message): Check same-window-buffer-names | Richard M. Stallman | 1995-04-24 | 1 | -5/+15 |
* | (print-help-return-message): Check same-window-buffer-names | Richard M. Stallman | 1995-04-13 | 1 | -2/+9 |
* | (view-emacs-FAQ): New function. Bind to C-h F. | Richard M. Stallman | 1995-03-06 | 1 | -0/+8 |
* | (describe-variable): If var is local, mention default. | Richard M. Stallman | 1995-02-01 | 1 | -3/+9 |
* | (describe-variable): Use local-variable-p. | Richard M. Stallman | 1995-01-27 | 1 | -9/+2 |
* | (help-for-help): Doc fix. | Richard M. Stallman | 1995-01-19 | 1 | -2/+1 |
* | (describe-function): Fix previous change. | Richard M. Stallman | 1994-12-21 | 1 | -1/+2 |
* | (describe-function): Don't add `.el' when printing file name. | Richard M. Stallman | 1994-12-21 | 1 | -2/+3 |
* | (describe-key, describe-mode, view-lossage, describe-function, describe-varia... | Karl Heuer | 1994-11-09 | 1 | -5/+18 |
* | (help-mode): New function. | Karl Heuer | 1994-11-08 | 1 | -1/+16 |
* | (describe-function-find-file): New function. | Richard M. Stallman | 1994-10-21 | 1 | -5/+15 |
* | (describe-function): Mention the file it was loaded from. | Richard M. Stallman | 1994-10-21 | 1 | -8/+14 |
* | (command-apropos): Pass t for no-header to apropos. | Richard M. Stallman | 1994-09-27 | 1 | -1/+1 |
* | (print-help-return-message): Handle cons cells | Richard M. Stallman | 1994-09-22 | 1 | -1/+6 |
* | (describe-variable): Report whether var is local in this buf. | Richard M. Stallman | 1994-09-17 | 1 | -1/+11 |
* | (view-lossage): Handle buffers and frames in recent-keys. | Richard M. Stallman | 1994-08-10 | 1 | -1/+8 |
* | (print-help-return-message): If help buffer is a | Richard M. Stallman | 1994-07-16 | 1 | -10/+34 |
* | (finder-by-keyword): Add doc string and t for interactive. | Richard M. Stallman | 1994-06-20 | 1 | -1/+2 |
* | Update copyright. | Karl Heuer | 1994-05-03 | 1 | -1/+1 |