diff options
| author | Stefan Monnier | 2003-03-24 17:29:20 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2003-03-24 17:29:20 +0000 |
| commit | 4a1186d3889e7cdc57ff093ef0e2af7d892cbab7 (patch) | |
| tree | 4f4a18eba5eb16e3c3b5354ae37ff07496bd7adf /lisp | |
| parent | 4b0cbff96945f424a62e13fbe1143603cddb5100 (diff) | |
| download | emacs-4a1186d3889e7cdc57ff093ef0e2af7d892cbab7.tar.gz emacs-4a1186d3889e7cdc57ff093ef0e2af7d892cbab7.zip | |
(easy-menu-add-item): Align the docstring with the code.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 26 | ||||
| -rw-r--r-- | lisp/emacs-lisp/easymenu.el | 2 |
2 files changed, 16 insertions, 12 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2390fbd90d0..1d8e97e615c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | (pop-global-mark-quick-repeat): New user option. | 5 | (pop-global-mark-quick-repeat): New user option. |
| 6 | (set-mark-command): Use it. | 6 | (set-mark-command): Use it. |
| 7 | 7 | ||
| 8 | * emulation/cua-base.el (cua-set-mark): | 8 | * emulation/cua-base.el (cua-set-mark): |
| 9 | Check pop-global-mark-quick-repeat. | 9 | Check pop-global-mark-quick-repeat. |
| 10 | 10 | ||
| 11 | 2003-03-24 John Paul Wallington <jpw@gnu.org> | 11 | 2003-03-24 John Paul Wallington <jpw@gnu.org> |
| @@ -29,7 +29,7 @@ | |||
| 29 | 29 | ||
| 30 | 2003-03-23 Martin Stjernholm <bug-cc-mode@gnu.org> | 30 | 2003-03-23 Martin Stjernholm <bug-cc-mode@gnu.org> |
| 31 | 31 | ||
| 32 | * progmodes/cc-mode.el (c-parse-state): Added kludge to avoid | 32 | * progmodes/cc-mode.el (c-parse-state): Add kludge to avoid |
| 33 | an infinite loop when Emacs' open-paren-in-column-zero rule | 33 | an infinite loop when Emacs' open-paren-in-column-zero rule |
| 34 | kicks in and causes the sexp functions to misbehave. | 34 | kicks in and causes the sexp functions to misbehave. |
| 35 | 35 | ||
| @@ -39,19 +39,19 @@ | |||
| 39 | (file-cache-complete, file-cache-display): New functions. | 39 | (file-cache-complete, file-cache-display): New functions. |
| 40 | 40 | ||
| 41 | * generic-x.el (etc-modules-conf-generic-mode): New generic mode. | 41 | * generic-x.el (etc-modules-conf-generic-mode): New generic mode. |
| 42 | (rul-generic-mode): Bugfixes by Rolf.Sandau@marconi.com. | 42 | (rul-generic-mode): Bugfixes by Rolf.Sandau@marconi.com. |
| 43 | 43 | ||
| 44 | * dirtrack.el (dirtrack-cygwin-directory-function): New function. | 44 | * dirtrack.el (dirtrack-cygwin-directory-function): New function. |
| 45 | Remove timestamp. | 45 | Remove timestamp. |
| 46 | 46 | ||
| 47 | 2003-03-22 Kim F. Storm <storm@cua.dk> | 47 | 2003-03-22 Kim F. Storm <storm@cua.dk> |
| 48 | 48 | ||
| 49 | * ido.el (ido-mode): Remove unused NOBIND arg. Fix doc string | 49 | * ido.el (ido-mode): Remove unused NOBIND arg. Fix doc string |
| 50 | accordingly. | 50 | accordingly. |
| 51 | (ido-define-mode-map): Bind C-l for both file and dir modes. | 51 | (ido-define-mode-map): Bind C-l for both file and dir modes. |
| 52 | (ido-wide-find-file, ido-wide-find-dir, ido-make-directory): | 52 | (ido-wide-find-file, ido-wide-find-dir, ido-make-directory): |
| 53 | Let-bind enable-recursive-minibuffers to t around read-string. | 53 | Let-bind enable-recursive-minibuffers to t around read-string. |
| 54 | 54 | ||
| 55 | 2003-03-22 Kenichi Handa <handa@etlken2> | 55 | 2003-03-22 Kenichi Handa <handa@etlken2> |
| 56 | 56 | ||
| 57 | * international/fontset.el (setup-default-fontset): | 57 | * international/fontset.el (setup-default-fontset): |
| @@ -61,7 +61,7 @@ | |||
| 61 | * language/indian.el (indian-font-foundry): New variable. | 61 | * language/indian.el (indian-font-foundry): New variable. |
| 62 | (indian-script-language-alist): New variable. | 62 | (indian-script-language-alist): New variable. |
| 63 | (indian-font-char-index-table): New variable. | 63 | (indian-font-char-index-table): New variable. |
| 64 | (indian-font-char): New function. | 64 | (indian-font-char): New function. |
| 65 | (indian-font-char-range): New function. | 65 | (indian-font-char-range): New function. |
| 66 | (font-ccl-encoder-alist): Add entry for AKRUTI font. | 66 | (font-ccl-encoder-alist): Add entry for AKRUTI font. |
| 67 | 67 | ||
| @@ -108,8 +108,8 @@ | |||
| 108 | * language/european.el ("Latin-6"): Fix input-method. | 108 | * language/european.el ("Latin-6"): Fix input-method. |
| 109 | ("Latin-7"): Fix input-method. | 109 | ("Latin-7"): Fix input-method. |
| 110 | 110 | ||
| 111 | * international/utf-8.el (utf-fragment-on-decoding): Don't call | 111 | * international/utf-8.el (utf-fragment-on-decoding): |
| 112 | register-char-codings. | 112 | Don't call register-char-codings. |
| 113 | (utf-fragment-on-decoding): Don't update char-coding-system-table. | 113 | (utf-fragment-on-decoding): Don't update char-coding-system-table. |
| 114 | (utf-translate-cjk): Don't call register-char-codings nor | 114 | (utf-translate-cjk): Don't call register-char-codings nor |
| 115 | optimize-char-coding-system-table. Don't update | 115 | optimize-char-coding-system-table. Don't update |
| @@ -118,8 +118,8 @@ | |||
| 118 | * international/ucs-tables.el (ucs-unify-8859): Don't call | 118 | * international/ucs-tables.el (ucs-unify-8859): Don't call |
| 119 | register-char-codings. | 119 | register-char-codings. |
| 120 | (ucs-unify-8859): Don't call optimize-char-coding-system-table. | 120 | (ucs-unify-8859): Don't call optimize-char-coding-system-table. |
| 121 | (ucs-fragment-8859): Don't update char-coding-system-table. Don't | 121 | (ucs-fragment-8859): Don't update char-coding-system-table. |
| 122 | call register-char-codings nor optimize-char-coding-system-table. | 122 | Don't call register-char-codings nor optimize-char-coding-system-table. |
| 123 | 123 | ||
| 124 | * international/mule.el (optimize-char-coding-system-table): | 124 | * international/mule.el (optimize-char-coding-system-table): |
| 125 | Remove this function. | 125 | Remove this function. |
| @@ -139,6 +139,10 @@ | |||
| 139 | * international/code-pages.el (cp-fix-safe-chars): Make it obsolete. | 139 | * international/code-pages.el (cp-fix-safe-chars): Make it obsolete. |
| 140 | (cp-make-coding-system): Don't call cp-fix-safe-chars. | 140 | (cp-make-coding-system): Don't call cp-fix-safe-chars. |
| 141 | 141 | ||
| 142 | 2003-03-18 Stefan Monnier <monnier@cs.yale.edu> | ||
| 143 | |||
| 144 | * startup.el (command-line-1): Use command-execute for any command. | ||
| 145 | |||
| 142 | 2003-03-17 Stefan Monnier <monnier@cs.yale.edu> | 146 | 2003-03-17 Stefan Monnier <monnier@cs.yale.edu> |
| 143 | 147 | ||
| 144 | * buff-menu.el (list-buffers-noselect): Use the display property | 148 | * buff-menu.el (list-buffers-noselect): Use the display property |
diff --git a/lisp/emacs-lisp/easymenu.el b/lisp/emacs-lisp/easymenu.el index 6ed2903f8ae..3458dfdff86 100644 --- a/lisp/emacs-lisp/easymenu.el +++ b/lisp/emacs-lisp/easymenu.el | |||
| @@ -504,7 +504,7 @@ In the latter case, ITEM is normally added at the end of the submenu. | |||
| 504 | However, if BEFORE is a string and there is an item in the submenu | 504 | However, if BEFORE is a string and there is an item in the submenu |
| 505 | with that name, then ITEM is added before that item. | 505 | with that name, then ITEM is added before that item. |
| 506 | 506 | ||
| 507 | MAP should normally be a keymap; nil stands for the global menu-bar keymap. | 507 | MAP should normally be a keymap; nil stands for the local menu-bar keymap. |
| 508 | It can also be a symbol, which has earlier been used as the first | 508 | It can also be a symbol, which has earlier been used as the first |
| 509 | argument in a call to `easy-menu-define', or the value of such a symbol. | 509 | argument in a call to `easy-menu-define', or the value of such a symbol. |
| 510 | 510 | ||