Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (describe-variable): Don't use symbol-name if v isn't symbol. | Karl Heuer | 1997-11-20 | 1 | -1/+2 |
| | |||||
* | (help-with-tutorial-alist): New variable. | Karl Heuer | 1997-11-20 | 1 | -4/+15 |
| | | | | | (help-with-tutorial): Use help-with-tutorial-alist to read a language name, and also to find the tutorial file for a language. | ||||
* | (help-for-help): Update text for `m'. | Karl Heuer | 1997-11-11 | 1 | -2/+2 |
| | |||||
* | (describe-function): Handle the arglist of a macro. | Karl Heuer | 1997-11-11 | 1 | -4/+7 |
| | |||||
* | (locate-library): Comment out the code that searches | Karl Heuer | 1997-10-24 | 1 | -15/+17 |
| | | | | for compressed files. | ||||
* | (locate-library): Bind jka-compr-inhibit to t. | Karl Heuer | 1997-10-23 | 1 | -1/+2 |
| | |||||
* | (function-called-at-point): Always use Emacs Lisp syntax tab. | Karl Heuer | 1997-10-16 | 1 | -16/+21 |
| | | | | Reject any "function call" with whitespace after the open-paren. | ||||
* | (describe-variable): Pass default value to completing-read. | Karl Heuer | 1997-10-16 | 1 | -2/+2 |
| | | | | (describe-function): Likewise. | ||||
* | (help-mode-maybe): New function, on temp-buffer-show-hook. | Karl Heuer | 1997-10-15 | 1 | -10/+7 |
| | | | | | (describe-key, describe-mode): Don't call help-mode here. (view-lossage, describe-function, describe-variable): Likewise. | ||||
* | (help-with-tutorial): Doc fix. | Richard M. Stallman | 1997-08-27 | 1 | -1/+1 |
| | |||||
* | (help-with-tutorial): Use current-language-environment. | Richard M. Stallman | 1997-08-19 | 1 | -4/+5 |
| | |||||
* | (describe-key): Don't put a colon after the command name. | Richard M. Stallman | 1997-08-09 | 1 | -1/+1 |
| | |||||
* | (help-mode): Set view-no-disable-on-exit. | Richard M. Stallman | 1997-08-08 | 1 | -0/+2 |
| | |||||
* | (describe-function): Use " is " instead of colon. | Richard M. Stallman | 1997-08-04 | 1 | -1/+3 |
| | |||||
* | (help-for-help): Update help text. | Richard M. Stallman | 1997-07-05 | 1 | -7/+17 |
| | |||||
* | (help-map): Make C-i run info-lookup-symbol. | Richard M. Stallman | 1997-06-18 | 1 | -1/+1 |
| | |||||
* | (describe-key-briefly, where-is): Prefix arg means | Richard M. Stallman | 1997-05-22 | 1 | -17/+29 |
| | | | | insert help text into current buffer. | ||||
* | (help-with-tutorial): Fix a bug of handling non-English | Kenichi Handa | 1997-05-12 | 1 | -5/+8 |
| | | | | tutorial file. | ||||
* | (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 |
| | | | | language interactively. | ||||
* | (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 |
| | | | | Put doc string first, if the value is long. | ||||
* | (describe-function): If no fn specified, say so. | Richard M. Stallman | 1996-10-13 | 1 | -94/+100 |
| | | | | | | (variable-at-point): Return 0 if no variable there. (describe-variable): If no variable specified, say so. Don't use nil as the variable. | ||||
* | (print-help-return-message): Use new functions `special-display-p' and | Erik Naggum | 1996-10-06 | 1 | -60/+28 |
| | | | | | `same-window-p' to determine which help message to print. (Also unquote lambda forms.) | ||||
* | (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-mode): Set font-lock-defaults in simple way again. | ||||
* | (help-font-lock-keywords): Use font-lock-function-name-face | Richard M. Stallman | 1996-07-27 | 1 | -17/+27 |
| | | | | | | | | for variables, too. (help-mode): Set font-lock-defaults to provide bindings for local fontification functions. (help-fontify-buffer-function): New function. | ||||
* | (describe-mode): Put a formfeed between each two modes. | Richard M. Stallman | 1996-07-24 | 1 | -1/+6 |
| | | | | | Print a message at the top explaining that minor modes come first followed by the major mode. | ||||
* | (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-key): Likewise. | ||||
* | (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 |
| | | | | go to its buffer and position before looking up the key. | ||||
* | (variable-at-point, function-called-at-point): | Richard M. Stallman | 1995-10-14 | 1 | -16/+24 |
| | | | | Switch temporarily to emacs-lisp-mode-syntax-table. | ||||
* | (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 |
| | | | | Don't back up if we start at the beginning of a symbol. | ||||
* | (print-help-return-message): Handle lists in | Richard M. Stallman | 1995-10-01 | 1 | -0/+8 |
| | | | | | special-display-regexps and same-window-regexps. Also in special-display-buffer-names and same-window-buffer-names | ||||
* | (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 |
| | | | | apropos-command in apropos.el. | ||||
* | 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 |
| | | | | make a substring; for a vector, make a vector. | ||||
* | (print-help-return-message): Check same-window-buffer-names | Richard M. Stallman | 1995-04-24 | 1 | -5/+15 |
| | | | | and same-window-regexps. |