Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (lisp-indent-function): Add doc string. | Glenn Morris | 2009-06-21 | 1 | -1/+6 |
| | |||||
* | (lisp-indent-defun-method, common-lisp-indent-function): Add doc strings. | Glenn Morris | 2009-06-21 | 1 | -3/+74 |
| | |||||
* | (lisp-mode-variables): Fix doc-string. | Martin Rudalics | 2009-06-07 | 1 | -3/+3 |
| | |||||
* | Update. | Juanma Barranquero | 2009-05-12 | 1 | -3/+5 |
| | |||||
* | * emacs-lisp/cl-macs.el (lexical-let*): Doc fix (Bug#3178). | Chong Yidong | 2009-05-10 | 1 | -2/+4 |
| | |||||
* | * emacs-lisp/bindat.el (bindat-pack): Allocate and set a string | Chong Yidong | 2009-05-04 | 1 | -2/+2 |
| | | | | directly (Bug#2878). | ||||
* | * emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt | Chong Yidong | 2009-04-16 | 1 | -0/+1 |
| | | | | property (Bug#2984). | ||||
* | * emacs-lisp/benchmark.el (benchmark): Reflow docstring. | Juanma Barranquero | 2009-03-17 | 1 | -2/+2 |
| | |||||
* | (crm--choose-completion-string): New function. | Chong Yidong | 2009-03-16 | 1 | -16/+38 |
| | | | | | (completing-read-multiple): Set and restore choose-completion-string-functions (Bug#1080). | ||||
* | (end-of-defun-function): Make it more clear that | Stefan Monnier | 2009-03-03 | 1 | -1/+2 |
| | | | | the function takes no argument. | ||||
* | (eval-last-sexp): Mention truncation in doc. | Glenn Morris | 2009-02-25 | 1 | -2/+4 |
| | |||||
* | (elint-unknown-builtin-args): Fix encode-time spec. (Bug#2453) | Glenn Morris | 2009-02-24 | 1 | -12/+12 |
| | | | | | (elint-find-builtin-args): Make the match more restrictive. Handle errors. Return a result actually containing the function name. | ||||
* | (beginning-of-defun): Fix harmless paren typo. | Stefan Monnier | 2009-02-19 | 1 | -1/+2 |
| | |||||
* | (end-of-defun): Consider the ".*\n" after the end of | Stefan Monnier | 2009-02-19 | 1 | -0/+8 |
| | | | | the function as being part of the function. | ||||
* | Tweak copyright-regexp | Miles Bader | 2009-02-17 | 1 | -1/+2 |
| | | | | | | Tweaked to match copyright statements where the years follow the name. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1549 | ||||
* | (copyright-update-year): Don't let y-or-n-p move point. (Bug#2209) | Glenn Morris | 2009-02-17 | 1 | -5/+7 |
| | |||||
* | (end-of-defun-function): Docstring fix. | Stefan Monnier | 2009-02-14 | 1 | -2/+3 |
| | |||||
* | (end-of-defun): Rewrite, to use the ARG argument to beginning-of-defun-raw. | Stefan Monnier | 2009-02-12 | 1 | -44/+30 |
| | |||||
* | (end-of-defun): Don't skip to next line after | Stefan Monnier | 2009-02-12 | 1 | -6/+8 |
| | | | | calling end-of-defun-function if it already moved to BOL. | ||||
* | (find-library-name, find-library): Doc fixes. | Chong Yidong | 2009-02-11 | 1 | -2/+4 |
| | |||||
* | Add "^" to interactive spec of sexp movement commands | Miles Bader | 2009-02-04 | 1 | -10/+10 |
| | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1534 | ||||
* | Add .gitignore files | Miles Bader | 2009-02-03 | 1 | -1/+3 |
| | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1533 | ||||
* | (emacs-lisp-file-regexp): Fix up EOB. | Stefan Monnier | 2009-02-02 | 1 | -1/+1 |
| | |||||
* | (elp-results-symname-map): Add follow-link. | Stefan Monnier | 2009-01-31 | 1 | -0/+1 |
| | |||||
* | (end-of-defun): Protect against infloops (Bug#2106). | Chong Yidong | 2009-01-31 | 1 | -11/+21 |
| | |||||
* | * emacs-lisp/eldoc.el (eldoc-function-argstring-format): | Juanma Barranquero | 2009-01-24 | 1 | -4/+4 |
| | | | | | | Revert 2007-09-26 change; use `string-match-p' to check for &keywords. (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument): Use `string-match-p'. | ||||
* | (authors-aliases): Remove some "ignore" entries that are no longer needed. | Glenn Morris | 2009-01-21 | 1 | -10/+15 |
| | | | | | (authors-scan-change-log): Doc fix. (authors-scan-el): Restore let*, foolishly removed 2009-01-11. | ||||
* | (authors-aliases, authors-fixed-case): Add some entries. | Glenn Morris | 2009-01-20 | 1 | -0/+3 |
| | |||||
* | (eldoc-minor-mode-string, eldoc-message-commands) | Glenn Morris | 2009-01-17 | 1 | -4/+6 |
| | | | | (eldoc-print-current-symbol-info): Doc fix (consistent case of "ElDoc"). | ||||
* | Remove leading `*' from defcustoms. | Glenn Morris | 2009-01-16 | 1 | -11/+23 |
| | | | | | | | | | (eldoc-argument-case, eldoc-echo-area-use-multiline-p) (eldoc-highlight-function-argument): Doc fix - mention effect of eldoc-documentation-function. (eldoc-message-commands-table-size, eldoc-message-commands) (eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix. (eldoc-documentation-function): Mention effect on user options. | ||||
* | (copyright-update): Doc fix. | Glenn Morris | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | (lisp-mode-variables): Doc fix. | Stephen Eglen | 2009-01-15 | 1 | -1/+2 |
| | |||||
* | (authors-aliases, authors-fixed-case): | Glenn Morris | 2009-01-15 | 1 | -24/+66 |
| | | | | | | | | (authors-obsolete-files-regexps, authors-ignored-files): (authors-renamed-files-alist): Add some entries. (authors-fixed-entries): Change some entries. (authors-canonical-file-name): Doc fix. (authors-scan-change-log): Handle joint authorship in ChangeLogs. | ||||
* | (copyright-update): Add doc-string. | Glenn Morris | 2009-01-11 | 1 | -1/+3 |
| | |||||
* | (authors-aliases): Add, remove, and adjust some entries. | Glenn Morris | 2009-01-11 | 1 | -101/+176 |
| | | | | | | | | | | | (authors-fixed-case, authors-ignored-files, authors-valid-file-names): (authors-renamed-files-alist): Add entries. (authors-fixed-entries): Update for renamed and removed files. (authors-canonical-file-name): Add entries to authors-checked-files-alist based on their full names, expanded relative to each log-file directory. (authors-scan-el, authors-add-to-author-list, authors): Handle multiple authors in a file, via a new :cowrote category. | ||||
* | Remove references to last-command-char and | Glenn Morris | 2009-01-09 | 1 | -13/+2 |
| | | | | | | | last-input-char, since these have been identical to last-command-event and last-input-event since at least Emacs 19. (edebug-outside-last-command-char, edebug-outside-last-input-char): Remove. | ||||
* | Replace last-command-char with last-command-event. | Glenn Morris | 2009-01-09 | 2 | -2/+2 |
| | |||||
* | Update autoload checksums. | Juanma Barranquero | 2009-01-06 | 1 | -3/+3 |
| | |||||
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 63 | -63/+63 |
| | |||||
* | * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode, lisp-interaction-mode): | Juanma Barranquero | 2009-01-04 | 1 | -0/+3 |
| | | | | Add a blank line in the docstring before the keymap listing. | ||||
* | (authors-aliases): Addition. | Reiner Steib | 2009-01-03 | 1 | -2/+4 |
| | | | | (authors): Allow to use it for other projects. | ||||
* | (copyright-update-directory): Autoload. | Reiner Steib | 2009-01-03 | 1 | -2/+4 |
| | | | | Clarify MATCH argument. Print filenames. | ||||
* | (rx): Doc fix. | Chong Yidong | 2008-12-28 | 1 | -1/+4 |
| | |||||
* | (authors-aliases): Add some more aliases. | Glenn Morris | 2008-12-19 | 1 | -0/+2 |
| | |||||
* | (authors-fixed-case): New constant. | Glenn Morris | 2008-12-19 | 1 | -11/+168 |
| | | | | | | | | | (authors-public-domain-files, authors-ignored-files): (authors-valid-file-names, authors-renamed-files-alist): Update lists. (authors-renamed-files-regexps): Add some new entries. (authors-canonical-file-name): Don't complain about ignored files. (authors-canonical-author-name): Doc fix. Respect authors-fixed-case. (authors): Ensure error buffer is writable. | ||||
* | (rx-submatch): Pass : to rx-form (bug#1518). | Stefan Monnier | 2008-12-09 | 1 | -1/+7 |
| | |||||
* | (macro-declaration-function): Disallow declare specs with lengths of 3 | Chong Yidong | 2008-11-30 | 1 | -8/+13 |
| | | | | or more. | ||||
* | * calendar/diary-lib.el (diary-cyclic): Doc fix. | Juanma Barranquero | 2008-11-30 | 1 | -3/+3 |
| | | | | | | | | | | | | (diary-remind-message, diary-number-of-entries) (diary-include-other-diary-files, diary-mark-included-diary-files) (diary-view-entries, diary-date, diary-block, diary-insert-entry-1) (diary-font-lock-keywords-1): Reflow docstrings. (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date) (diary-anniversary, diary-date-display-form): Fix typos in docstrings. * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring. (timer-duration): Use `string-match-p'. | ||||
* | * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip. | Juanma Barranquero | 2008-11-29 | 1 | -11/+4 |
| | | | | (reb-mode): Define with `define-derived-mode'. | ||||
* | * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code. | Juanma Barranquero | 2008-11-28 | 1 | -5/+7 |
| | | | | | | (re-builder): Reuse window displaying the *RE-Builder* buffer, if any. (reb-initialize-buffer): Update matches, in case we're reentering RE Builder mode. |