aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/help.el
Commit message (Expand)AuthorAgeFilesLines
* (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
* (help-make-xrefs): When scanning keymap binding listings,Richard M. Stallman1998-06-101-5/+6
* Comment change.Richard M. Stallman1998-06-091-2/+4
* (help-setup-xref): Change all callers toKarl Heuer1998-06-011-20/+31
* (describe-variable): Add a button to callRichard M. Stallman1998-05-251-0/+16
* (describe-key-briefly): When INSERT, put cmd name in `...'.Richard M. Stallman1998-05-141-1/+1
* (view-lossage): Set help-xref-stack* in the help buffer.Richard M. Stallman1998-05-071-18/+21
* (describe-function-1): Use find-function-noselect instead of find-function.Richard M. Stallman1998-05-071-1/+6
* (help-mode-map): Add S-tab, like backtab.Dave Love1998-04-221-0/+1
* (help-highlight-face): Use `face' as custom type.Richard M. Stallman1998-04-221-1/+1
* (describe-function): Make hyperlink to library fileDave Love1998-04-211-1/+6
* (help-with-tutorial): Locally bind file and filename.Richard M. Stallman1998-04-171-1/+2
* (describe-function-1): New function.Karl Heuer1998-04-131-66/+70
* (help-with-tutorial-alist): This variable deleted.Kenichi Handa1998-04-091-18/+6
* (help-make-xrefs): Grok commands in keymap tableDave Love1998-04-061-11/+32
* (help-highlight-face): Use underline.Richard M. Stallman1998-04-051-23/+309
* (view-emacs-news): Handle prefix arg.Richard M. Stallman1998-03-181-4/+8
* (help-mode-maybe): Set view-return-to-alist.Richard M. Stallman1998-03-161-1/+17
* Changed font-lock-reference-face to font-lock-constant-face.Simon Marshall1998-02-201-3/+3
* (describe-bindings): Fix interactive spec.Richard M. Stallman1998-02-111-1/+1
* (describe-bindings): New command (formerly in keymap.c).Richard M. Stallman1998-02-051-0/+9
* (describe-variable): Don't use symbol-name if v isn't symbol.Karl Heuer1997-11-201-1/+2
* (help-with-tutorial-alist): New variable.Karl Heuer1997-11-201-4/+15
* (help-for-help): Update text for `m'.Karl Heuer1997-11-111-2/+2
* (describe-function): Handle the arglist of a macro.Karl Heuer1997-11-111-4/+7
* (locate-library): Comment out the code that searchesKarl Heuer1997-10-241-15/+17
* (locate-library): Bind jka-compr-inhibit to t.Karl Heuer1997-10-231-1/+2
* (function-called-at-point): Always use Emacs Lisp syntax tab.Karl Heuer1997-10-161-16/+21
* (describe-variable): Pass default value to completing-read.Karl Heuer1997-10-161-2/+2
* (help-mode-maybe): New function, on temp-buffer-show-hook.Karl Heuer1997-10-151-10/+7
* (help-with-tutorial): Doc fix.Richard M. Stallman1997-08-271-1/+1
* (help-with-tutorial): Use current-language-environment.Richard M. Stallman1997-08-191-4/+5
* (describe-key): Don't put a colon after the command name.Richard M. Stallman1997-08-091-1/+1
* (help-mode): Set view-no-disable-on-exit.Richard M. Stallman1997-08-081-0/+2
* (describe-function): Use " is " instead of colon.Richard M. Stallman1997-08-041-1/+3
* (help-for-help): Update help text.Richard M. Stallman1997-07-051-7/+17
* (help-map): Make C-i run info-lookup-symbol.Richard M. Stallman1997-06-181-1/+1
* (describe-key-briefly, where-is): Prefix arg meansRichard M. Stallman1997-05-221-17/+29
* (help-with-tutorial): Fix a bug of handling non-EnglishKenichi Handa1997-05-121-5/+8
* (help-map): Use apropos-command, not command-apropos.Richard M. Stallman1997-03-211-1/+1
* (help-with-tutorial): Prefix argument to specify aKarl Heuer1997-02-201-5/+12
* (help-map): Define C-h C-i to run word-help.Richard M. Stallman1996-12-281-0/+1
* (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
* (describe-function): If no fn specified, say so.Richard M. Stallman1996-10-131-94/+100
* (print-help-return-message): Use new functions `special-display-p' andErik Naggum1996-10-061-60/+28
* (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