diff options
| author | Glenn Morris | 2010-02-10 09:31:49 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-02-10 09:31:49 -0800 |
| commit | 2b23acdef6b4b0521e549b7ffe2d7e1b0f7910c3 (patch) | |
| tree | a4b3d3b96ccef9382d20025b5b3dda62c9cf1454 /lisp | |
| parent | 50b51e49a1e3a2f324efeca1e5099532e3ea335b (diff) | |
| download | emacs-2b23acdef6b4b0521e549b7ffe2d7e1b0f7910c3.tar.gz emacs-2b23acdef6b4b0521e549b7ffe2d7e1b0f7910c3.zip | |
* ChangeLog: Fix typos.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b0d722043de..19d3bce3fc0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -4,9 +4,9 @@ | |||
| 4 | 4 | ||
| 5 | 2010-02-10 Michael Albinus <michael.albinus@gmx.de> | 5 | 2010-02-10 Michael Albinus <michael.albinus@gmx.de> |
| 6 | 6 | ||
| 7 | * ls-lisp.el (ls-lisp-insert-directory): Wen WILDCARD-REGEXP and | 7 | * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and |
| 8 | FULL-DIRECTORY-P are nil, and FILE is absolute, expand it. This | 8 | FULL-DIRECTORY-P are nil, and FILE is absolute, expand it. This |
| 9 | prevents file names like "~/" been listed literally. | 9 | prevents file names like "~/" being listed literally. |
| 10 | 10 | ||
| 11 | 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu> | 11 | 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu> |
| 12 | 12 | ||