Mercurial > emacs
comparison lisp/ChangeLog @ 52877:aef728111be7
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sun, 19 Oct 2003 04:06:29 +0000 |
parents | 34db8be1fba8 |
children | 0267e2def60b |
comparison
equal
deleted
inserted
replaced
52876:64833a41c107 | 52877:aef728111be7 |
---|---|
3 * help-mode.el (help-xref-symbol-regexp): Treat newlines as | 3 * help-mode.el (help-xref-symbol-regexp): Treat newlines as |
4 whitespace. | 4 whitespace. |
5 (help-make-xrefs): Only make cross-references for faces if | 5 (help-make-xrefs): Only make cross-references for faces if |
6 preceded or followed by the word `face'. Do not make a | 6 preceded or followed by the word `face'. Do not make a |
7 cross-reference for variables without variable documentation, | 7 cross-reference for variables without variable documentation, |
8 unless preceded by the word `variable'. Update doc string | 8 unless preceded by the word `variable' or `option'. Update doc |
9 accordingly. | 9 string accordingly. |
10 | 10 |
11 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org> | 11 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org> |
12 | 12 |
13 * progmodes/hideshow.el: Rewrite one-armed `if' | 13 * progmodes/hideshow.el: Rewrite one-armed `if' |
14 constructs using either `when' or `unless'. | 14 constructs using either `when' or `unless'. |