aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-04Use 'emacs-lisp-mode-syntax-table' for reading Lisp expressionsDaniel Koning1-2/+5
2020-06-17Rename default function to next-error-buffer-unnavigated-current (bug#40919)Juri Linkov1-6/+5
2020-06-09* lisp/simple.el (shell-command-on-region): Handle nil replace on rectangles.Juri Linkov1-4/+19
2020-06-09* lisp/simple.el (shell-command-on-region): Fix docstring.Juri Linkov1-1/+6
2020-05-29next-error-find-buffer-function: Back to #'ignoreDmitry Gutov1-2/+2
2020-05-27Make next-error behavior a bit more flexibleDmitry Gutov1-14/+24
2020-05-16Introduce process-file-return-signal-stringMichael Albinus1-0/+14
2020-05-15Consider face inheritance when checking region face background.Tassilo Horn1-1/+1
2020-04-25* lisp/simple.el (kill-ring-save): Doc fix. (Bug#40797)Eli Zaretskii1-1/+1
2020-04-18Fix "C-u M-!" when 'shell-command-dont-erase-buffer' is non-nilEli Zaretskii1-13/+22
2020-04-14Clarify the doc string of 'yank'Eli Zaretskii1-4/+5
2020-04-12Fix and improve documentation of mail-related featuresEli Zaretskii1-2/+6
2020-03-04Improve documentation of next-error-highlight-no-select (bug#38778)Juri Linkov1-4/+9
2020-02-14* lisp/simple.el (undo): Use undo--last-change-was-undo-pStefan Monnier1-11/+6
2020-02-09Correct "different than" to "different from" where appropriateAlan Mackenzie1-1/+1
2020-02-08* lisp/simple.el (undo-redo): New commandStefan Monnier1-0/+24
2020-01-30Show key bindings on M-x completion (bug#39035)Juri Linkov1-10/+23
2020-01-25Improve doc string of 'newline'Stefan Kangas1-3/+4
2020-01-23Fix bug 39218Tino Calancha1-1/+2
2020-01-23Backport: Fix bug 39218Tino Calancha1-1/+2
2020-01-22* lisp/simple.el: Minor fixes to commentary.Paul Eggert1-3/+2
2020-01-19Fix shell-command-dont-erase-buffer featureTino Calancha1-16/+41
2020-01-14; * lisp/simple.el (messages-buffer): Doc fix. (Bug#39124)Eli Zaretskii1-1/+1
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-12-24Make goto-line keep a separate input history per bufferFederico Tedin1-1/+6
2019-12-09Spelling fixesPaul Eggert1-1/+1
2019-12-09* lisp/simple.el (shell-command-on-region): Use set-buffer-major-mode.Juri Linkov1-0/+1
2019-12-06Clarify documentation of functions that use the default faceEli Zaretskii1-3/+9
2019-12-05Make HIST arg of read-from-minibuffer work with buffer-local varsFederico Tedin1-5/+13
2019-11-29Document 'zap-up-to-char'Eli Zaretskii1-1/+2
2019-11-23Have what-cursor-position optionally show character nameRobert Pluim1-10/+23
2019-11-17* lisp/simple.el (process-file): Clarify doc string.Paul Eggert1-8/+7
2019-11-16; Grammar in simple.el doc strings and commentsStephen Gildea1-44/+44
2019-11-17* lisp/simple.el (eval-expression-print-maximum-character): Use choice type.Juri Linkov1-1/+3
2019-11-14Make clone-buffer not unbind global variableBraun Gábor1-1/+1
2019-11-11Fix a few more minor quoting problems.Paul Eggert1-1/+1
2019-11-10Move read-char-from-minibuffer from simple.el to subr.el and document it.Juri Linkov1-70/+0
2019-11-10Add CHARS arg to read-char-from-minibuffer compatible with read-char-choice.Juri Linkov1-21/+58
2019-11-09Fix last changeEli Zaretskii1-3/+3
2019-11-09Mention future history in history-related minibuffer commandsHong Xu1-2/+5
2019-10-31Inhibit undo-in-region for mouse-drag-region (bug#37700)Mattias Engdegård1-1/+6
2019-10-30Rename read-char-with-history to read-char-from-minibuffer (bug#10477)Juri Linkov1-19/+21
2019-10-30Reimplement read-char-with-history based on read-from-minibufferJuri Linkov1-65/+25
2019-10-28Add doc for goto-history-elementHong Xu1-1/+3
2019-10-28Make <up> work in read-char-with-historyLars Ingebrigtsen1-6/+10
2019-10-27* lisp/loadup.el: Load minibuffer after cl-genericStefan Monnier1-5/+2
2019-10-19special-mode doc string clarificationHong Xu1-1/+4
2019-10-17Improve documentation of shell-command-prompt-show-cwdStefan Kangas1-0/+2
2019-10-17lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero1-1/+1
2019-10-14lisp/*.el: Force non-nil result to t, to match docstringJuanma Barranquero1-1/+2