emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 191/287: change downcase and UPCASE for being more clear.


From: Matthew Fidler
Subject: [elpa] 191/287: change downcase and UPCASE for being more clear.
Date: Wed, 02 Jul 2014 14:45:53 +0000

mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit d489f1964d81ee213eac746f1c8b84e1fac0a998
Author: Arash Kamangir <address@hidden>
Date:   Mon Jun 23 15:14:26 2014 +0430

    change downcase and UPCASE for being more clear.
    
    change `Downcase` to `downcase` and `Upcase` to `UPCASE`. In this way, 
these menu items will be more clear to newbies.
---
 ergoemacs-menus.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ergoemacs-menus.el b/ergoemacs-menus.el
index e0f76b9..d9bce0d 100644
--- a/ergoemacs-menus.el
+++ b/ergoemacs-menus.el
@@ -328,10 +328,10 @@ All other modes are assumed to be minor modes or 
unimportant.
                                          :help "Capitalize (initial caps) 
words in the nonempty region"
                                          :enable (and (not buffer-read-only)  
mark-active  (> (region-end) (region-beginning))))
                       (downcase-region menu-item
-                                       "Downcase" downcase-region
+                                       "downcase" downcase-region
                                        :help "Make words in the nonempty 
region lower-case"
                                        :enable (and (not buffer-read-only)  
mark-active  (> (region-end) (region-beginning))))
-                      (upcase-region menu-item "Upcase" upcase-region
+                      (upcase-region menu-item "UPCASE" upcase-region
                                      :help "Make words in the nonempty region 
upper-case"
                                      :enable (and (not buffer-read-only)  
mark-active  (> (region-end) (region-beginning))))
                       (toggle-case-region menu-item "Toggle 
Capitalization/Case"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]