aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/help-fns.el
Commit message (Collapse)AuthorAgeFilesLines
* New directoryKenichi Handa2003-09-081-1/+0
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (describe-variable): Mention permanent local status.Stefan Monnier2003-05-131-2/+5
|
* (help-add-fundoc-usage): Use t for "no arglist".Stefan Monnier2003-05-061-2/+2
|
* (help-add-fundoc-usage): Allow arglist to be a string.Stefan Monnier2003-05-041-3/+7
|
* (help-add-fundoc-usage): Pass an empty string to `format' ifJohn Paul Wallington2003-04-121-1/+1
| | | | no newlines are necessary.
* Renamed remap-command to command-remapping. All uses changed.Kim F. Storm2003-02-121-2/+2
|
* (describe-function-1): Change output for keyboard macros.Juanma Barranquero2003-02-121-0/+3
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
|
* (describe-variable): Use custom-variable-p.Markus Rost2003-01-071-6/+1
|
* (describe-variable): Look for (defvar . <sym>) in theStefan Monnier2002-11-201-1/+1
| | | | load-history since `defvar' now uses this format.
* (help-with-tutorial): Use minibuffer-completion-help.Stefan Monnier2002-09-271-32/+22
| | | | | (help-split-fundoc): Don't support old syntax any more. (help-add-fundoc-usage): New fun.
* (help-with-tutorial): Properly set upRichard M. Stallman2002-09-051-3/+15
| | | | completion-reference-buffer in the *Completion* buffer.
* (help-split-fundoc): Replace the function nameStefan Monnier2002-08-191-18/+22
| | | | | | | from the docstring with the one that should be displayed. (help-make-usage): Understand CL style arglists. (describe-function-1): Adapt to the new behavior of help-split-fundoc. (describe-variable): Use delete-region.
* (locate-library): Use locate-file(-completion).Stefan Monnier2002-08-151-46/+54
| | | | | | | | | | (help-split-fundoc): Tighten the regexp and recognize a usage-info where the function name is `fn'. (help-function-arglist): Follow aliases and macros. (describe-function-1): Use keymapp. If the docstring contains a usage info, use it even if the function is not a subroutine. Find usage info in aliases' docstring if necessary. (describe-variable): Get the value before setting up the *Help* buffer.
* (describe-function-1): Skip arglist note ifJohn Paul Wallington2002-08-061-7/+9
| | | | function's definition is a keymap.
* (describe-function-1): Test function for obsolescence only if it is aMarkus Rost2002-07-311-1/+4
| | | | symbol.
* (describe-function-1): Put empty line before "Not documented" text.Juanma Barranquero2002-07-171-3/+2
|
* (help-split-fundoc, help-function-arglist)Stefan Monnier2002-07-161-62/+53
| | | | | (help-make-usage): New funs, extracted from describe-function-1. (describe-function-1): Use them.
* (describe-variable): Remove useless trailing whitespace.Juanma Barranquero2002-07-151-1/+1
|
* (describe-variable): Show documentation for aliased variable if alias does notJuanma Barranquero2002-07-151-13/+15
| | | | have its own.
* (help-with-tutorial): Display completion list right away.Richard M. Stallman2002-07-121-1/+9
|
* (describe-variable): Put `defvaralias' info before the documentation (patch fromJuanma Barranquero2002-07-121-12/+8
| | | | | John Paul Wallington <[email protected]>). Remove useless "Documentation:" string.
* (describe-variable): Mention if the variable is an alias.Pavel Janík2002-07-121-1/+10
|
* (describe-function-1): Use semicolon instead of dot.Juanma Barranquero2002-06-271-4/+4
| | | | (describe-variable): Likewise.
* (describe-variable): Capitalize "not documented" message.Juanma Barranquero2002-06-271-2/+11
| | | | | (describe-function-1): Likewise. Also, document the obsolescence of the function, if applicable.
* (describe-variable): Only use `buffer' is still live.Stefan Monnier2002-06-231-7/+13
| | | | | Use `delete-region' instead of save-excursion + delete-char. Document the obsolescence of the variable, if applicable.
* (describe-function-1): If the source is `loaddefs.el', look for theMarkus Rost2002-05-081-0/+13
| | | | real source. This is necessary only for defaliases.
* (help-with-tutorial): Allow various waysRichard M. Stallman2002-04-011-5/+23
| | | | to specify the text in the [...] line, in handling the <...> line.
* (describe-function-1): Use remap-command.Kim F. Storm2002-02-231-3/+1
|
* (describe-function-1): Report remapped commands.Kim F. Storm2002-02-061-4/+12
|
* (describe-variable, describe-function): Do save-excursion.Richard M. Stallman2002-01-071-127/+129
|
* Remove mocklisp function case.Pavel Janík2001-12-221-2/+0
|
* (describe-categories, help-describe-category-set): New.Stefan Monnier2001-11-271-0/+31
|
* Change the provide and the header as per the renaming.Eli Zaretskii2001-11-261-3/+3
|
* Renamed help-funs.el into help-fns.el, at RMS's request.Eli Zaretskii2001-11-261-0/+457