summaryrefslogtreecommitdiff
path: root/lisp/help.el
AgeCommit message (Expand)Author
2010-04-19Merge from emacs-23Stefan Monnier
2010-04-05lisp/help.el: Turn ChangeLog comment into source comment.Juanma Barranquero
2010-04-05* help.el (describe-mode): Return nil (for IELM's sake).Juanma Barranquero
2010-04-03* help.el (help-window-setup-finish): Doc fix (Bug#5830).Chong Yidong
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-11-27(describe-bindings-internal): Remove `interactive'.Stefan Monnier
2009-10-07Markus Rost <rost at math.uni-bielefeld.de>Glenn Morris
2009-10-02Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero
2009-09-27* help.el (help-for-help-internal): Don't purecopy the text (bug#4560).Stefan Monnier
2009-09-14* bindings.el (mode-line-mode-menu): Add purecopy calls for :help.Dan Nicolaescu
2009-08-19(help-print-return-message): Rename from print-help-return-message.Stefan Monnier
2009-01-14(view-help-file): Use goto-address-mode instead of goto-address.Juri Linkov
2009-01-05Add 2009 to copyright years.Glenn Morris
2008-12-25(help-for-help-internal): Fix entry for "l".Martin Rudalics
2008-10-11* help.el (view-lossage): Fix docstring, lossage is now 300 keys.Romain Francoise
2008-08-14(with-help-window): Return last value in BODY.Martin Rudalics
2008-06-06* help.el (function-called-at-point):Stefan Monnier
2008-05-06Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-03-12(describe-project): Remove defaliases for view-todo andJuri Linkov
2008-03-10Merge from emacs--rel--22Miles Bader
2008-03-06(view-emacs-todo): Rename from view-todo. Change users.Kim F. Storm
2008-02-29(view-emacs-todo): Rename from view-todo.Kim F. Storm
2008-02-122008-02-11 Drew Adams <drew.adams@oracle.com>Bastien Guerry
2008-01-16(describe-mode): Pass the right buffer to format-mode-line.Stefan Monnier
2008-01-08Merge from emacs--rel--22Miles Bader
2008-01-07Add 2008 to copyright years.Glenn Morris
2007-12-06Fix possibly buggy calls to `message'.Deepak Goel
2007-11-10(help-map, help-for-help-internal): Add `C-h C-a'.Juri Linkov
2007-11-10(help-window, help-window-point-marker): New variables.Martin Rudalics
2007-09-25(view-emacs-news): Use `mapc' rather than `mapcar'.Juanma Barranquero
2007-09-22(help-map): Bind C-h C-a to about-emacs.Juri Linkov
2007-08-06(resize-temp-buffer-window): Use window-full-width-pMartin Rudalics
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-03-21Fix typo in comment.Chong Yidong
2007-02-28(where-is): Fail gracefully when not passed a command.Juanma Barranquero
2007-01-21Add 2007 to copyright years.Glenn Morris
2006-11-27(describe-minor-mode-completion-table-for-indicator,Juanma Barranquero
2006-11-06(view-emacs-news): Fix typo in error message.Juanma Barranquero
2006-10-03* help.el (describe-mode): For clicks on mode-line, use "@"David Kastrup
2006-09-24(describe-key, describe-key-briefly): Test last event for being a down-event.Richard M. Stallman
2006-09-23* help.el (describe-key-briefly, describe-key): Don't expect anChong Yidong
2006-09-19(describe-key-briefly, describe-key): Simplify printingKim F. Storm
2006-09-16(describe-prefix-bindings): Use let, not let*.Eli Zaretskii
2006-09-15(describe-key): Handle C-h k in *Help* buffer; collectKim F. Storm
2006-09-15* mouse-sel.el (mouse-sel-follow-link-p): Use event positionDavid Kastrup
2006-09-11* help.el (string-key-binding, describe-key-briefly)David Kastrup
2006-08-08Whitespace change.Richard M. Stallman
2006-08-06(describe-mode): Make minor mode list more concise.Richard M. Stallman
2006-06-25(view-emacs-news): Declare `res' in the right let* form.Kim F. Storm
2006-06-10(help-for-help-internal): Clean up help text.Richard M. Stallman