]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/dictionary.el (dictionary-pre-buffer): Unify casing feature/integration-of-dictionary-el
authorTorsten Hilbrich <torsten.hilbrich@gmx.net>
Mon, 14 Dec 2020 10:44:12 +0000 (11:44 +0100)
committerTorsten Hilbrich <torsten.hilbrich@gmx.net>
Mon, 14 Dec 2020 10:45:24 +0000 (11:45 +0100)
Let all the buttons begins with an upper-case character and the rest of
the text is lower-case.

lisp/net/dictionary.el

index f06efaea3755d3f295acd8ac1d05d67a14c925b5..0df9d8b1423559f8549990c1f3b4ffcf66d53cbb 100644 (file)
@@ -742,7 +742,7 @@ of matching words."
                        'callback 'dictionary-restore-state
                        'help-echo (purecopy "Mouse-2 to go backwards in history"))
        (insert " ")
-        (insert-button "[Search Definition]" :type 'dictionary-button
+        (insert-button "[Search definition]" :type 'dictionary-button
                        'callback 'dictionary-search
                        'help-echo (purecopy "Mouse-2 to look up a new word"))
        (insert "         ")
@@ -758,11 +758,11 @@ of matching words."
 
        (insert "\n       ")
 
-        (insert-button "[Select Dictionary]" :type 'dictionary-button
+        (insert-button "[Select dictionary]" :type 'dictionary-button
                        'callback 'dictionary-select-dictionary
                        'help-echo (purecopy "Mouse-2 to select dictionary for future searches"))
        (insert "         ")
-        (insert-button "[Select Match Strategy]" :type 'dictionary-button
+        (insert-button "[Select match strategy]" :type 'dictionary-button
                        'callback 'dictionary-select-strategy
                        'help-echo (purecopy "Mouse-2 to select matching algorithm"))
        (insert "\n\n")))