summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
* (cl-debug-env): Only define for compiler.Glenn Morris2009-07-211-7/+5
| | | | | (edebug-eval): Check cl-debug-env is bound. (print-level, print-circle): Don't redefine built-in variables.
* Remove leading * from defcustom docs.Glenn Morris2009-07-211-9/+5
| | | | (custom-print-vectors): Remove old comments from doc.
* (copyright-update): Save match-data across y-or-n-p, for safety.Stefan Monnier2009-07-161-2/+3
|
* (edebug-setup-hook, edebug-all-forms)Glenn Morris2009-07-141-25/+37
| | | | | | | | | | | (edebug-eval-macro-args, edebug-save-displayed-buffer-points) (edebug-print-length, edebug-print-level, edebug-print-circle) (edebug-sit-for-seconds, edebug-view-outside) (edebug-bounce-point, edebug-set-global-break-condition) (edebug-Go-nonstop-mode, edebug-trace-mode) (edebug-Trace-fast-mode, edebug-continue-mode) (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help) (edebug-visit-eval-list): Doc fixes.
* (defstruct): Fix :conc-name spec.Johan Bockgård2009-06-271-1/+1
|
* (elp-output-insert-symname): Add a link face to make it obvious itemDan Nicolaescu2009-06-231-0/+1
| | | | can be clicked.
* Remove leading "*" from defcustom docs.Glenn Morris2009-06-221-13/+22
| | | | Refill.
* (lisp-indent-offset): Fix safe-local-variable property.Glenn Morris2009-06-221-3/+5
| | | | (lisp-indent-function): Make it a defcustom.
* (lisp-indent-function): Add doc string.Glenn Morris2009-06-211-1/+6
|
* (lisp-indent-defun-method, common-lisp-indent-function): Add doc strings.Glenn Morris2009-06-211-3/+74
|
* (lisp-mode-variables): Fix doc-string.Martin Rudalics2009-06-071-3/+3
|
* Update.Juanma Barranquero2009-05-121-3/+5
|
* * emacs-lisp/cl-macs.el (lexical-let*): Doc fix (Bug#3178).Chong Yidong2009-05-101-2/+4
|
* * emacs-lisp/bindat.el (bindat-pack): Allocate and set a stringChong Yidong2009-05-041-2/+2
| | | | directly (Bug#2878).
* * emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-eltChong Yidong2009-04-161-0/+1
| | | | property (Bug#2984).
* * emacs-lisp/benchmark.el (benchmark): Reflow docstring.Juanma Barranquero2009-03-171-2/+2
|
* (crm--choose-completion-string): New function.Chong Yidong2009-03-161-16/+38
| | | | | (completing-read-multiple): Set and restore choose-completion-string-functions (Bug#1080).
* (end-of-defun-function): Make it more clear thatStefan Monnier2009-03-031-1/+2
| | | | the function takes no argument.
* (eval-last-sexp): Mention truncation in doc.Glenn Morris2009-02-251-2/+4
|
* (elint-unknown-builtin-args): Fix encode-time spec. (Bug#2453)Glenn Morris2009-02-241-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 Monnier2009-02-191-1/+2
|
* (end-of-defun): Consider the ".*\n" after the end ofStefan Monnier2009-02-191-0/+8
| | | | the function as being part of the function.
* Tweak copyright-regexpMiles Bader2009-02-171-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 Morris2009-02-171-5/+7
|
* (end-of-defun-function): Docstring fix.Stefan Monnier2009-02-141-2/+3
|
* (end-of-defun): Rewrite, to use the ARG argument to beginning-of-defun-raw.Stefan Monnier2009-02-121-44/+30
|
* (end-of-defun): Don't skip to next line afterStefan Monnier2009-02-121-6/+8
| | | | calling end-of-defun-function if it already moved to BOL.
* (find-library-name, find-library): Doc fixes.Chong Yidong2009-02-111-2/+4
|
* Add "^" to interactive spec of sexp movement commandsMiles Bader2009-02-041-10/+10
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1534
* Add .gitignore filesMiles Bader2009-02-031-1/+3
| | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1533
* (emacs-lisp-file-regexp): Fix up EOB.Stefan Monnier2009-02-021-1/+1
|
* (elp-results-symname-map): Add follow-link.Stefan Monnier2009-01-311-0/+1
|
* (end-of-defun): Protect against infloops (Bug#2106).Chong Yidong2009-01-311-11/+21
|
* * emacs-lisp/eldoc.el (eldoc-function-argstring-format):Juanma Barranquero2009-01-241-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 Morris2009-01-211-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 Morris2009-01-201-0/+3
|
* (eldoc-minor-mode-string, eldoc-message-commands)Glenn Morris2009-01-171-4/+6
| | | | (eldoc-print-current-symbol-info): Doc fix (consistent case of "ElDoc").
* Remove leading `*' from defcustoms.Glenn Morris2009-01-161-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 Morris2009-01-161-1/+1
|
* (lisp-mode-variables): Doc fix.Stephen Eglen2009-01-151-1/+2
|
* (authors-aliases, authors-fixed-case):Glenn Morris2009-01-151-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 Morris2009-01-111-1/+3
|
* (authors-aliases): Add, remove, and adjust some entries.Glenn Morris2009-01-111-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 andGlenn Morris2009-01-091-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 Morris2009-01-092-2/+2
|
* Update autoload checksums.Juanma Barranquero2009-01-061-3/+3
|
* Add 2009 to copyright years.Glenn Morris2009-01-0563-63/+63
|
* * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):Juanma Barranquero2009-01-041-0/+3
| | | | Add a blank line in the docstring before the keymap listing.
* (authors-aliases): Addition.Reiner Steib2009-01-031-2/+4
| | | | (authors): Allow to use it for other projects.
* (copyright-update-directory): Autoload.Reiner Steib2009-01-031-2/+4
| | | | Clarify MATCH argument. Print filenames.