summaryrefslogtreecommitdiff
path: root/lisp/net/dictionary.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-09-14 07:55:56 +0200
committerStefan Kangas <stefan@marxist.se>2021-09-14 07:57:14 +0200
commit25ebb9374bdadf66153727831fc7ff131c8cf299 (patch)
tree7ed04a5efe70f4f6e66118aebd9ccee12275d6bf /lisp/net/dictionary.el
parentcf2fa6c87f4da4665ff8a9e8e220bba0b5bccefc (diff)
downloademacs-25ebb9374bdadf66153727831fc7ff131c8cf299.tar.gz
; More minor docfixes found by checkdoc
Diffstat (limited to 'lisp/net/dictionary.el')
-rw-r--r--lisp/net/dictionary.el12
1 files changed, 5 insertions, 7 deletions
diff --git a/lisp/net/dictionary.el b/lisp/net/dictionary.el
index 5a6f3b555d2..9353b4d3759 100644
--- a/lisp/net/dictionary.el
+++ b/lisp/net/dictionary.el
@@ -25,9 +25,9 @@
;; dictionary allows you to interact with dictionary servers.
;; Use M-x customize-group dictionary to modify user settings.
;;
-;; Main functions for interaction are:
-;; dictionary - opens a new dictionary buffer
-;; dictionary-search - search for the definition of a word
+;; Main commands for interaction are:
+;; M-x dictionary - opens a new dictionary buffer
+;; M-x dictionary-search - search for the definition of a word
;;
;; You can find more information in the README file of the GitHub
;; repository https://github.com/myrkr/dictionary-el
@@ -58,11 +58,11 @@ the existing connection."
(set-default name value))
(defgroup dictionary nil
- "Client for accessing the dictd server based dictionaries"
+ "Client for accessing the dictd server based dictionaries."
:group 'hypermedia)
(defgroup dictionary-proxy nil
- "Proxy configuration options for the dictionary client"
+ "Proxy configuration options for the dictionary client."
:group 'dictionary)
(defcustom dictionary-server
@@ -943,7 +943,6 @@ If PATTERN is omitted, it defaults to \"[ \\f\\t\\n\\r\\v]+\"."
(defun dictionary-set-dictionary (param &optional more)
"Select the dictionary which is the car of PARAM as new default."
-
(if more
(dictionary-display-more-info param)
(let ((dictionary (car param)))
@@ -1051,7 +1050,6 @@ If PATTERN is omitted, it defaults to \"[ \\f\\t\\n\\r\\v]+\"."
(defun dictionary-do-matching (word dictionary strategy function)
"Find matches for WORD with STRATEGY in DICTIONARY and display them with FUNCTION."
-
(message "Lookup matching words for %s in %s using %s"
word dictionary strategy)
(dictionary-send-command