summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/net/dictionary.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/net/dictionary.el b/lisp/net/dictionary.el
index 1e1d4d9d444..0682d5511c9 100644
--- a/lisp/net/dictionary.el
+++ b/lisp/net/dictionary.el
@@ -788,9 +788,9 @@ This function knows about the special meaning of quotes (\")"
dictionary-description-open-delimiter
(dictionary-decode-charset description dictionary)
dictionary-description-close-delimiter
- " [" (dictionary-decode-charset dictionary dictionary) "]:"
- "\n\n")
- (put-text-property start (point) 'face 'dictionary-word-entry-face)))
+ " [" (dictionary-decode-charset dictionary dictionary) "]:")
+ (put-text-property start (point) 'face 'dictionary-word-entry-face)
+ (insert "\n\n")))
(defun dictionary-display-word-definition (reply word dictionary)
"Insert the definition for the current word"