Mercurial > emacs
comparison lisp/ChangeLog @ 99747:51f96d4c63b0
* emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
(byte-compile-output-docform): Reflow docstrings.
(no-byte-compile): Fix typo in docstring.
(byte-recompile-directory, compile-defun): Doc fixes.
(emacs-lisp-file-regexp, byte-compile-verbose)
(byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
(byte-compile-dynamic-docstrings, byte-optimize-log)
(byte-compile-error-on-warn, byte-compile-warnings)
(byte-compile-generate-call-tree, byte-compile-call-tree-sort):
Remove * from defcustom docstrings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 20 Nov 2008 12:13:49 +0000 |
parents | c2c486be6b04 |
children | cea0d38a2587 |
comparison
equal
deleted
inserted
replaced
99746:07389f46a9e0 | 99747:51f96d4c63b0 |
---|---|
1 2008-11-20 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings) | |
4 (byte-compile-output-docform): Reflow docstrings. | |
5 (no-byte-compile): Fix typo in docstring. | |
6 (byte-recompile-directory, compile-defun): Doc fixes. | |
7 (emacs-lisp-file-regexp, byte-compile-verbose) | |
8 (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors) | |
9 (byte-compile-dynamic-docstrings, byte-optimize-log) | |
10 (byte-compile-error-on-warn, byte-compile-warnings) | |
11 (byte-compile-generate-call-tree, byte-compile-call-tree-sort): | |
12 Remove * from defcustom docstrings. | |
13 | |
1 2008-11-20 Glenn Morris <rgm@gnu.org> | 14 2008-11-20 Glenn Morris <rgm@gnu.org> |
2 | 15 |
3 * format.el (format-alist, format-write-file): Doc fix. | 16 * format.el (format-alist, format-write-file): Doc fix. |
4 | 17 |
5 * proced.el (proced-available): New variable. | 18 * proced.el (proced-available): New variable. |