aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/help.el
Commit message (Expand)AuthorAgeFilesLines
* (print-help-return-message): Suggest to use display-buffer instead ofEli Zaretskii2006-03-251-1/+1
* (view-lossage): Remove trailing whitespace before inserting "\n".Juanma Barranquero2006-03-081-2/+3
* * help.el (describe-key-briefly): If KEY is a down event, read andChong Yidong2006-03-071-0/+6
* (describe-key): Remove leftover test code.Juanma Barranquero2006-03-071-2/+0
* * help.el (describe-key): Handle string and vector `follow-link' values.Chong Yidong2006-03-061-7/+15
* * help.el (describe-key): Properly handle the return value ofChong Yidong2006-03-061-24/+19
* (help): Revert last part of 2006-02-23 change (deletion of the `provide' call).Juanma Barranquero2006-02-231-0/+3
* (describe-mode): Pass `mode-name' to format-mode-line.Stefan Monnier2006-02-231-7/+4
* (describe-key-briefly): Compute interactive argsRichard M. Stallman2006-02-211-6/+2
* (where-is): Fix displaying of remappings.Juanma Barranquero2006-02-141-1/+1
* (describe-key-briefly, describe-key):Richard M. Stallman2006-02-131-54/+58
* (describe-key-briefly, describe-key): Populate yank-menu if empty.Eli Zaretskii2006-02-111-6/+28
* (describe-key-briefly): Now a wrapper for describe-key-briefly-internal.Eli Zaretskii2006-02-111-4/+40
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (help-for-help-internal): Simplify entry for `a'.Richard M. Stallman2005-12-121-2/+1
* (help-for-help-internal): Add `r' in doc string.Romain Francoise2005-12-101-1/+2
* (print-help-return-message): If pop-up-frames is non-nil, don't displayEli Zaretskii2005-12-031-1/+2
* (print-help-return-message): If pop-up-frames is non-nil, set upEli Zaretskii2005-12-031-3/+8
* (help-map): Move initialization into declaration.Stefan Monnier2005-11-301-65/+51
* * help.el (describe-key-briefly, describe-key): Recognize defaultChong Yidong2005-11-291-2/+2
* Typo.Chong Yidong2005-11-291-1/+1
* (help-for-help-internal): Improve doc of C-h a.Richard M. Stallman2005-11-141-9/+11
* (help-for-help-internal): Fix `a' entry. Add `d' entry.Kim F. Storm2005-11-131-3/+6
* (help-map): Bind C-h d to apropos-documentation.Kim F. Storm2005-11-121-0/+2
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (describe-key): Move print-help-return-message call out of conditional.Richard M. Stallman2005-05-221-2/+2
* (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