summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* Remove defining user variables via * in docstring.Chong Yidong2012-04-091-1/+1
* Fix corner case in end-of-visible-line.Chong Yidong2012-03-221-1/+2
* * lisp/simple.el (kill-new): Use equal-including-properties forLeo Liu2012-03-131-4/+8
* * simple.el (goto-line): Doc fix.Chong Yidong2012-03-121-6/+13
* * lisp/simple.el (backward-delete-char-untabify): Constrain point toLeo Liu2012-03-051-2/+4
* Tweaks to count-words and count-words-region behavior.Chong Yidong2012-03-051-38/+43
* `mail-user-agent' doc fixLars Ingebrigtsen2012-02-131-2/+2
* Minor-mode doc fixes for ARG behaviorGlenn Morris2012-02-071-2/+4
* * simple.el (list-processes--refresh): Delete exited processes.Chong Yidong2012-02-061-39/+42
* Try to document filter-buffer-substring changesGlenn Morris2012-02-041-10/+28
* * lisp/simple.el (deactivate-mark): Doc fix (Bug#8614).Chong Yidong2012-01-281-4/+12
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-181-3/+3
* Fix typos.Juanma Barranquero2011-12-091-5/+5
* Fix "C-x =" wrt display of strong RTL characters and directional controls.Eli Zaretskii2011-12-051-12/+20
* Spelling fixes.Paul Eggert2011-12-041-3/+3
* Fix bug #10076 with vertical cursor motion in hscrolled windows.Eli Zaretskii2011-11-191-8/+6
* Spelling fixes.Paul Eggert2011-11-171-1/+1
* Fix typos.Juanma Barranquero2011-11-151-1/+1
* * lisp/simple.el (mark-whole-buffer): Doc fix. (Bug#10023)Glenn Morris2011-11-141-0/+1
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* Replace fundamental-mode-hook with change-major-mode-after-body-hook.Chong Yidong2011-10-271-1/+2
* Fix minor mode docstrings for the new meaning of a nil ARG.Chong Yidong2011-10-191-53/+80
* Fix the "C-x =" display of the character info for LRE, LRO, RLE, and RLO.Eli Zaretskii2011-10-131-4/+14
* Rework count-words-region. New command count-words.Chong Yidong2011-10-081-16/+34
* Change scroll-up/down bindings to Emacs 24's scroll-*-command.Chong Yidong2011-10-011-2/+2
* Fix bug #9607 with vertical motion when auto-hscroll-mode is disabled.Eli Zaretskii2011-09-291-2/+12
* * simple.el (delete-trailing-whitespace): Fix last change.Stefan Monnier2011-09-281-2/+2
* * lisp/simple.el (delete-trailing-whitespace): Document last change; simplify.Stefan Monnier2011-09-231-10/+11
* * lisp/simple.el (delete-trailing-whitespace): Also deletePeter J. Weisberg2011-09-231-0/+6
* * simple.el (kill-line): Note effect of `show-trailing-whitespace'.Lars Magne Ingebrigtsen2011-09-231-0/+4
* Make "C-x =" show display properties from overlays.Eli Zaretskii2011-09-221-2/+2
* Fix bug #971 with next/previous-line when goal-column is set.Eli Zaretskii2011-09-161-5/+12
* * lisp/simple.el (count-words-region): Use buffer if there's no region.Reuben Thomas2011-09-091-11/+14
* Fix bug #9392 with rmail-forward.Eli Zaretskii2011-09-091-0/+5
|\
| * Fix rmail-forward.Eli Zaretskii2011-09-031-0/+5
* | * lisp/simple.el (next-error-highlight, next-error-highlight-no-select): Doc ...Juri Linkov2011-09-071-2/+4
|/
* Fix goto-line bug.Jose E. Marchesi2011-07-281-4/+5
* Document `auto-fill-function' in relation to `auto-fill-mode'Lars Magne Ingebrigtsen2011-07-161-2/+4
* * simple.el (current-kill): Clarify what `interprogram-paste-function' does.Lars Magne Ingebrigtsen2011-07-161-4/+5
* Doc fix for eval-expressionLars Magne Ingebrigtsen2011-07-141-0/+2
* Clarify doc stringLars Magne Ingebrigtsen2011-07-131-4/+5
* * simple.el (blink-matching-open): Make error message from last change less v...Chong Yidong2011-07-131-13/+9
* Say that we were unable to find the match within the limitLars Magne Ingebrigtsen2011-07-131-9/+13
* * simple.el (shell-command-on-region): Fill.Lars Magne Ingebrigtsen2011-07-061-1/+2
* * simple.el (shell-command-on-region): Say where the error outputLars Magne Ingebrigtsen2011-07-021-1/+4
* Move/add window-buffer-related functions to window.el.Martin Rudalics2011-06-111-54/+0
* Silence various byte-compiler warnings.Stefan Monnier2011-06-011-1/+1
* * lisp/simple.el (goto-line): Use read-number.Stefan Monnier2011-06-011-23/+18
* * lisp/minibuffer.el: Add metadata method to completion tables.Stefan Monnier2011-05-311-0/+1