summaryrefslogtreecommitdiff
path: root/doc/lispref/modes.texi
Commit message (Expand)AuthorAgeFilesLines
* Respect global-eldoc-mode in minibuffers (Bug#36886)Noam Postavsky2019-08-201-4/+4
* Don't refer to non-existent functions in mode line examplesLars Ingebrigtsen2019-08-031-1/+1
* Remove mention of :group in define-minor-mode infoLars Ingebrigtsen2019-07-081-7/+4
* Merge from origin/emacs-26Glenn Morris2019-06-111-1/+3
|\
| * Tiny improvement of documentation of major mode conventionsEli Zaretskii2019-06-081-1/+3
* | Merge from origin/emacs-26Glenn Morris2019-06-011-1/+1
|\ \ | |/
| * Remove redundants "See" before @xref or @pxref (Bug#35793)Mauro Aranda2019-05-251-1/+1
* | * lisp/subr.el (add-hook): Turn `append` into `depth` (bug#35508)Stefan Monnier2019-05-291-4/+13
* | Merge from origin/emacs-26Glenn Morris2019-04-291-1/+6
|\ \ | |/
| * Recommend using font-lock-face over face (Bug#35044)Noam Postavsky2019-04-281-1/+6
* | Do not set indent-line-function in text-modeBasil L. Contovounesios2019-03-311-6/+1
* | Use lexical-binding in text-mode.elBasil L. Contovounesios2019-03-311-4/+3
* | Customize tabulated-list sort indicatorsPhilippe Vaucher2019-03-151-0/+23
* | Merge from origin/emacs-26Glenn Morris2019-03-091-16/+13
|\ \ | |/
| * Update example major mode code in Elisp manualBasil L. Contovounesios2019-03-021-16/+13
* | Merge from origin/emacs-26Glenn Morris2019-03-011-5/+5
|\ \ | |/
| * Minor improvement in cross-references of the ELisp manualEli Zaretskii2019-03-011-5/+5
* | Merge from origin/emacs-26Glenn Morris2019-02-081-0/+59
|\ \ | |/
| * Add documentation for tabulated-list functions in the elisp manualAlex Branham2019-02-051-0/+59
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Document 'major-mode-suspend' and 'major-mode-restore'Eli Zaretskii2018-06-221-1/+21
|/
* Fix documentation of ':propertize' in mode-line-formatEli Zaretskii2018-06-161-3/+6
* Fix typos and minor wording issues in ELisp manualEli Zaretskii2018-04-131-4/+5
* Use @key{} where it is missing in the manualsMichael Albinus2018-01-311-4/+5
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Document that mode commands should be idempotent.Philipp Stephani2017-12-211-0/+9
* Improve documentation of self-insert-uses-region-functionsEli Zaretskii2017-11-241-4/+5
* Provide additional support for child framesMartin Rudalics2017-06-251-1/+3
* Enhance mode-line percentage offset facility, with "%o" and "%q"Alan Mackenzie2017-05-211-0/+18
* Implement 1-based column numbering in mode linePerry E. Metzger2017-05-101-1/+6
* Merge from origin/emacs-25Paul Eggert2017-03-191-6/+7
|\
| * * doc/lispref/modes.texi (Derived Modes): Make example more idiomaticStefan Monnier2017-02-131-6/+7
* | Merge from origin/emacs-25Paul Eggert2017-03-191-11/+15
|\ \ | |/
| * Clarify major mode switchingNoam Postavsky2017-01-071-11/+15
* | Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | ; Replace "25.2" with "26.1" where appropriate, which is almost everywhereGlenn Morris2016-11-171-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-11-041-1/+3
|\ \ | |/
| * Improve documentation of 'font-lock-remove-keywords'Eli Zaretskii2016-11-041-1/+3
* | ; Revert "Replace eldoc-documentation-function with a hook"Dmitry Gutov2016-07-181-1/+1
* | Replace eldoc-documentation-function with a hookMark Oteiza2016-07-061-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-06-261-4/+3
|\ \ | |/
| * Update docs for `customize-mode'Noam Postavsky2016-06-251-4/+3
* | Merge from origin/emacs-25Paul Eggert2016-06-191-2/+2
|\ \ | |/
| * Doc fixes for grammar and typos (bug#23746)Stephen Berman2016-06-131-2/+2
| * Document mode mode line variablesLars Ingebrigtsen2016-05-011-0/+15
| * Add a cross ref to Optional Mode LineLars Ingebrigtsen2016-05-011-1/+2
* | Add :after-hook facility to define-derived-mode.Alan Mackenzie2016-05-081-6/+20
* | Call hack-local-variables from major modes rather than from file visitingAlan Mackenzie2016-05-051-24/+28