summaryrefslogtreecommitdiff
path: root/lisp/textmodes/paragraphs.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; * lisp/textmodes/paragraphs.el: Remove leftover comment.Eshel Yaron2023-07-311-1/+0
* Revert 'forward-sentence-default-function' to return point (bug#62027)Manuel Giraud2023-03-071-4/+8
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Use use-region-beginning/end in replacement commands (bug#45607)Juri Linkov2022-09-041-3/+3
* Prefer defcustom :safe to putting 'safe-local-variable'Stefan Kangas2022-07-061-15/+15
* Make `count-words' count sentences.Manuel Giraud2022-05-291-1/+17
* * lisp/textmodes/paragraphs.el (repunctuate-sentences): Use filter variable.Juri Linkov2022-01-051-9/+13
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | * lisp/textmodes/paragraphs.el (repunctuate-sentences-filter): New function.Juri Linkov2021-12-291-2/+16
* | * lisp/textmodes/paragraphs.el (repunctuate-sentences): Region for NO-QUERY.Juri Linkov2021-12-281-2/+4
* | * lisp/textmodes/paragraphs.el (repunctuate-sentences): Support region.Juri Linkov2021-12-281-4/+8
|/
* * lisp/textmodes/paragraphs.el (multiple-lines): Remove mistaken declarationStefan Monnier2021-04-131-5/+3
* * lisp/textmodes: Use lexical-bindingStefan Monnier2021-03-171-9/+9
* Remove redundant :group args from textmodes/*.elStefan Kangas2021-02-141-7/+0
* Revert mark-paragraph change and add testsLars Ingebrigtsen2021-01-071-40/+23
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Handle negative prefix arguments to mark-paragraph correctlyH. Dieter Wilhelm2020-08-131-23/+40
* Merge from origin/emacs-27Glenn Morris2020-01-241-1/+1
|\
| * Minor doc string clarification in use-hard-newlinesLars Ingebrigtsen2020-01-231-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-1/+1
|/
* Add more quote-end characters to sentence-end-baseLars Ingebrigtsen2019-07-091-1/+1
* Pacify compiler in paragraphs.el after lexical-bindingStefan Kangas2019-06-091-0/+3
* Use lexical-binding in paragraphs.el and add testsStefan Kangas2019-06-011-17/+28
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-3/+0
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* ; Remove extraneous "coding: utf-8" specifications in Elisp filesDmitry Gutov2015-09-291-4/+0
* paragraphs: update sentence-end-base :version after changing the defaultMichal Nazarewicz2015-01-201-1/+1
* paragraphs: recognise more Unicode characters as end of sentenceMichal Nazarewicz2015-01-201-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Spelling fixes.Paul Eggert2014-01-081-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/textmodes/paragraphs.el (mark-paragraph): Doc fix.Glenn Morris2013-02-251-2/+2
* Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Fix more minor mode docstrings.Chong Yidong2011-10-191-9/+13
* For moving backward sentences,Richard M. Stallman2011-09-231-9/+13
* Fix bug that C-x DEL deleted a newline before paragraph.Richard M. Stallman2011-09-221-12/+16
* Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org.Glenn Morris2011-02-271-1/+1
|\