branch: externals/greader commit bc7702a53db6aae35187b83e23b1f56342a16252 Author: Michelangelo Rodriguez <michelangelo.rodrig...@gmail.com> Commit: Michelangelo Rodriguez <michelangelo.rodrig...@gmail.com>
Fixed Docstring Warning. --- greader-dict.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/greader-dict.el b/greader-dict.el index 5f9b07c98c..a3874f653c 100644 --- a/greader-dict.el +++ b/greader-dict.el @@ -592,7 +592,8 @@ to the dictionary." ;; a word to be replaced. (defun greader-dict-add-entry (arg) "Add an entry to the dictionary. -If called interactively and point is on a word, this function proposes to add that word as +If called interactively and point is on a word, this function proposes +to add that word as default. In this case, you can also use history commands to modify key already present in the dictionary.