Update.
[elisp.git] / lookup-dict.el
index 97ec375..4ac7bf4 100644 (file)
@@ -60,7 +60,7 @@ argument \\[universal-argument] forces the third."
 
     (setq word (replace-regexp-in-string "[^a-zA-Z\- \.]" "" (or word "")))
 
-    (let ((name (concat "*definition " word "*")))
+    (let ((name (concat "*definition of " word "*")))
 
       (if (get-buffer name) (switch-to-buffer name)