summaryrefslogtreecommitdiff
path: root/lisp/help.el
Commit message (Collapse)AuthorAgeFilesLines
* (help-follow): Make arg optional again and really default to point.Dave Love1999-10-281-1/+3
|
* (help-xref-interned): make it also work on variable-only andStefan Monnier1999-10-131-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 Love1999-10-011-1/+3
| | | | (view-emacs-FAQ): Use Info version.
* (help-highlight-p): Doc fix.Dave Love1999-09-131-2/+1
|
* (describe-function-1): Don't return empty string for keymaps.Richard M. Stallman1999-09-081-0/+12
|
* (help-make-xrefs): Don't lose on non-empty blank line after key table.Dave Love1999-08-311-3/+3
|
* (describe-key-briefly): Handle mode line stringsGerd Moellmann1999-07-231-2/+16
| | | | | | with local-map properties. (describe-key): Ditto. (mode-line-key-binding): New.
* (describe-variable): Fix test for customizability.Dave Love1999-07-201-3/+3
|
* (help-for-help): Mention C-h C-i. Clear up C-h n.Karl Heuer1999-06-121-2/+4
|
* (help-xref-interned): Fix insertion of fdoc and revamp.Karl Heuer1999-06-041-6/+6
|
* (describe-function-1): Extra arg, interactive-p.Richard M. Stallman1999-05-221-4/+4
| | | | (describe-key, describe-function): Use it.
* (help-make-xrefs): Fix typpo.Dave Love1999-05-101-2/+1
|
* (help-make-xrefs): Handle more cases when looking forAndreas Schwab1999-05-101-8/+7
| | | | commands in a keymap description.
* (temp-buffer-resize-mode): Doc fix.Dave Love1999-04-271-2/+2
|
* (describe-variable): Check custom-loads property as well as custom-type.Richard M. Stallman1999-04-081-1/+3
|
* (temp-buffer-resize-mode): Doc fix.Karl Heuer1999-03-301-1/+2
|
* (help-xref-info-regexp): Allow linebreaks and capital.Richard M. Stallman1999-02-261-9/+9
| | | | (help-make-xrefs): Do Info case first.
* (describe-function-1): Don't print a whole lambda-function.Richard M. Stallman1999-02-261-1/+1
|
* (describe-function-1): Accept non-symbols.Richard M. Stallman1999-02-161-1/+3
|
* (help-make-xrefs): Default info references to anDave Love1999-01-251-1/+5
| | | | `(emacs)' prefix.
* (temp-buffer-setup-hook, temp-buffer-show-hook): Revert last change.Dave Love1999-01-161-2/+2
|
* (help-make-xrefs): Avoid infloop in keymap substitutionsDave Love1999-01-151-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): SwapDave Love1999-01-111-2/+2
| | | | the values round.
* (help-mode-finish): Renamed from help-mode-maybe.Richard M. Stallman1999-01-111-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. Stallman1998-12-301-12/+13
|
* (describe-function-1): Say "keymap", not "Lisp macro",Andreas Schwab1998-12-211-2/+3
| | | | if this is an autoloaded keymap.
* (symbol-file-load-history-loaded): Variable renamed,Karl Heuer1998-12-101-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 Love1998-12-041-1/+1
|
* (help-make-xrefs): Use `info', not the non-autoloadedDave Love1998-12-021-1/+1
| | | | `Info-goto-node'.
* (temp-buffer-resize-mode): Doc fix.Karl Heuer1998-12-021-4/+3
|
* (help-xref-button): Do nothing if text already has the help-xref property.Richard M. Stallman1998-11-301-16/+16
| | | | (describe-variable): Revert previous change to hyperlink to source.
* (describe-mode): Put major mode first.Richard M. Stallman1998-11-291-12/+13
|
* Rename function and variables added in previous change:Richard M. Stallman1998-11-221-13/+13
| | | | delete `window-' from the names.
* Add resizing of temporary buffers.Richard M. Stallman1998-11-221-0/+69
| | | | | | (temp-buffer-window-resize-mode): New command and variable. (temp-buffer-window-max-height): New variable. (resize-temp-buffer-window): New function.
* (describe-mode): Don't avoid loop indirecting thru value of INDICATOR.Richard M. Stallman1998-11-211-1/+3
|
* (describe-variable): Allow any variable with a defcustom,Richard M. Stallman1998-11-211-2/+2
| | | | even if it is not a user variable.
* (describe-variable): Don't quote link to source.Dave Love1998-11-051-3/+5
|
* (describe-variable): Hyperlink the definition.Dave Love1998-10-301-0/+17
|
* (help-quit): Add doc.Richard M. Stallman1998-09-271-0/+1
|
* (help-for-help): Use %THIS-KEY%.Richard M. Stallman1998-09-271-1/+1
|
* (help-make-xrefs): Fix typo affecting Info references.Dave Love1998-09-211-1/+1
|
* (help-xref-interned): Bind inhibit-read-only whenDave Love1998-09-091-1/+2
| | | | inserting.
* (describe-function-1): Handle macros properly.Richard M. Stallman1998-08-101-8/+12
| | | | Handle multiple levels of aliases.
* (describe-function-1): Fix the code that uses find-function-noselect.Richard M. Stallman1998-07-291-2/+2
|
* (help-map): C-h 4 i runs info-other-window.Richard M. Stallman1998-06-131-16/+1
| | | | | (describe-key, describe-key-briefly): Don't discard up event after down event.
* (help-make-xrefs): When scanning keymap binding listings,Richard M. Stallman1998-06-101-5/+6
| | | | | scan from the very beginning. (help-follow-mouse): Avoid save-excursion, so can set point properly.
* Comment change.Richard M. Stallman1998-06-091-2/+4
|
* (help-setup-xref): Change all callers toKarl Heuer1998-06-011-20/+31
| | | | | | | | | | | | use (function args...) instead of (function . arg). Doc fix. (help-follow): Put (point) at front of elts of help-xref-stack. (help-xref-stack): Elt format now (POSITION FUNCTION ARGS). (help-xref-stack-item): Doc fix. (help-xref-go-back): Assume new format for help-xref-stack. (help-follow): Look for prop on previous char if next char has none. Avoid error at beginning or end of buffer. (describe-bindings): New optional arg BUFFER. Use help-setup-xref.
* (describe-variable): Add a button to callRichard M. Stallman1998-05-251-0/+16
| | | | customize-variable if the variable can be customized.
* (describe-key-briefly): When INSERT, put cmd name in `...'.Richard M. Stallman1998-05-141-1/+1
|