summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* Correct "different than" to "different from" where appropriateAlan Mackenzie2020-02-091-1/+1
* Improve doc string of 'newline'Stefan Kangas2020-01-251-3/+4
* Backport: Fix bug 39218Tino Calancha2020-01-231-1/+2
* * lisp/simple.el: Minor fixes to commentary.Paul Eggert2020-01-221-3/+2
* Fix shell-command-dont-erase-buffer featureTino Calancha2020-01-191-16/+41
* ; * lisp/simple.el (messages-buffer): Doc fix. (Bug#39124)Eli Zaretskii2020-01-141-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Spelling fixesPaul Eggert2019-12-091-1/+1
* * lisp/simple.el (shell-command-on-region): Use set-buffer-major-mode.Juri Linkov2019-12-091-0/+1
* Clarify documentation of functions that use the default faceEli Zaretskii2019-12-061-3/+9
* Make HIST arg of read-from-minibuffer work with buffer-local varsFederico Tedin2019-12-051-5/+13
* Document 'zap-up-to-char'Eli Zaretskii2019-11-291-1/+2
* Have what-cursor-position optionally show character nameRobert Pluim2019-11-231-10/+23
* * lisp/simple.el (process-file): Clarify doc string.Paul Eggert2019-11-171-8/+7
* ; Grammar in simple.el doc strings and commentsStephen Gildea2019-11-161-44/+44
* * lisp/simple.el (eval-expression-print-maximum-character): Use choice type.Juri Linkov2019-11-171-1/+3
* Make clone-buffer not unbind global variableBraun Gábor2019-11-141-1/+1
* Fix a few more minor quoting problems.Paul Eggert2019-11-111-1/+1
* Move read-char-from-minibuffer from simple.el to subr.el and document it.Juri Linkov2019-11-101-70/+0
* Add CHARS arg to read-char-from-minibuffer compatible with read-char-choice.Juri Linkov2019-11-101-21/+58
* Fix last changeEli Zaretskii2019-11-091-3/+3
* Mention future history in history-related minibuffer commandsHong Xu2019-11-091-2/+5
* Inhibit undo-in-region for mouse-drag-region (bug#37700)Mattias Engdegård2019-10-311-1/+6
* Rename read-char-with-history to read-char-from-minibuffer (bug#10477)Juri Linkov2019-10-301-19/+21
* Reimplement read-char-with-history based on read-from-minibufferJuri Linkov2019-10-301-65/+25
* Add doc for goto-history-elementHong Xu2019-10-281-1/+3
* Make <up> work in read-char-with-historyLars Ingebrigtsen2019-10-281-6/+10
* * lisp/loadup.el: Load minibuffer after cl-genericStefan Monnier2019-10-271-5/+2
* special-mode doc string clarificationHong Xu2019-10-191-1/+4
* Improve documentation of shell-command-prompt-show-cwdStefan Kangas2019-10-171-0/+2
* lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero2019-10-171-1/+1
* lisp/*.el: Force non-nil result to t, to match docstringJuanma Barranquero2019-10-141-1/+2
* Allow zap-to-char to use a historyLars Ingebrigtsen2019-10-141-1/+69
* Make the previous-matching-history-element prompt clearerLars Ingebrigtsen2019-10-131-6/+9
* Support showing directory in shell command promptStefan Kangas2019-10-111-2/+19
* New variable amalgamating-undo-limitLars Ingebrigtsen2019-10-111-1/+9
* Clarify docs on newline and auto-fill-modeBasil L. Contovounesios2019-10-081-4/+5
* Avoid crashes when casifying noncontiguous regionsPaul Eggert2019-09-221-14/+2
* Support rectangular regions in capitalize-region and capitalize-dwim.Juri Linkov2019-09-221-1/+1
* Allow `process-contact' not to blockLars Ingebrigtsen2019-09-201-1/+1
* Put error output from M-! at the end of the error bufferLars Ingebrigtsen2019-08-231-9/+8
* Respect global-eldoc-mode in minibuffers (Bug#36886)Noam Postavsky2019-08-201-4/+2
* Make newline-and-indent take a numeric prefixLars Ingebrigtsen2019-08-171-5/+10
* More-compatible subsecond calendrical timestampsPaul Eggert2019-08-161-5/+3
* Include port numbers in `M-x list-processes'Lars Ingebrigtsen2019-08-151-6/+11
* Merge from origin/emacs-26Glenn Morris2019-08-101-6/+12
|\
| * Improve doc strings of 'append-to-buffer' and friendsEli Zaretskii2019-08-091-6/+12
* | Merge from origin/emacs-26Glenn Morris2019-08-101-1/+1
|\ \ | |/
| * * lisp/simple.el (kill-do-not-save-duplicates): Doc fix. (Bug#36827)Eli Zaretskii2019-08-031-1/+1
* | Add conditional operator xor to subr.elMattias Engdegård2019-08-061-2/+1