Luc Teirlinck
b6386e6354
(edebug-all-defs, edebug-initial-mode, edebug-print-length)
...
(edebug-print-level, edebug-print-circle, edebug-modify-breakpoint)
(edebug-eval-last-sexp, edebug-eval-print-last-sexp): Doc fixes.
2005-06-14 20:39:04 +00:00
Juanma Barranquero
fbb70c539b
(make-obsolete, define-obsolete-function-alias): Rename arguments FUNCTION and
...
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.
2005-06-14 15:50:22 +00:00
Lute Kamstra
8ac3941d04
(debug-on-entry): Fix docstring.
2005-06-14 12:00:50 +00:00
Luc Teirlinck
922a9de306
(cancel-debug-on-entry): Mention default in minibuffer prompt.
2005-06-13 23:40:05 +00:00
Lute Kamstra
dd72a03ac2
(cancel-debug-on-entry): Make the empty string argument obsolete.
2005-06-13 08:14:06 +00:00
Stefan Monnier
84ae490875
Add comment.
2005-06-12 16:57:08 +00:00
Thien-Thi Nguyen
8b09abe105
Fix repeat' BNF and
bits 2' example in Commentary.
2005-06-11 23:56:33 +00:00
Luc Teirlinck
8e71c318da
(debug-on-entry, cancel-debug-on-entry): Doc fixes.
2005-06-11 23:52:51 +00:00
Thien-Thi Nguyen
d4ddf7839c
Doc fixes for public funcs:
...
"Returns" to "return", document useful return values, etc.
2005-06-11 20:33:28 +00:00
Lute Kamstra
e5d79aa59c
(edebug-eval-mode-map): Don't copy lisp-interaction-mode-map but make
...
it the parent.
(edebug-eval-mode): Use define-derived-mode.
2005-06-11 08:40:47 +00:00
Miles Bader
4719d18424
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-387
...
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.
2005-06-10 10:44:18 +00:00
Stefan Monnier
9b530428ea
(debugger-will-be-back): New var.
...
(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.
2005-06-09 03:09:30 +00:00
Stefan Monnier
d48f0f00da
(debug): Don't iconify if we know we'll re-enter the debugger immediately
...
anyway. Undo the 2005-06-06 change, rendered unnecessary now.
2005-06-08 19:35:54 +00:00
Richard M. Stallman
a566ce8e09
(define-minor-mode): If BODY is empty, give the variable a doc string
...
that doesn't say don't set it directly.
2005-06-08 15:54:43 +00:00
Juanma Barranquero
590bc48b85
(defstruct): Set 'doc-string-elt property.
2005-06-07 10:52:08 +00:00
Stefan Monnier
532c188a19
(debug): Don't bury the buffer unless it's in a dedicated window.
2005-06-06 19:47:05 +00:00
Richard M. Stallman
77932668c2
(debugger-window): New variable.
...
(debug): Use debugger-window if it is set and still alive.
Record debugger-window for next entry.
2005-06-06 12:29:57 +00:00
Luc Teirlinck
876daebc85
(define-global-minor-mode): Make it keep track of which major mode it
...
enabled the minor mode for. Use find-file-hook again. Update docstring.
2005-06-04 22:13:57 +00:00
Stefan Monnier
51a67d35db
4-digit copyright years.
2005-06-01 16:22:43 +00:00
Stefan Monnier
6cb9fac363
(easy-menu-return-item): Find menu items with a nil command binding.
2005-06-01 16:22:00 +00:00
Juanma Barranquero
358e4d6d1d
(defsetf): Improve argument/docstring consistency.
2005-06-01 15:33:50 +00:00
Masatake YAMATO
6dfa731f20
* emacs-lisp/find-func.el (find-function-noselect): Handle
...
subroutines.
* help-fns.el (help-C-file-name): Added autoload mark for
`find-function-noselect'.
2005-05-30 18:06:02 +00:00
Richard M. Stallman
cbd87c94ac
(byte-compile-nogroup-warn): Warn only when name to be defined is quoted.
2005-05-30 06:49:18 +00:00
Lute Kamstra
d47f3fc56f
(reb-mode): Use run-mode-hooks.
2005-05-26 15:13:09 +00:00
Juanma Barranquero
868904eb92
(acons, pairlis): Add docstring.
2005-05-23 00:05:40 +00:00
Luc Teirlinck
7fb8093523
(define-global-minor-mode): Use `after-change-major-mode-hook' instead
...
of `find-file-hook'.
2005-05-22 22:07:22 +00:00
Stefan Monnier
6cd0254fe9
(eql): Remove. It's a builtin already.
2005-05-22 20:15:05 +00:00
Juanma Barranquero
3187ba1c4f
(function*, case, ecase, typecase, etypecase, progv, lexical-let, lexical-let*,
...
multiple-value-bind, multiple-value-setq, shiftf): Improve argument/docstring
consistency.
2005-05-22 17:51:22 +00:00
Juanma Barranquero
9ae5b0b9dc
(coerce, map, maplist, cl-mapc, mapl, mapcan, mapcon, some, every, notany,
...
notevery, signum, isqrt, concatenate, list-length, get*, getf, cl-remprop):
Improve argument/docstring consistency.
2005-05-22 17:48:02 +00:00
Juanma Barranquero
708c63a689
(pushnew, cl-macroexpand, floatp-safe, plusp, minusp, oddp, evenp, mapcar*,
...
list*, copy-list, adjoin, subst): Improve argument/docstring consistency.
2005-05-22 17:46:50 +00:00
Nick Roberts
8449720ce4
Remove make-obsolete-variable for
...
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.
2005-05-22 02:30:41 +00:00
Luc Teirlinck
3e2c3ab0f5
(define-derived-mode): Doc fix.
2005-05-21 22:35:35 +00:00
David Kastrup
8292be61c5
(easy-menu-add): Correct docstring since
...
easy-menu-add is not a nop on Emacs; and clarify when to call it.
2005-05-20 15:30:59 +00:00
Juanma Barranquero
47bc4b3fe1
(reduce, fill, replace, remove*, remove-if, remove-if-not, delete*, delete-if,
...
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.
2005-05-20 14:30:34 +00:00
Juanma Barranquero
f530778210
Specify missing group (and type, if simple) in defcustom.
2005-05-19 19:06:19 +00:00
Richard M. Stallman
8cd567b842
(eval-when-compile): Doc fix.
2005-05-19 15:39:56 +00:00
Richard M. Stallman
fe33e7c83c
(byte-compile-file-form-custom-declare-variable):
...
Call byte-compile-nogroup-warn if appropriate.
2005-05-19 15:39:21 +00:00
Lute Kamstra
07b41c4275
(copyright-fix-years): Make sure all years are fixed. Don't insert a
...
space after a dash.
2005-05-19 08:13:31 +00:00
Luc Teirlinck
292c8ae828
(eldoc-mode): Doc fix.
2005-05-18 15:11:36 +00:00
Lute Kamstra
7bc108869d
(check-parens): Fix docstring.
2005-05-18 08:29:38 +00:00
Lute Kamstra
f567894362
(define-minor-mode): Don't generate a defcustom for the mode hook variable.
2005-05-17 15:17:18 +00:00
Lute Kamstra
77777daf1d
(authors): Do parse the ChangeLogs of the Emacs Lisp Reference Manual.
2005-05-17 15:05:02 +00:00
Juanma Barranquero
213233f006
(subsetp, tree-equal): Doc fixes.
2005-05-17 00:28:50 +00:00
Juanma Barranquero
4342e957a2
(macrolet, symbol-macrolet): Doc fixes.
2005-05-17 00:26:59 +00:00
Juanma Barranquero
f4db41fcbb
(eql, floatp-safe, plusp, minusp, oddp, evenp, list*): Doc fixes.
2005-05-17 00:26:26 +00:00
Juanma Barranquero
4ea3cc0e17
(equalp): Doc fix.
2005-05-16 15:32:09 +00:00
Juanma Barranquero
027a4b6b3f
Replace string-to-int' by
string-to-number'.
2005-05-16 11:34:49 +00:00
Richard M. Stallman
02d9d6829a
(copyright-fix-years): Match properly if the first year is 2-digit.
...
Don't mess up the whitespace after the years by filling.
2005-05-15 22:03:16 +00:00
Richard M. Stallman
76f414790d
(lisp-mode-variables): Set font-lock-comment-start-skip.
2005-05-15 14:29:25 +00:00
Luc Teirlinck
a5079d4022
(define-derived-mode): Add link to Elisp manual to docstring.
2005-05-14 18:32:45 +00:00