summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2012-05-08 22:09:38 +0300
committerEli Zaretskii <eliz@gnu.org>2012-05-08 22:09:38 +0300
commit2fed2689194b260e608c5ef8a12e36d57c8dd199 (patch)
treec3ceeb931c66529df03b9bf10767274e8fa47a77 /src/ChangeLog
parentad89bb83f7cb57b77cc30f5f8805013b0bd4ab10 (diff)
Fix a typo in last commit of src/ChangeLog.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3a9e9a5f539..4bf848d953a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,7 +4,7 @@
* keyboard.c (read_char): Don't clear the echo area if there's no
message to clear.
* xdisp.c (redisplay_internal): Redisplay the mini window (with the
- contents of *Minibuf-0*) if there' no message displayed in its stead.
+ contents of *Minibuf-0*) if there's no message displayed in its stead.
2012-05-07 Michael Albinus <michael.albinus@gmx.de>