Glenn Morris
a2b3fdbf3a
(byte-compile-from-buffer, byte-compile-output-file-form)
...
(byte-compile-output-docform, byte-compile-file-form-defmumble)
(byte-compile-output-as-comment):
Give some more local variables with common names a "bytecomp-" prefix,
so as not to shadow things during compilation.
2009-07-23 02:53:29 +00:00
Glenn Morris
cb71155600
Remove leading * from defcustom docs.
2009-07-22 02:45:34 +00:00
Glenn Morris
7ba65108e5
(shadows-compare-text-p): Remove leading * from defcustom doc.
...
(list-load-path-shadows): Optionally, just return shadows as a string.
2009-07-22 02:34:11 +00:00
Glenn Morris
08ee620074
(cl-debug-env): Only define for compiler.
...
(edebug-eval): Check cl-debug-env is bound.
(print-level, print-circle): Don't redefine built-in variables.
2009-07-21 04:42:16 +00:00
Glenn Morris
4befa5993f
Remove leading * from defcustom docs.
...
(custom-print-vectors): Remove old comments from doc.
2009-07-21 04:40:17 +00:00
Stefan Monnier
ed2a52e9ee
(copyright-update): Save match-data across y-or-n-p, for safety.
2009-07-16 02:01:31 +00:00
Glenn Morris
1e46f9e42b
(edebug-setup-hook, edebug-all-forms)
...
(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.
2009-07-14 08:01:50 +00:00
Johan Bockgård
00242b07fd
(defstruct): Fix :conc-name spec.
2009-06-27 22:09:39 +00:00
Dan Nicolaescu
2764748c42
(elp-output-insert-symname): Add a link face to make it obvious item
...
can be clicked.
2009-06-23 05:54:33 +00:00
Glenn Morris
c66cd0ff65
Remove leading "*" from defcustom docs.
...
Refill.
2009-06-22 06:27:00 +00:00
Glenn Morris
3fde45afdd
(lisp-indent-offset): Fix safe-local-variable property.
...
(lisp-indent-function): Make it a defcustom.
2009-06-22 06:24:32 +00:00
Glenn Morris
c4ea8f0049
(lisp-indent-function): Add doc string.
2009-06-21 01:39:43 +00:00
Glenn Morris
0ae8ebe848
(lisp-indent-defun-method, common-lisp-indent-function): Add doc strings.
2009-06-21 01:16:55 +00:00
Martin Rudalics
5249a62d0b
(lisp-mode-variables): Fix doc-string.
2009-06-07 07:21:23 +00:00
Juanma Barranquero
ae232225a9
Update.
2009-05-12 12:28:40 +00:00
Chong Yidong
143770f236
* emacs-lisp/cl-macs.el (lexical-let*): Doc fix (Bug#3178).
2009-05-10 22:01:20 +00:00
Chong Yidong
22d47d5e2b
* emacs-lisp/bindat.el (bindat-pack): Allocate and set a string
...
directly (Bug#2878).
2009-05-04 01:18:11 +00:00
Chong Yidong
05fcb8daf6
* emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt
...
property (Bug#2984).
2009-04-16 04:31:13 +00:00
Juanma Barranquero
e597afcb8b
* emacs-lisp/benchmark.el (benchmark): Reflow docstring.
2009-03-17 10:32:20 +00:00
Chong Yidong
abb3c752e2
(crm--choose-completion-string): New function.
...
(completing-read-multiple): Set and restore
choose-completion-string-functions (Bug#1080).
2009-03-16 00:44:02 +00:00
Stefan Monnier
7bbab3e051
(end-of-defun-function): Make it more clear that
...
the function takes no argument.
2009-03-03 16:12:02 +00:00
Glenn Morris
16ac2e615c
(eval-last-sexp): Mention truncation in doc.
2009-02-25 08:18:00 +00:00
Glenn Morris
92bd667f24
(elint-unknown-builtin-args): Fix encode-time spec. (Bug#2453)
...
(elint-find-builtin-args): Make the match more restrictive.
Handle errors. Return a result actually containing the function name.
2009-02-24 03:32:19 +00:00
Stefan Monnier
4114bc4975
(beginning-of-defun): Fix harmless paren typo.
2009-02-19 17:31:51 +00:00
Stefan Monnier
f2a8252af4
(end-of-defun): Consider the ".*\n" after the end of
...
the function as being part of the function.
2009-02-19 16:55:24 +00:00
Miles Bader
24a517fc67
Tweak copyright-regexp
...
Tweaked to match copyright statements where the years follow the name.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1549
2009-02-17 10:13:59 +00:00
Glenn Morris
4431546e80
(copyright-update-year): Don't let y-or-n-p move point. (Bug#2209)
2009-02-17 03:02:25 +00:00
Stefan Monnier
6d3e4d2287
(end-of-defun-function): Docstring fix.
2009-02-14 04:19:34 +00:00
Stefan Monnier
f9f34ece3d
(end-of-defun): Rewrite, to use the ARG argument to beginning-of-defun-raw.
2009-02-12 04:31:01 +00:00
Stefan Monnier
6bffddf43b
(end-of-defun): Don't skip to next line after
...
calling end-of-defun-function if it already moved to BOL.
2009-02-12 04:16:14 +00:00
Chong Yidong
352f6bff86
(find-library-name, find-library): Doc fixes.
2009-02-11 02:25:06 +00:00
Miles Bader
61eee794db
Add "^" to interactive spec of sexp movement commands
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1534
2009-02-04 05:48:16 +00:00
Miles Bader
c5b83faf47
Add .gitignore files
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1533
2009-02-03 23:32:38 +00:00
Stefan Monnier
5692cc8c4f
(emacs-lisp-file-regexp): Fix up EOB.
2009-02-02 03:27:30 +00:00
Stefan Monnier
5311245342
(elp-results-symname-map): Add follow-link.
2009-01-31 17:00:54 +00:00
Chong Yidong
45545d6875
(end-of-defun): Protect against infloops (Bug#2106).
2009-01-31 16:19:46 +00:00
Juanma Barranquero
eec6d5b710
* emacs-lisp/eldoc.el (eldoc-function-argstring-format):
...
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'.
2009-01-24 11:34:57 +00:00
Glenn Morris
2603d79b46
(authors-aliases): Remove some "ignore" entries that are no longer needed.
...
(authors-scan-change-log): Doc fix.
(authors-scan-el): Restore let*, foolishly removed 2009-01-11.
2009-01-21 03:54:29 +00:00
Glenn Morris
24e1588835
(authors-aliases, authors-fixed-case): Add some entries.
2009-01-20 00:53:00 +00:00
Glenn Morris
fdb0e509dd
(eldoc-minor-mode-string, eldoc-message-commands)
...
(eldoc-print-current-symbol-info): Doc fix (consistent case of "ElDoc").
2009-01-17 20:01:17 +00:00
Glenn Morris
133ea5b2b2
Remove leading `*' from defcustoms.
...
(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.
2009-01-16 03:24:54 +00:00
Glenn Morris
dbc76957a9
(copyright-update): Doc fix.
2009-01-16 03:19:58 +00:00
Stephen Eglen
71f982e3ac
(lisp-mode-variables): Doc fix.
2009-01-15 10:50:50 +00:00
Glenn Morris
6b5e47dd92
(authors-aliases, authors-fixed-case):
...
(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.
2009-01-15 03:27:12 +00:00
Glenn Morris
fe177a62ea
(copyright-update): Add doc-string.
2009-01-11 03:10:12 +00:00
Glenn Morris
93da04c0ad
(authors-aliases): Add, remove, and adjust some entries.
...
(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.
2009-01-11 03:03:21 +00:00
Glenn Morris
dd5131896c
Remove references to last-command-char and
...
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.
2009-01-09 05:16:23 +00:00
Glenn Morris
61a846fbec
Replace last-command-char with last-command-event.
2009-01-09 04:29:16 +00:00
Juanma Barranquero
8d5e14a9c7
Update autoload checksums.
2009-01-06 02:13:40 +00:00
Glenn Morris
ae940284fa
Add 2009 to copyright years.
2009-01-05 03:18:22 +00:00