aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/help.el
Commit message (Expand)AuthorAgeFilesLines
* guile-elisp bootstrap (lisp)Robin Templeton2015-04-191-35/+35
* Fix previous revision (2014-06-12T15:54:[email protected])Bastien Guerry2014-06-131-3/+3
* (describe-key) Mention the keymap in which the binding was found.Nicolas Richard2014-06-121-8/+79
* * lisp/help.el (where-is): Use `default' arg of completing-read.Cameron Desautels2014-06-111-2/+4
* Merge from emacs-24; up to 2014-04-02T16:17:[email protected]Glenn Morris2014-04-081-2/+6
|\
| * * lisp/help.el (describe-bindings): Fix buffer handling.Stefan Monnier2014-04-081-2/+6
* | Merge from emacs-24; up to 2014-04-01T20:18:[email protected]Daniel Colascione2014-04-071-1/+1
|\|
| * Minor doc updates related to dribble filesGlenn Morris2014-04-051-3/+2
* | Make some files in etc obsoleteGlenn Morris2014-03-221-4/+4
* | * help.el (temp-buffer-setup-hook): Remove help-mode-setup.Leo Liu2014-03-221-4/+0
|/
* Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).Martin Rudalics2014-03-161-17/+19
* Move some help functions from help-fns.el to help.el, which is preloaded.Glenn Morris2014-03-131-0/+107
* Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).Martin Rudalics2014-02-281-3/+8
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* * help.el (describe-bindings): Doc fix.Lars Ingebrigtsen2014-02-081-2/+2
* * lisp/help.el (help-for-help-internal): Add "P" to text.Glenn Morris2014-01-291-0/+1
* Make etc/FTP and etc/ORDERS obsoleteGlenn Morris2014-01-091-2/+3
* Reference efaq.info in preference to etc/MORE.STUFFGlenn Morris2014-01-071-2/+3
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+2
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-55/+81
* Add a major-mode for the *Messages* bufferGlenn Morris2013-09-171-3/+2
* lisp/*.el: Silence lexical-binding warnings.Juanma Barranquero2013-08-091-21/+20
* Bind view-echo-area-messages in minibuffer-inactive-mode-map.Chong Yidong2013-02-091-1/+3
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* Fix more custom :versionsGlenn Morris2012-11-101-1/+1
* Fix bug#12731 in mouse-drag-line.Martin Rudalics2012-10-261-3/+4
* Handle window-height and window-width alist entries in `display-buffer'.Martin Rudalics2012-09-301-48/+22
* Make Temp Buffer Resize Mode less intrusive (Bug#1806).Martin Rudalics2012-09-221-20/+43
* Fix for invoking C-h c from the minibuffer.Chong Yidong2012-09-071-0/+2
* Provide support for fitting frames to buffers.Martin Rudalics2012-09-051-5/+30
* New macro with-temp-buffer-window and related fixes.Martin Rudalics2012-09-031-18/+22
* Make special-display-* and display-buffer-reuse-frames obsolete.Chong Yidong2012-08-261-4/+0
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-1/+1
* Let C-h f do autoloading, and report if a function was previously autoloaded.Chong Yidong2012-06-271-0/+10
* Remove incorrect uses of "modeline".Chong Yidong2012-06-021-1/+1
* Misc docfixes.Chong Yidong2012-05-151-1/+4
* Standardize possessive apostrophe usage in manuals, docs, and commentsGlenn Morris2012-02-281-3/+2
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-11-241-1/+1
* Remove unused variable temp-buffer-show-specifiers.Martin Rudalics2011-11-011-4/+1
* Remove "iso-" infix from window combination functions.Martin Rudalics2011-10-301-1/+1
* Fix minor mode docstrings for the new meaning of a nil ARG.Chong Yidong2011-10-191-7/+9
* In command-line-1 insert initial-scratch-message before markers (Bug#9605).Martin Rudalics2011-09-291-11/+0
* Rewrite code quitting windows and restoring the previous buffer.Martin Rudalics2011-09-211-9/+9
* Replace display-buffer-window by help-setup window parameter.Martin Rudalics2011-09-141-26/+32
* * lisp/help.el (describe-key-briefly): Copy previous standard-output change.Glenn Morris2011-09-131-1/+1
* * lisp/help.el (where-is): Respect non-standard standard-output. (tiny change)PJ Weisberg2011-09-131-1/+1
* * help.el (help-return-method): Doc fix.Christoph Scholtes2011-09-031-1/+1
* Fix message in help-window-setup (Bug#9341).Martin Rudalics2011-08-231-1/+1
* Make help and view-mode work with new buffer display facilities.Martin Rudalics2011-06-131-214/+104