emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99878: Minor js.el fix.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99878: Minor js.el fix.
Date: Tue, 22 Jun 2010 00:04:20 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99878
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Tue 2010-06-22 00:04:20 -0700
message:
  Minor js.el fix.
  * lisp/progmodes/js.el (js-mode-map): Use standard capitalization and
  ellipses for menu entries.
modified:
  lisp/ChangeLog
  lisp/progmodes/js.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-06-22 03:24:22 +0000
+++ b/lisp/ChangeLog    2010-06-22 07:04:20 +0000
@@ -1,5 +1,8 @@
 2010-06-22  Glenn Morris  <address@hidden>
 
+       * progmodes/js.el (js-mode-map): Use standard capitalization and
+       ellipses for menu entries.
+
        * wid-edit.el (widget-complete): Doc fix.
 
 2010-06-22  Jürgen Hötzel  <address@hidden>  (tiny change)

=== modified file 'lisp/progmodes/js.el'
--- a/lisp/progmodes/js.el      2010-05-02 15:15:29 +0000
+++ b/lisp/progmodes/js.el      2010-06-22 07:04:20 +0000
@@ -474,8 +474,7 @@
 (defcustom js-js-tmpdir
   "~/.emacs.d/js/js"
   "Temporary directory used by `js-mode' to communicate with Mozilla.
-This directory must be readable and writable by both Mozilla and
-Emacs."
+This directory must be readable and writable by both Mozilla and Emacs."
   :type 'directory
   :group 'js)
 
@@ -499,11 +498,11 @@
     (define-key keymap [(meta ?.)] #'js-find-symbol)
     (easy-menu-define nil keymap "Javascript Menu"
       '("Javascript"
-        ["Select new Mozilla context…" js-set-js-context
-         (fboundp #'inferior-moz-process)]
-        ["Evaluate expression in Mozilla context…" js-eval
-         (fboundp #'inferior-moz-process)]
-        ["Send current function to Mozilla…" js-eval-defun
+        ["Select New Mozilla Context..." js-set-js-context
+         (fboundp #'inferior-moz-process)]
+        ["Evaluate Expression in Mozilla Context..." js-eval
+         (fboundp #'inferior-moz-process)]
+        ["Send Current Function to Mozilla..." js-eval-defun
          (fboundp #'inferior-moz-process)]))
     keymap)
   "Keymap for `js-mode'.")


reply via email to

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