summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-10-15 08:54:13 +0000
committerRichard M. Stallman <rms@gnu.org>1995-10-15 08:54:13 +0000
commit347c03ab74bc9db4939f3bdee146ac1a22779524 (patch)
tree1bf73fcde37118ad043c1eb2866ac066a2fa6a4a
parent6d12db37b430c1be300757f8dae820d33d370c3d (diff)
downloademacs-347c03ab74bc9db4939f3bdee146ac1a22779524.tar.gz
(he-transfer-case): Fix typo in prev change.
-rw-r--r--lisp/hippie-exp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/hippie-exp.el b/lisp/hippie-exp.el
index 408b80ee393..02a3917d81e 100644
--- a/lisp/hippie-exp.el
+++ b/lisp/hippie-exp.el
@@ -311,7 +311,7 @@ undoes the expansion."
(length to-str))))
to-str)
((not (he-ordinary-case-p to-str))
- to-string)
+ to-str)
((string= from-str (downcase from-str))
(downcase to-str))
((string= from-str (upcase from-str))