diff options
| author | Glenn Morris | 2010-12-02 19:10:25 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-12-02 19:10:25 -0800 |
| commit | 65beee52435bba0a8789f0589978a3291f734f54 (patch) | |
| tree | 9c3c7c7bddc9ecc649250b3ee2b6ff4cfad77cdf /lisp/ChangeLog | |
| parent | ad961a0083a03fb36c92451b1d97ad12a4f2026f (diff) | |
| download | emacs-65beee52435bba0a8789f0589978a3291f734f54.tar.gz emacs-65beee52435bba0a8789f0589978a3291f734f54.zip | |
Remove leading `*' from nxml defcustom docs.
* lisp/nxml/nxml-mode.el, lisp/nxml/nxml-outln.el, lisp/nxml/rng-loc.el:
* lisp/nxml/rng-nxml.el, lisp/nxml/rng-valid.el:
Remove leading `*' from defcustom docs.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fb1246f9fdd..f0ecd731fa8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2010-12-03 Glenn Morris <rgm@gnu.org> | 1 | 2010-12-03 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el: | ||
| 4 | * nxml/rng-nxml.el, nxml/rng-valid.el: | ||
| 5 | Remove leading `*' from defcustom docs. | ||
| 6 | |||
| 3 | * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify. | 7 | * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify. |
| 4 | (normal-top-level-add-to-load-path, tty-handle-args): | 8 | (normal-top-level-add-to-load-path, tty-handle-args): |
| 5 | Convert comments to basic doc-strings. | 9 | Convert comments to basic doc-strings. |