Added "of" in the buffer name.
authorFrancois Fleuret <francois@fleuret.org>
Tue, 7 Feb 2012 19:30:28 +0000 (20:30 +0100)
committerFrancois Fleuret <francois@fleuret.org>
Tue, 7 Feb 2012 19:30:28 +0000 (20:30 +0100)
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)