summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Collapse)AuthorAgeFilesLines
* (eldoc-mode): Doc fix.Luc Teirlinck2005-05-181-3/+3
|
* (check-parens): Fix docstring.Lute Kamstra2005-05-181-4/+5
|
* (define-minor-mode): Don't generate a defcustom for the mode hook variable.Lute Kamstra2005-05-171-15/+8
|
* (authors): Do parse the ChangeLogs of the Emacs Lisp Reference Manual.Lute Kamstra2005-05-171-3/+2
|
* (subsetp, tree-equal): Doc fixes.Juanma Barranquero2005-05-171-2/+2
|
* (macrolet, symbol-macrolet): Doc fixes.Juanma Barranquero2005-05-171-2/+2
|
* (eql, floatp-safe, plusp, minusp, oddp, evenp, list*): Doc fixes.Juanma Barranquero2005-05-171-7/+7
|
* (equalp): Doc fix.Juanma Barranquero2005-05-161-1/+1
|
* Replace `string-to-int' by `string-to-number'.Juanma Barranquero2005-05-162-2/+2
|
* (copyright-fix-years): Match properly if the first year is 2-digit.Richard M. Stallman2005-05-151-2/+8
| | | | Don't mess up the whitespace after the years by filling.
* (lisp-mode-variables): Set font-lock-comment-start-skip.Richard M. Stallman2005-05-151-0/+3
|
* (define-derived-mode): Add link to Elisp manual to docstring.Luc Teirlinck2005-05-141-1/+3
|
* (byte-compile-nogroup-warn): New function.Richard M. Stallman2005-05-141-5/+21
| | | | | (byte-compile-form): Call byte-compile-nogroup-warn. (byte-compile-warning-types): Doc fix.
* (eldoc-documentation-function): Add autoload.Richard M. Stallman2005-05-141-0/+1
|
* (easy-menu-define): Doc fixes.Nick Roberts2005-05-131-3/+3
|
* (define-generic-mode): Don't generate a defcustom for the mode hookLute Kamstra2005-05-121-50/+24
| | | | variable. Delete the last argument.
* (easy-mmode-pretty-mode-name): Improve commentary.Eli Zaretskii2005-05-081-2/+4
|
* (cl-transform-lambda): Recognize `declare' as well as `interactive',Eli Zaretskii2005-05-071-1/+2
| | | | so that defmacro* would recognize `declare' forms.
* (easy-mmode-pretty-mode-name): ExplainEli Zaretskii2005-05-071-3/+16
| | | | | | | more about the LIGHTER arg's usage in the doc string. Add commentary to clarify what the code does. Fix the regexp that strips whitespace from LIGHTER. Quote LIGHTER before using it, since it could have characters special to regular expressions.
* (define-obsolete-function-alias, define-obsolete-variable-alias): Doc Fixes.Luc Teirlinck2005-05-051-12/+21
|
* (define-obsolete-function-alias): Fix typo in docstring.Juanma Barranquero2005-05-051-1/+1
|
* (dot, dot-min, dot-max): Don't createNick Roberts2005-05-011-3/+0
| | | | bytecode symbols.
* Improve commentary section.Lute Kamstra2005-04-291-33/+33
| | | | (define-generic-mode): Improve docstring.
* (define-generic-mode): Fix docstring.Lute Kamstra2005-04-281-13/+15
|
* (generic-mode-internal): Simplify font-lock-defaults.Lute Kamstra2005-04-281-1/+1
|
* (define-minor-mode): Fix docstring.Lute Kamstra2005-04-261-2/+2
|
* Fix previous change.Richard M. Stallman2005-04-261-1/+1
|
* (eldoc-mode): Doc fix.Richard M. Stallman2005-04-261-14/+8
| | | | | (eldoc-documentation-function): Renamed from eldoc-print-current-symbol-info-function. Calls changed.
* (define-obsolete-function-alias): New macro.Nick Roberts2005-04-261-0/+12
|
* (easy-menu-do-define): Use defalias, not fset.Richard M. Stallman2005-04-231-12/+12
|
* (define-obsolete-variable-alias): New macro.Nick Roberts2005-04-221-0/+12
|
* Move here from parent dir.Lute Kamstra2005-04-131-0/+345
|
* (map-y-or-n-p): Clarify RET/q in help message.Richard M. Stallman2005-04-101-3/+3
|
* (defun-prompt-regexp, parens-require-spaces, buffer-end, end-of-defun)Luc Teirlinck2005-04-081-10/+10
| | | | (insert-parentheses): Doc fixes.
* * mh-customize.el (mh-speedbar-selected-folder-face): Special caseDan Nicolaescu2005-04-081-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | high number of colors displays. * textmodes/table.el (table-cell-face): Add special case for displays supporting a high number of colors. * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face) (vhdl-font-lock-reserved-words-face) (vhdl-speedbar-architecture-face) (vhdl-speedbar-instantiation-face) (vhdl-speedbar-architecture-selected-face) (vhdl-speedbar-instantiation-selected-face): Likewise. * progmodes/sh-script.el (sh-heredoc-face): Likewise. * progmodes/idlw-help.el (idlwave-help-link-face): Likewise. * progmodes/ebrowse.el (ebrowse-tree-mark-face) (ebrowse-root-class-face, ebrowse-member-attribute-face) (ebrowse-progress-face): Likewise. * progmodes/compile.el (compilation-info-face): Likewise. * progmodes/cc-fonts.el (c-invalid-face): Likewise. * emacs-lisp/re-builder.el (reb-match-3): Likewise. * calendar/calendar.el (diary-face): Likewise. * woman.el (woman-italic-face, woman-bold-face) (woman-unknown-face): Likewise. * wid-edit.el (widget-button-pressed-face): Likewise. * whitespace.el (whitespace-highlight-face): Likewise. * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise. * pcvs-info.el (cvs-marked-face): Likewise. * info.el (info-xref): Likewise. * ido.el (ido-subdir-face, ido-indicator-face): Likewise. * hilit-chg.el (highlight-changes-face) (highlight-changes-delete-face): Likewise. * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b) (hi-red-b): Likewise. * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise. * font-lock.el (font-lock-keyword-face) (font-lock-function-name-face, font-lock-warning-face): Likewise. * cus-edit.el (custom-invalid-face, custom-modified-face) (custom-set-face, custom-changed-face, custom-variable-tag-face) (custom-group-tag-face-1, custom-group-tag-face): Likewise. * comint.el (comint-highlight-prompt): Likewise.
* (authors-aliases): Update list.Kim F. Storm2005-04-081-5/+22
| | | | | | | (authors-ignored-files): New list. (authors-fixed-entries): Fix typo. (authors-renamed-files-alist): Update list. (authors-add): Check authors-ignored-files.
* (copyright-update-year): Replace the right subexpression. SuggestedLute Kamstra2005-04-051-1/+1
| | | | by Jay Bingham <jay.bingham@hp.com>.
* (define-global-minor-mode): Don't use custom-current-group.Lute Kamstra2005-04-051-10/+11
| | | | (define-minor-mode): Ditto. Document default :group value.
* (eldoc-mode): Specify :group.Lute Kamstra2005-04-041-2/+3
|
* (make-autoload): Handle define-global-minor-mode.Richard M. Stallman2005-03-311-1/+1
|
* (define-global-minor-mode): Renamed from easy-mmode-define-global-mode.Richard M. Stallman2005-03-311-2/+3
| | | | (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
* (easy-mmode-define-global-mode, define-minor-mode): CallLute Kamstra2005-03-311-5/+6
| | | | custom-current-group at load-time.
* (debug-on-entry): Handle autoloaded functions and compiled macros.Lute Kamstra2005-03-291-43/+57
| | | | | | (debug-convert-byte-code): Handle macros too. (debug-on-entry-1): Don't signal an error when trying to clear a function that is not set to debug on entry.
* (debugger-record-expression): Add a missing format to `message'.Stefan Monnier2005-03-261-4/+3
| | | | Inspired by Deepak Goel <deego@gnufans.org>.
* (rx-constituents): Add symbol-start and symbol-end.Stefan Monnier2005-03-251-2/+4
|
* * emacs-lisp/advice.el: Replace `legal' with `valid'.Werner LEMBERG2005-03-251-7/+7
|
* * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.Werner LEMBERG2005-03-251-2/+2
|
* (lisp-imenu-generic-expression): Recognize define-generic-mode.Lute Kamstra2005-03-241-0/+1
|
* (lisp-mode-variables): Recognize `@' in function names.Eli Zaretskii2005-03-191-1/+1
|
* (find-function-regexp): Add defun-emitting macro `menu-bar-make-toggle'.Juri Linkov2005-03-161-1/+2
|