]> git.eshelyaron.com Git - emacs.git/commitdiff
(easy-menu-add-item): Align the docstring with the code.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 24 Mar 2003 17:29:20 +0000 (17:29 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 24 Mar 2003 17:29:20 +0000 (17:29 +0000)
lisp/ChangeLog
lisp/emacs-lisp/easymenu.el

index 2390fbd90d0216d8f141bf7251859bb60400b3d9..1d8e97e615cf9157bf7da551859200805a497b81 100644 (file)
@@ -5,7 +5,7 @@
        (pop-global-mark-quick-repeat): New user option.
        (set-mark-command): Use it.
 
-       * emulation/cua-base.el (cua-set-mark): 
+       * emulation/cua-base.el (cua-set-mark):
        Check pop-global-mark-quick-repeat.
 
 2003-03-24  John Paul Wallington  <jpw@gnu.org>
@@ -29,7 +29,7 @@
 
 2003-03-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
 
-       * progmodes/cc-mode.el (c-parse-state): Added kludge to avoid
+       * progmodes/cc-mode.el (c-parse-state): Add kludge to avoid
        an infinite loop when Emacs' open-paren-in-column-zero rule
        kicks in and causes the sexp functions to misbehave.
 
        (file-cache-complete, file-cache-display): New functions.
 
        * generic-x.el (etc-modules-conf-generic-mode): New generic mode.
-       (rul-generic-mode): Bugfixes by Rolf.Sandau@marconi.com. 
+       (rul-generic-mode): Bugfixes by Rolf.Sandau@marconi.com.
 
        * dirtrack.el (dirtrack-cygwin-directory-function): New function.
        Remove timestamp.
 
 2003-03-22  Kim F. Storm  <storm@cua.dk>
 
-       * ido.el (ido-mode): Remove unused NOBIND arg. Fix doc string
+       * ido.el (ido-mode): Remove unused NOBIND arg.  Fix doc string
        accordingly.
        (ido-define-mode-map): Bind C-l for both file and dir modes.
-       (ido-wide-find-file, ido-wide-find-dir, ido-make-directory): 
+       (ido-wide-find-file, ido-wide-find-dir, ido-make-directory):
        Let-bind enable-recursive-minibuffers to t around read-string.
-       
+
 2003-03-22  Kenichi Handa  <handa@etlken2>
 
        * international/fontset.el (setup-default-fontset):
@@ -61,7 +61,7 @@
        * language/indian.el (indian-font-foundry): New variable.
        (indian-script-language-alist): New variable.
        (indian-font-char-index-table): New variable.
-       (indian-font-char): New function. 
+       (indian-font-char): New function.
        (indian-font-char-range): New function.
        (font-ccl-encoder-alist): Add entry for AKRUTI font.
 
        * language/european.el ("Latin-6"): Fix input-method.
        ("Latin-7"): Fix input-method.
 
-       * international/utf-8.el (utf-fragment-on-decoding): Don't call
-       register-char-codings.
+       * international/utf-8.el (utf-fragment-on-decoding):
+       Don't call register-char-codings.
        (utf-fragment-on-decoding): Don't update char-coding-system-table.
        (utf-translate-cjk): Don't call register-char-codings nor
        optimize-char-coding-system-table.  Don't update
        * international/ucs-tables.el (ucs-unify-8859): Don't call
        register-char-codings.
        (ucs-unify-8859): Don't call optimize-char-coding-system-table.
-       (ucs-fragment-8859): Don't update char-coding-system-table.  Don't
-       call register-char-codings nor optimize-char-coding-system-table.
+       (ucs-fragment-8859): Don't update char-coding-system-table.
+       Don't call register-char-codings nor optimize-char-coding-system-table.
 
        * international/mule.el (optimize-char-coding-system-table):
        Remove this function.
        * international/code-pages.el (cp-fix-safe-chars): Make it obsolete.
        (cp-make-coding-system): Don't call cp-fix-safe-chars.
 
+2003-03-18  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * startup.el (command-line-1): Use command-execute for any command.
+
 2003-03-17  Stefan Monnier  <monnier@cs.yale.edu>
 
        * buff-menu.el (list-buffers-noselect): Use the display property
index 6ed2903f8aea0d7e26abfea0363e5c47091fb9dc..3458dfdff8628e9c98bb072d6221ff4ca5274b9b 100644 (file)
@@ -504,7 +504,7 @@ In the latter case, ITEM is normally added at the end of the submenu.
 However, if BEFORE is a string and there is an item in the submenu
 with that name, then ITEM is added before that item.
 
-MAP should normally be a keymap; nil stands for the global menu-bar keymap.
+MAP should normally be a keymap; nil stands for the local menu-bar keymap.
 It can also be a symbol, which has earlier been used as the first
 argument in a call to `easy-menu-define', or the value of such a symbol.