projects
/
elisp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de8dfab
)
Added "of" in the buffer name.
author
Francois Fleuret
<francois@fleuret.org>
Tue, 7 Feb 2012 19:30:28 +0000
(20:30 +0100)
committer
Francois Fleuret
<francois@fleuret.org>
Tue, 7 Feb 2012 19:30:28 +0000
(20:30 +0100)
lookup-dict.el
patch
|
blob
|
history
diff --git
a/lookup-dict.el
b/lookup-dict.el
index
97ec375
..
4ac7bf4
100644
(file)
--- 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)