aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/help.el
Commit message (Expand)AuthorAgeFilesLines
* (describe-key): No error when UNTRANSLATED is nil.Richard M. Stallman2005-05-041-1/+3
* (describe-key-briefly): UNTRANSLATED can be nil when called from lisp.Lute Kamstra2005-04-131-2/+2
* (describe-key-briefly, describe-key): ReplaceRichard M. Stallman2005-04-101-1/+15
* (where-is): Don't mention aliases with no key bindings.Richard M. Stallman2005-03-211-21/+32
* (describe-mode): Allow minor mode toggles to use a differentStefan Monnier2005-03-161-19/+16
* (describe-mode): Properly handle non-trivial lighters.Stefan Monnier2005-03-101-22/+20
* (help-for-help-internal): Renamed from help-for-help.Richard M. Stallman2005-02-101-2/+5
* (help-for-help): Doc fix.Eli Zaretskii2005-02-051-8/+12
* (describe-key): Report effective and original bindingKim F. Storm2004-12-171-5/+47
* * help.el (function-called-at-point):Juri Linkov2004-12-161-2/+7
* (function-called-at-point): read -> intern.Juri Linkov2004-10-301-1/+1
* (describe-key): Describe both down-event and up-eventKim F. Storm2004-10-261-2/+13
* Clean whitespace.Kim F. Storm2004-10-241-2/+2
* (describe-mode): Fix 2004-10-13 change.Kim F. Storm2004-10-241-1/+2
* (describe-mode): Use marker buttons to make minor mode list into hyperlinks.Daniel Pfeiffer2004-10-131-22/+35
* (function-called-at-point): Try `find-tag-default' when other methods failed.Juri Linkov2004-09-021-26/+29
* (describe-bindings): Doc fix.Luc Teirlinck2004-08-091-1/+2
* (view-emacs-news): With argument, display info for theJuri Linkov2004-04-271-13/+55
* (describe-mode): Doc fix.John Paul Wallington2004-04-121-5/+7
* (help-map): Bind `display-local-help' to `C-h .'.Luc Teirlinck2003-11-301-11/+14
* (describe-mode): Start with a brief list of minor modes.Richard M. Stallman2003-09-301-35/+57
* Add arch taglinesMiles Bader2003-09-011-0/+1
* * help.el (describe-minor-mode): New function implementation.Masatake YAMATO2003-04-121-45/+63
* (describe-minor-mode, describe-minor-mode-from-indicator,Juanma Barranquero2003-03-311-0/+68
* Renamed remap-command to command-remapping. All uses changed.Kim F. Storm2003-02-121-1/+1
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
* (where-is): Catch errors in indirect-function.Richard M. Stallman2003-01-131-1/+3
* (where-is): Rename map to defs (a list of syms is not a map).Stefan Monnier2002-11-071-20/+16
* (where-is): Repport also aliases of the passed command.Juanma Barranquero2002-11-071-15/+32
* (help-key-description): Show the untranslated keysStefan Monnier2002-07-161-1/+2
* (help-map): Add binding for info-emacs-manual.Richard M. Stallman2002-07-121-2/+5
* (view-todo): New function.Richard M. Stallman2002-05-011-1/+8
* (string-key-binding): Deal with margin events.Gerd Moellmann2002-04-121-3/+4
* (help-key-description): New fun.Stefan Monnier2002-04-021-15/+32
* (describe-key-briefly, describe-key): Interpret `undefined' like notPavel Janík2002-03-041-2/+2
* (where-is): Use remap-command.Kim F. Storm2002-02-231-8/+6
* (describe-key-briefly): Make output in INSERT caseRichard M. Stallman2002-02-151-5/+3
* (where-is): Report remapped commands.Kim F. Storm2002-02-061-3/+10
* (describe-distribution): Really call view-file.Richard M. Stallman2002-01-171-1/+1
* Fix previous change.Richard M. Stallman2002-01-141-2/+1
* Fix previous change.Richard M. Stallman2002-01-141-8/+0
* (view-echo-area-messages): New function.Richard M. Stallman2002-01-141-20/+48
* (describe-mode): Call help-setup-xref in the help buffer.Richard M. Stallman2002-01-121-37/+41
* (describe-key): Doc fix.Richard M. Stallman2001-12-281-1/+3
* (view-order-manuals, view-emacs-news, describe-copying)Richard M. Stallman2001-12-221-8/+5
* (view-lossage): Call help-setup-xref correctly and earlier.Stefan Monnier2001-10-111-13/+11
* (describe-bindings-internal): New fun moved from keymap.c.Stefan Monnier2001-10-111-4/+18
* Don't require `view' when compiling.Miles Bader2001-10-091-1219/+223
* (help-mode): Use define-derived-mode.Stefan Monnier2001-10-081-70/+79
* (help-mode-map): Make button-buffer-map our parent.Miles Bader2001-10-071-195/+142