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
Richard M. Stallman
11efeb9b26
(byte-compile-nogroup-warn): New function.
...
(byte-compile-form): Call byte-compile-nogroup-warn.
(byte-compile-warning-types): Doc fix.
2005-05-14 12:30:08 +00:00
Richard M. Stallman
4021f35884
(eldoc-documentation-function): Add autoload.
2005-05-14 11:25:31 +00:00
Nick Roberts
f964fa513c
(easy-menu-define): Doc fixes.
2005-05-13 23:22:42 +00:00
Lute Kamstra
7e8035019d
(define-generic-mode): Don't generate a defcustom for the mode hook
...
variable. Delete the last argument.
2005-05-12 13:23:31 +00:00
Eli Zaretskii
906aee9391
(easy-mmode-pretty-mode-name): Improve commentary.
2005-05-08 19:39:20 +00:00
Eli Zaretskii
a5ad278d75
(cl-transform-lambda): Recognize declare' as well as
interactive',
...
so that defmacro* would recognize `declare' forms.
2005-05-07 15:46:21 +00:00
Eli Zaretskii
e6469973d4
(easy-mmode-pretty-mode-name): Explain
...
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.
2005-05-07 15:06:42 +00:00
Luc Teirlinck
342ef03d5b
(define-obsolete-function-alias, define-obsolete-variable-alias): Doc Fixes.
2005-05-05 22:58:40 +00:00
Juanma Barranquero
3fe2692297
(define-obsolete-function-alias): Fix typo in docstring.
2005-05-05 09:18:53 +00:00
Nick Roberts
35bfeac0e5
(dot, dot-min, dot-max): Don't create
...
bytecode symbols.
2005-05-01 13:28:55 +00:00
Lute Kamstra
74919c6f6a
Improve commentary section.
...
(define-generic-mode): Improve docstring.
2005-04-29 13:12:26 +00:00