summaryrefslogtreecommitdiff
path: root/lisp/whitespace.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Remove redundant #' before lambdaStefan Kangas2021-10-211-27/+26
|/
* ; Fix some recent fixes to doc stringsEli Zaretskii2021-09-261-2/+1
* ; Adjust overly long docstrings to fit 80 charactersStefan Kangas2021-09-261-2/+2
* ;* lisp/whitespace.el (whitespace-display-window): Add doc-string.Martin Rudalics2021-09-231-0/+1
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-3/+3
* Restore some of the previous behaviour in whitespace-display-windowLars Ingebrigtsen2021-09-211-4/+5
* Fix whitespace-report window creationLars Ingebrigtsen2021-09-211-7/+2
* Use `special-mode' for whitespace-reportLars Ingebrigtsen2021-09-211-23/+25
* ; Normalize some header commentsStefan Kangas2021-09-161-1/+1
* Add a customization group link from whitespace-modeLars Ingebrigtsen2021-09-041-1/+4
* Extend whitespace-empty to the end of the lineLars Ingebrigtsen2021-07-311-1/+1
* ; End recently added sentences with a period.Basil L. Contovounesios2021-06-011-1/+1
* Obsolete `global-whitespace-newline-mode'Lars Ingebrigtsen2021-06-011-0/+3
* Make the default `whitespace-enable-predicate' use `derived-mode-p'Lars Ingebrigtsen2021-01-281-2/+2
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Prefer setq-local in whitespace.elStefan Kangas2020-12-071-17/+12
* Remove redundant installation instructionsStefan Kangas2020-11-121-13/+0
* Make more load-hooks obsolete (Bug#21563)Stefan Kangas2020-10-201-1/+2
* ; Prefer https to http in many URLsStefan Kangas2020-10-011-1/+1
* Fix defcustom type in whitespace.elLars Ingebrigtsen2020-09-251-3/+3
* Fix some defcustom typesLars Ingebrigtsen2020-09-251-0/+2
* ; * lisp/whitespace.el: Capitalize "Code" section heading.Jonas Bernoulli2020-08-131-1/+1
* Tweak how whitespace-mode marks the end of the bufferLars Ingebrigtsen2020-08-081-2/+8
* Make whitespace-mode highlight missing newlines at the end of buffersLars Ingebrigtsen2020-08-071-2/+17
* whitespace: Turn long lines regexp into a function (bug#36837)Štěpán Němec2020-03-011-10/+14
* Merge from origin/emacs-27Glenn Morris2020-02-061-1/+1
|\
| * Replace add-to-list to lexical variable with push (bug#39373)Mattias Engdegård2020-02-011-1/+1
* | Merge from origin/emacs-27Paul Eggert2020-01-011-1/+1
|\|
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Use regexp type for regexps in defcustom declarationsMattias Engdegård2019-12-261-4/+4
|/
* lisp/*.el: Force non-nil result to t, to match docstringJuanma Barranquero2019-10-141-4/+6
* Remove Maintainer: when it duplicates Author:Paul Eggert2019-05-261-1/+0
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-1/+1
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-20/+0
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\|
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-11-021-1/+2
|\|
| * Clarify obsolescence message for 'whitespace-tab'Eli Zaretskii2017-10-281-1/+2
* | Email replacement.viniciusjl2017-10-291-2/+2
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* * lisp/whitespace.el: Use lexical binding.Mark Oteiza2017-07-291-1/+1
* Fix turning off whitespace-modeNick Helm2017-05-191-3/+4
* Fix reading of tab settings in whitespace-modeReuben Thomas2017-04-201-34/+18
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| * Improve doc strings in whitespace.elEli Zaretskii2016-09-231-8/+16