summaryrefslogtreecommitdiff
path: root/lisp/help.el
Commit message (Collapse)AuthorAgeFilesLines
* Refill some copyright headers.Glenn Morris2011-01-151-1/+2
|
* Merge from emacs-23Stefan Monnier2011-01-141-2/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | * lisp/help.el (finder-by-keyword): Remove unnecessary autoload.Glenn Morris2010-10-221-5/+2
| |
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+1
| |
* | Improvements to describe-package buffer.Chong Yidong2010-08-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/help.el (help-map): Bind `C-h P' to describe-package. * lisp/menu-bar.el (menu-bar-describe-menu): Add describe-package. * lisp/emacs-lisp/package.el (package-refresh-contents): Catch errors when downloading archives. (describe-package-1): Add package commentary. (package-install-button-action): New function. (package-menu-mode-map): Bind ? to package-menu-describe-package. (package-menu-view-commentary): Function removed. (package-list-packages-internal): Hide the `package' package too.
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-101-2/+3
|\ \ | |/
| * Minor fix to describe-key, and a docstring.Chong Yidong2010-07-061-2/+3
| | | | | | | | | | | | * help.el (describe-key): Print up-event using key-description. * mouse.el (mouse-appearance-menu): Add docstring.
* | Merge from emacs-23Stefan Monnier2010-04-191-4/+3
|\ \ | |/
| * * help.el (help-window-setup-finish): Doc fix (Bug#5830).Chong Yidong2010-04-031-4/+3
| | | | | | | | Reported by monkey@sandpframing.com.
* | lisp/help.el: Turn ChangeLog comment into source comment.Juanma Barranquero2010-04-051-0/+1
| |
* | * help.el (describe-mode): Return nil (for IELM's sake).Juanma Barranquero2010-04-051-1/+2
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* (describe-bindings-internal): Remove `interactive'.Stefan Monnier2009-11-271-1/+0
|
* Markus Rost <rost at math.uni-bielefeld.de>Glenn Morris2009-10-071-1/+2
| | | | | (describe-no-warranty): Place point in a slightly better position in the GPLv3 text.
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-021-4/+7
|
* * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).Stefan Monnier2009-09-271-2/+4
| | | | | | * isearch.el (isearch-help-for-help-internal): Purecopy the second arg. * help-macro.el (make-help-screen): Avoid using an ambiguous function definition where the docstring could be taken for the return value.
* * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.Dan Nicolaescu2009-09-141-2/+3
| | | | * help.el (help-for-help-internal): Add purecopy calls for text.
* (help-print-return-message): Rename from print-help-return-message.Stefan Monnier2009-08-191-4/+5
|
* (view-help-file): Use goto-address-mode instead of goto-address.Juri Linkov2009-01-141-1/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* (help-for-help-internal): Fix entry for "l".Martin Rudalics2008-12-251-1/+1
|
* * help.el (view-lossage): Fix docstring, lossage is now 300 keys.Romain Francoise2008-10-111-1/+1
| | | | | * kmacro.el (kmacro-edit-lossage): Ditto. * edmacro.el (edit-kbd-macro): Ditto.
* (with-help-window): Return last value in BODY.Martin Rudalics2008-08-141-14/+13
|
* * help.el (function-called-at-point):Stefan Monnier2008-06-061-34/+34
| | | | | * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table even when calling find-tag-default.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* (describe-project): Remove defaliases for view-todo andJuri Linkov2008-03-121-2/+0
| | | | | describe-project that are now unnecessary after the merge from emacs--rel--22 that added define-obsolete-function-alias.
* Merge from emacs--rel--22Miles Bader2008-03-101-0/+5
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1095
| * (view-emacs-todo): Rename from view-todo. Change users.Kim F. Storm2008-03-061-4/+9
| | | | | | | | | | (describe-gnu-project): Rename from describe-project. Change users. Define obsolete function aliases for the old names.
* | (view-emacs-todo): Rename from view-todo.Kim F. Storm2008-02-291-71/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (describe-gnu-project): Rename from describe-project. Users changed. (view-help-file): New helper function. (describe-distribution, describe-copying, describe-gnu-project) (view-todo, view-order-manuals, view-emacs-problems): Use it. (view-emacs-debugging, view-external-packages): New commands. (help-map): Move describe-distribution to C-h C-o (ordering). Move view-emacs-problems to C-h C-p (problems). Bind view-emacs-debugging to C-h C-d (debugging). Bind view-external-packages to C-h C-e (extras). (help-for-help-internal): Cleanup and align descriptions. Remove command names to reduce clutter.
* | 2008-02-11 Drew Adams <drew.adams@oracle.com>Bastien Guerry2008-02-121-7/+4
| | | | | | | | | | | | * help.el (describe-key): Joined some split lines to facilitate filling. * help-fns.el (describe-function-1): Fill text of overlong lines.
* | (describe-mode): Pass the right buffer to format-mode-line.Stefan Monnier2008-01-161-1/+1
| |
* | Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
| * (help-map, help-for-help-internal): Add `C-h C-a'.Juri Linkov2007-11-101-0/+2
| |
* | Fix possibly buggy calls to `message'.Deepak Goel2007-12-061-1/+1
| |
* | (help-window, help-window-point-marker): New variables.Martin Rudalics2007-11-101-10/+273
| | | | | | | | | | | | | | | | | | | | | | | | | | (help-window-select): New option. (with-help-window): New macro for displaying help windows. (help-window-display-message, help-window-setup-finish) (help-window-setup): New functions used for setting up help windows. (print-help-return-message): Reset help-window to nil. (view-lossage): Use with-help-window instead of with-output-to-temp-buffer and move help-window-point-marker after inserted text. (describe-bindings, describe-key, describe-mode): Use with-help-window instead of with-output-to-temp-buffer.
* | (view-emacs-news): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-251-1/+1
| |
* | (help-map): Bind C-h C-a to about-emacs.Juri Linkov2007-09-221-0/+2
|/ | | | (help-for-help-internal): Add C-a description to C-h help text.
* (resize-temp-buffer-window): Use window-full-width-pMartin Rudalics2007-08-061-2/+2
| | | | instead of comparing frame-width and window-width.
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Fix typo in comment.Chong Yidong2007-03-211-1/+1
|
* (where-is): Fail gracefully when not passed a command.Juanma Barranquero2007-02-281-0/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (describe-minor-mode-completion-table-for-indicator,Juanma Barranquero2006-11-271-3/+3
| | | | lookup-minor-mode-from-indicator): "?\ " -> "?\s".
* (view-emacs-news): Fix typo in error message.Juanma Barranquero2006-11-061-1/+1
|
* * help.el (describe-mode): For clicks on mode-line, use "@"David Kastrup2006-10-031-1/+1
| | | | | | | | | interactive argument to get the major mode of the click instead of the current buffer. * isearch.el (isearch-mouse-2): Use new semantics of `key-binding' in order to better redirect mouse-2 clicks. Also allow default bindings to apply.
* (describe-key, describe-key-briefly): Test last event for being a down-event.Richard M. Stallman2006-09-241-12/+10
|
* * help.el (describe-key-briefly, describe-key): Don't expect anChong Yidong2006-09-231-2/+12
| | | | extra up event if a down-event is generated by a popup menu.
* (describe-key-briefly, describe-key): Simplify printingKim F. Storm2006-09-191-105/+93
| | | | | of descriptions by using format and %S. Fix "is undefined" messages to say "at that spot" for mouse events.