summaryrefslogtreecommitdiff
path: root/lisp/help.el
Commit message (Collapse)AuthorAgeFilesLines
* (describe-mode): Include minor modes that aren't buffer local.Richard M. Stallman1996-12-161-6/+3
|
* (describe-variable): Pretty-print the values.Richard M. Stallman1996-11-101-26/+44
| | | | Put doc string first, if the value is long.
* (describe-function): If no fn specified, say so.Richard M. Stallman1996-10-131-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' andErik Naggum1996-10-061-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. Stallman1996-09-211-31/+37
|
* (locate-library): New arg PATH. Handle autocompression mode.Richard M. Stallman1996-09-021-4/+21
|
* (locate-library): Doc fix.Richard M. Stallman1996-09-021-2/+2
|
* Fully reinstall July 26 change.Simon Marshall1996-08-051-2/+1
|
* (help-font-lock-keywords): Undo July 26 change.Richard M. Stallman1996-07-311-1/+4
|
* (help-fontify-buffer-function): Function deleted.Richard M. Stallman1996-07-291-13/+1
| | | | (help-mode): Set font-lock-defaults in simple way again.
* (help-font-lock-keywords): Use font-lock-function-name-faceRichard M. Stallman1996-07-271-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. Stallman1996-07-241-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. Stallman1996-03-181-2/+5
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (describe-function): Call documentation just once.Richard M. Stallman1995-10-311-8/+10
| | | | (describe-key): Likewise.
* (describe-variable): Don't call substitute-command-keys.Richard M. Stallman1995-10-301-3/+1
|
* (describe-key, describe-key-briefly): For a mouse click,Richard M. Stallman1995-10-251-19/+54
| | | | go to its buffer and position before looking up the key.
* (variable-at-point, function-called-at-point):Richard M. Stallman1995-10-141-16/+24
| | | | Switch temporarily to emacs-lisp-mode-syntax-table.
* (variable-at-point, function-called-at-point): Fix revious changes.Richard M. Stallman1995-10-121-6/+8
|
* (function-called-at-point, variable-at-point):Richard M. Stallman1995-10-101-2/+6
| | | | Don't back up if we start at the beginning of a symbol.
* (print-help-return-message): Handle lists inRichard M. Stallman1995-10-011-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. Stallman1995-09-251-0/+1
|
* (describe-function): Show file name for autoloaded fns.Richard M. Stallman1995-08-251-10/+11
|
* Insert missing quote in help-font-lock-keywords.Simon Marshall1995-08-111-1/+1
|
* Added Font Lock mode support.Simon Marshall1995-08-101-0/+21
|
* (command-apropos): Deleted function. This is replaced byKarl Heuer1995-07-071-12/+0
| | | | apropos-command in apropos.el.
* Bind f1 and help like C-h.Richard M. Stallman1995-06-291-0/+4
|
* (describe-prefix-bindings): If key is a string,Karl Heuer1995-05-241-8/+10
| | | | make a substring; for a vector, make a vector.
* (print-help-return-message): Check same-window-buffer-namesRichard M. Stallman1995-04-241-5/+15
| | | | and same-window-regexps.
* (print-help-return-message): Check same-window-buffer-namesRichard M. Stallman1995-04-131-2/+9
| | | | and same-window-regexps.
* (view-emacs-FAQ): New function. Bind to C-h F.Richard M. Stallman1995-03-061-0/+8
| | | | (help-for-help): Doc fix.
* (describe-variable): If var is local, mention default.Richard M. Stallman1995-02-011-3/+9
|
* (describe-variable): Use local-variable-p.Richard M. Stallman1995-01-271-9/+2
|
* (help-for-help): Doc fix.Richard M. Stallman1995-01-191-2/+1
|
* (describe-function): Fix previous change.Richard M. Stallman1994-12-211-1/+2
|
* (describe-function): Don't add `.el' when printing file name.Richard M. Stallman1994-12-211-2/+3
|
* (describe-key, describe-mode, view-lossage, describe-function, ↵Karl Heuer1994-11-091-5/+18
| | | | describe-variable): Set help-mode in *Help* buffer.
* (help-mode): New function.Karl Heuer1994-11-081-1/+16
| | | | | (help-mode-map): Local keymap for help-mode. Empty for now. (print-help-return-message): Fix misspelled var.
* (describe-function-find-file): New function.Richard M. Stallman1994-10-211-5/+15
| | | | (describe-function): Use that.
* (describe-function): Mention the file it was loaded from.Richard M. Stallman1994-10-211-8/+14
|
* (command-apropos): Pass t for no-header to apropos.Richard M. Stallman1994-09-271-1/+1
|
* (print-help-return-message): Handle cons cellsRichard M. Stallman1994-09-221-1/+6
| | | | in special-display-regexps and special-display-buffer-names.
* (describe-variable): Report whether var is local in this buf.Richard M. Stallman1994-09-171-1/+11
|
* (view-lossage): Handle buffers and frames in recent-keys.Richard M. Stallman1994-08-101-1/+8
|
* (print-help-return-message): If help buffer is aRichard M. Stallman1994-07-161-10/+34
| | | | special display buffer, say nothing about how to switch back.
* (finder-by-keyword): Add doc string and t for interactive.Richard M. Stallman1994-06-201-1/+2
|
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* (describe-mode): Fix previous change.Richard M. Stallman1994-04-151-27/+26
|
* (describe-mode): Always show minor modes, at front.Richard M. Stallman1994-04-151-23/+30
|
* (help): New alias.Richard M. Stallman1994-03-301-1/+9
| | | | | | (help-for-help): Mention help character. (help-quit): New command. (help-map): Bind `q'.