X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=blobdiff_plain;f=lookup-dict.el;h=4ac7bf4913ca23b1aa4deb7339e9a051c2429c59;hp=97ec375d5f2c7db278165d0c468cd50e4d04e6db;hb=b01b564e2f6c23ab0b5440c7473c724901c600f5;hpb=37f3cfd18232581e51131e2ab6dc91f06a91acef diff --git a/lookup-dict.el b/lookup-dict.el index 97ec375..4ac7bf4 100644 --- a/lookup-dict.el +++ b/lookup-dict.el @@ -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)