summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-04-11 02:31:26 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-04-11 02:31:26 +0000
commit8d0f1197e9a145cbf674e9e410247dc53daef02c (patch)
treed7ff2a92609e2365d091960e73a03cfc9a3e6cbe /lisp
parent95579c3e1d752a2bed7cfda4c3c783b07bacf574 (diff)
downloademacs-8d0f1197e9a145cbf674e9e410247dc53daef02c.tar.gz
* woman.el (woman2-TH): Use string-equal instead of string-match.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 79c777e3bea..75702835987 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,6 @@
2008-04-11 Chong Yidong <cyd@stupidchicken.com>
- * woman.el (woman2-TH): Quote argument to string-match.
+ * woman.el (woman2-TH): Use string-equal instead of string-match.
2008-04-11 Kevin Ryde <user42@zip.com.au>