From: Francois Fleuret Date: Tue, 7 Feb 2012 19:30:28 +0000 (+0100) Subject: Added "of" in the buffer name. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=commitdiff_plain;h=e5be06863a9b6d540326269b5c65be7eca89ac61 Added "of" in the buffer name. --- 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)