Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (debugger-will-be-back): New var. | Stefan Monnier | 2005-06-09 | 1 | -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 immediately | Stefan Monnier | 2005-06-08 | 1 | -13/+9 | |
| | | | | anyway. Undo the 2005-06-06 change, rendered unnecessary now. | |||||
* | (define-minor-mode): If BODY is empty, give the variable a doc string | Richard M. Stallman | 2005-06-08 | 1 | -5/+10 | |
| | | | | that doesn't say don't set it directly. | |||||
* | (defstruct): Set 'doc-string-elt property. | Juanma Barranquero | 2005-06-07 | 1 | -1/+2 | |
| | ||||||
* | (debug): Don't bury the buffer unless it's in a dedicated window. | Stefan Monnier | 2005-06-06 | 1 | -2/+8 | |
| | ||||||
* | (debugger-window): New variable. | Richard M. Stallman | 2005-06-06 | 1 | -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 it | Luc Teirlinck | 2005-06-04 | 1 | -19/+47 | |
| | | | | enabled the minor mode for. Use find-file-hook again. Update docstring. | |||||
* | 4-digit copyright years. | Stefan Monnier | 2005-06-01 | 1 | -1/+2 | |
| | ||||||
* | (easy-menu-return-item): Find menu items with a nil command binding. | Stefan Monnier | 2005-06-01 | 1 | -3/+10 | |
| | ||||||
* | (defsetf): Improve argument/docstring consistency. | Juanma Barranquero | 2005-06-01 | 1 | -2/+9 | |
| | ||||||
* | * emacs-lisp/find-func.el (find-function-noselect): Handle | Masatake YAMATO | 2005-05-30 | 1 | -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. Stallman | 2005-05-30 | 1 | -9/+9 | |
| | ||||||
* | (reb-mode): Use run-mode-hooks. | Lute Kamstra | 2005-05-26 | 1 | -1/+1 | |
| | ||||||
* | (acons, pairlis): Add docstring. | Juanma Barranquero | 2005-05-23 | 1 | -2/+11 | |
| | ||||||
* | (define-global-minor-mode): Use `after-change-major-mode-hook' instead | Luc Teirlinck | 2005-05-22 | 1 | -3/+3 | |
| | | | | of `find-file-hook'. | |||||
* | (eql): Remove. It's a builtin already. | Stefan Monnier | 2005-05-22 | 1 | -11/+1 | |
| | ||||||
* | (function*, case, ecase, typecase, etypecase, progv, lexical-let, lexical-let*, | Juanma Barranquero | 2005-05-22 | 1 | -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 Barranquero | 2005-05-22 | 1 | -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 Barranquero | 2005-05-22 | 1 | -19/+25 | |
| | | | | list*, copy-list, adjoin, subst): Improve argument/docstring consistency. | |||||
* | Remove make-obsolete-variable for | Nick Roberts | 2005-05-22 | 1 | -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 Teirlinck | 2005-05-21 | 1 | -0/+1 | |
| | ||||||
* | (easy-menu-add): Correct docstring since | David Kastrup | 2005-05-20 | 1 | -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 Barranquero | 2005-05-20 | 1 | -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 Barranquero | 2005-05-19 | 1 | -1/+2 | |
| | ||||||
* | (eval-when-compile): Doc fix. | Richard M. Stallman | 2005-05-19 | 1 | -2/+3 | |
| | ||||||
* | (byte-compile-file-form-custom-declare-variable): | Richard M. Stallman | 2005-05-19 | 1 | -0/+2 | |
| | | | | Call byte-compile-nogroup-warn if appropriate. | |||||
* | (copyright-fix-years): Make sure all years are fixed. Don't insert a | Lute Kamstra | 2005-05-19 | 1 | -20/+18 | |
| | | | | space after a dash. | |||||
* | (eldoc-mode): Doc fix. | Luc Teirlinck | 2005-05-18 | 1 | -3/+3 | |
| | ||||||
* | (check-parens): Fix docstring. | Lute Kamstra | 2005-05-18 | 1 | -4/+5 | |
| | ||||||
* | (define-minor-mode): Don't generate a defcustom for the mode hook variable. | Lute Kamstra | 2005-05-17 | 1 | -15/+8 | |
| | ||||||
* | (authors): Do parse the ChangeLogs of the Emacs Lisp Reference Manual. | Lute Kamstra | 2005-05-17 | 1 | -3/+2 | |
| | ||||||
* | (subsetp, tree-equal): Doc fixes. | Juanma Barranquero | 2005-05-17 | 1 | -2/+2 | |
| | ||||||
* | (macrolet, symbol-macrolet): Doc fixes. | Juanma Barranquero | 2005-05-17 | 1 | -2/+2 | |
| | ||||||
* | (eql, floatp-safe, plusp, minusp, oddp, evenp, list*): Doc fixes. | Juanma Barranquero | 2005-05-17 | 1 | -7/+7 | |
| | ||||||
* | (equalp): Doc fix. | Juanma Barranquero | 2005-05-16 | 1 | -1/+1 | |
| | ||||||
* | Replace `string-to-int' by `string-to-number'. | Juanma Barranquero | 2005-05-16 | 2 | -2/+2 | |
| | ||||||
* | (copyright-fix-years): Match properly if the first year is 2-digit. | Richard M. Stallman | 2005-05-15 | 1 | -2/+8 | |
| | | | | Don't mess up the whitespace after the years by filling. | |||||
* | (lisp-mode-variables): Set font-lock-comment-start-skip. | Richard M. Stallman | 2005-05-15 | 1 | -0/+3 | |
| | ||||||
* | (define-derived-mode): Add link to Elisp manual to docstring. | Luc Teirlinck | 2005-05-14 | 1 | -1/+3 | |
| | ||||||
* | (byte-compile-nogroup-warn): New function. | Richard M. Stallman | 2005-05-14 | 1 | -5/+21 | |
| | | | | | (byte-compile-form): Call byte-compile-nogroup-warn. (byte-compile-warning-types): Doc fix. | |||||
* | (eldoc-documentation-function): Add autoload. | Richard M. Stallman | 2005-05-14 | 1 | -0/+1 | |
| | ||||||
* | (easy-menu-define): Doc fixes. | Nick Roberts | 2005-05-13 | 1 | -3/+3 | |
| | ||||||
* | (define-generic-mode): Don't generate a defcustom for the mode hook | Lute Kamstra | 2005-05-12 | 1 | -50/+24 | |
| | | | | variable. Delete the last argument. | |||||
* | (easy-mmode-pretty-mode-name): Improve commentary. | Eli Zaretskii | 2005-05-08 | 1 | -2/+4 | |
| | ||||||
* | (cl-transform-lambda): Recognize `declare' as well as `interactive', | Eli Zaretskii | 2005-05-07 | 1 | -1/+2 | |
| | | | | so that defmacro* would recognize `declare' forms. | |||||
* | (easy-mmode-pretty-mode-name): Explain | Eli Zaretskii | 2005-05-07 | 1 | -3/+16 | |
| | | | | | | | more about the LIGHTER arg's usage in the doc string. Add commentary to clarify what the code does. Fix the regexp that strips whitespace from LIGHTER. Quote LIGHTER before using it, since it could have characters special to regular expressions. | |||||
* | (define-obsolete-function-alias, define-obsolete-variable-alias): Doc Fixes. | Luc Teirlinck | 2005-05-05 | 1 | -12/+21 | |
| | ||||||
* | (define-obsolete-function-alias): Fix typo in docstring. | Juanma Barranquero | 2005-05-05 | 1 | -1/+1 | |
| | ||||||
* | (dot, dot-min, dot-max): Don't create | Nick Roberts | 2005-05-01 | 1 | -3/+0 | |
| | | | | bytecode symbols. | |||||
* | Improve commentary section. | Lute Kamstra | 2005-04-29 | 1 | -33/+33 | |
| | | | | (define-generic-mode): Improve docstring. |