summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
* (define-minor-mode): Don't automatically add a :require to the defcustom.Stefan Monnier2005-06-261-4/+1
|
* (make-autoload): Add the :setter for defcustoms corresponding to minor modes.Stefan Monnier2005-06-261-4/+14
|
* (lisp-mode-variables): Bind comment-indent-function locally.Richard M. Stallman2005-06-251-1/+3
|
* (ring-elements): Make it return a list of the elements of RING inLuc Teirlinck2005-06-241-2/+7
| | | | order, and without bogus nil elements.
* (debugger-special-form-p): New defun.Lute Kamstra2005-06-231-3/+21
| | | | | (debug-on-entry): Use it. New interactive declaration that uses function-called-at-point.
* (edebug-eval-defun):Juri Linkov2005-06-211-2/+9
| | | | | Set `saved-face' temporarily to nil before calling form. Set `customized-face' to the new spec after that.
* (eval-defun-1):Juri Linkov2005-06-211-2/+15
| | | | | Set `saved-face' temporarily to nil before calling form. Set `customized-face' to the new spec after that.
* (byte-optimize-pure-func): Fix spellings.Juanma Barranquero2005-06-211-8/+8
|
* (check-parens): Fix spellings.Juanma Barranquero2005-06-211-1/+1
|
* (edebug-goto-here): Doc fix.Luc Teirlinck2005-06-171-1/+1
|
* (display-warning, lwarn, warning-minimum-log-level): Doc fixes.Juanma Barranquero2005-06-171-7/+16
| | | | | (warning-minimum-level, warning-minimum-log-level): Add :debug to defcustom's choices.
* (regexp-opt-depth): Fix spelling in docstrings.Juanma Barranquero2005-06-161-1/+1
|
* (elint-init-env): Fix spelling in docstrings.Juanma Barranquero2005-06-161-2/+2
|
* (derived-mode-init-mode-variables): Fix spelling in docstrings.Juanma Barranquero2005-06-161-1/+1
|
* (edebug-all-defs, edebug-initial-mode, edebug-print-length)Luc Teirlinck2005-06-141-12/+13
| | | | | (edebug-print-level, edebug-print-circle, edebug-modify-breakpoint) (edebug-eval-last-sexp, edebug-eval-print-last-sexp): Doc fixes.
* (make-obsolete, define-obsolete-function-alias): Rename arguments FUNCTION andJuanma Barranquero2005-06-141-23/+23
| | | | | | NEW to OBSOLETE-NAME and CURRENT-NAME respectively. (make-obsolete-variable, define-obsolete-variable-alias): Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
* (debug-on-entry): Fix docstring.Lute Kamstra2005-06-141-3/+9
|
* (cancel-debug-on-entry): Mention default in minibuffer prompt.Luc Teirlinck2005-06-131-3/+3
|
* (cancel-debug-on-entry): Make the empty string argument obsolete.Lute Kamstra2005-06-131-4/+7
|
* Add comment.Stefan Monnier2005-06-121-2/+8
|
* Fix `repeat' BNF and `bits 2' example in Commentary.Thien-Thi Nguyen2005-06-111-3/+4
|
* (debug-on-entry, cancel-debug-on-entry): Doc fixes.Luc Teirlinck2005-06-111-6/+9
|
* Doc fixes for public funcs:Thien-Thi Nguyen2005-06-111-17/+19
| | | | "Returns" to "return", document useful return values, etc.
* (edebug-eval-mode-map): Don't copy lisp-interaction-mode-map but makeLute Kamstra2005-06-111-12/+6
| | | | | it the parent. (edebug-eval-mode): Use define-derived-mode.
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-387Miles Bader2005-06-101-7/+11
| | | | | | | | | | | | Remove "-face" suffix from testcover faces 2005-06-10 Miles Bader <miles@gnu.org> * lisp/emacs-lisp/testcover.el (testcover-nohits, testcover-1value): Remove "-face" suffix from face names. (testcover-nohits-face, testcover-1value-face): New backward-compatibility aliases for renamed faces. (testcover-mark): Use renamed testcover faces.
* (debugger-will-be-back): New var.Stefan Monnier2005-06-091-5/+22
| | | | | | | | (debug): Use it. (debugger-step-through, debugger-continue, debugger-jump) (debugger-return-value): Set it when needed. (debugger-make-xrefs, debugger-frame, debugger-frame-clear): Use inhibit-read-only.
* (debug): Don't iconify if we know we'll re-enter the debugger immediatelyStefan Monnier2005-06-081-13/+9
| | | | anyway. Undo the 2005-06-06 change, rendered unnecessary now.
* (define-minor-mode): If BODY is empty, give the variable a doc stringRichard M. Stallman2005-06-081-5/+10
| | | | that doesn't say don't set it directly.
* (defstruct): Set 'doc-string-elt property.Juanma Barranquero2005-06-071-1/+2
|
* (debug): Don't bury the buffer unless it's in a dedicated window.Stefan Monnier2005-06-061-2/+8
|
* (debugger-window): New variable.Richard M. Stallman2005-06-061-1/+12
| | | | | (debug): Use debugger-window if it is set and still alive. Record debugger-window for next entry.
* (define-global-minor-mode): Make it keep track of which major mode itLuc Teirlinck2005-06-041-19/+47
| | | | enabled the minor mode for. Use find-file-hook again. Update docstring.
* 4-digit copyright years.Stefan Monnier2005-06-011-1/+2
|
* (easy-menu-return-item): Find menu items with a nil command binding.Stefan Monnier2005-06-011-3/+10
|
* (defsetf): Improve argument/docstring consistency.Juanma Barranquero2005-06-011-2/+9
|
* * emacs-lisp/find-func.el (find-function-noselect): HandleMasatake YAMATO2005-05-301-2/+2
| | | | | | subroutines. * help-fns.el (help-C-file-name): Added autoload mark for `find-function-noselect'.
* (byte-compile-nogroup-warn): Warn only when name to be defined is quoted.Richard M. Stallman2005-05-301-9/+9
|
* (reb-mode): Use run-mode-hooks.Lute Kamstra2005-05-261-1/+1
|
* (acons, pairlis): Add docstring.Juanma Barranquero2005-05-231-2/+11
|
* (define-global-minor-mode): Use `after-change-major-mode-hook' insteadLuc Teirlinck2005-05-221-3/+3
| | | | of `find-file-hook'.
* (eql): Remove. It's a builtin already.Stefan Monnier2005-05-221-11/+1
|
* (function*, case, ecase, typecase, etypecase, progv, lexical-let, lexical-let*,Juanma Barranquero2005-05-221-16/+22
| | | | | multiple-value-bind, multiple-value-setq, shiftf): Improve argument/docstring consistency.
* (coerce, map, maplist, cl-mapc, mapl, mapcan, mapcon, some, every, notany,Juanma Barranquero2005-05-221-28/+42
| | | | | notevery, signum, isqrt, concatenate, list-length, get*, getf, cl-remprop): Improve argument/docstring consistency.
* (pushnew, cl-macroexpand, floatp-safe, plusp, minusp, oddp, evenp, mapcar*,Juanma Barranquero2005-05-221-19/+25
| | | | list*, copy-list, adjoin, subst): Improve argument/docstring consistency.
* Remove make-obsolete-variable forNick Roberts2005-05-221-21/+0
| | | | | | | | already deleted variables: auto-fill-hook, blink-paren-hook, lisp-indent-hook, inhibit-local-variables, unread-command-event suspend-hooks, comment-indent-hook, meta-flag, before-change-function, after-change-function, font-lock-doc-string-face.
* (define-derived-mode): Doc fix.Luc Teirlinck2005-05-211-0/+1
|
* (easy-menu-add): Correct docstring sinceDavid Kastrup2005-05-201-5/+9
| | | | easy-menu-add is not a nop on Emacs; and clarify when to call it.
* (reduce, fill, replace, remove*, remove-if, remove-if-not, delete*, delete-if,Juanma Barranquero2005-05-201-76/+133
| | | | | | | | | | | | delete-if-not, remove-duplicates, delete-duplicates, substitute, substitute-if, substitute-if-not, nsubstitute, nsubstitute-if, nsubstitute-if-not, find, find-if, find-if-not, position, position-if, position-if-not, count, count-if, count-if-not, mismatch, search, sort*, stable-sort, merge, member*, member-if, member-if-not, assoc*, assoc-if, assoc-if-not, rassoc*, rassoc-if, rassoc-if-not, union, nunion, intersection, nintersection, set-difference, nset-difference, set-exclusive-or, nset-exclusive-or, subsetp, subst-if, subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis, nsublis, tree-equal): Improve argument/docstring consistency.
* Specify missing group (and type, if simple) in defcustom.Juanma Barranquero2005-05-191-1/+2
|
* (eval-when-compile): Doc fix.Richard M. Stallman2005-05-191-2/+3
|