comparison lisp/ChangeLog @ 63523:6a65d76dec01

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 16 Jun 2005 16:32:59 +0000
parents cdde24265c63
children 3e5fbe221332
comparison
equal deleted inserted replaced
63522:96b14b14568b 63523:6a65d76dec01
2 2
3 * simple.el (fundamental-mode): Run after-change-major-mode-hook 3 * simple.el (fundamental-mode): Run after-change-major-mode-hook
4 conditionally. 4 conditionally.
5 5
6 2005-06-16 Juanma Barranquero <lekktu@gmail.com> 6 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7
8 * comint.el (comint-replace-by-expanded-filename)
9 (comint-prompt-regexp, comint-delimiter-argument-list)
10 (comint-preinput-scroll-to-bottom):
11 * info.el (Info-hide-cookies-node):
12 * ls-lisp.el (ls-lisp-classify):
13 * find-file.el (ff-search-directories, ff-special-constructs)
14 (ff-find-other-file):
15 * font-lock.el (font-lock-keywords):
16 * shell.el (shell-prompt-pattern)
17 (shell-dynamic-complete-functions, shell-mode)
18 (shell-delimiter-argument-list):
19 * term.el (term-replace-by-expanded-filename)
20 (term-prompt-regexp, term-delimiter-argument-list):
21 * woman.el (woman-ignore, woman0-if):
22 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
23 * emacs-lisp/elint.el (elint-init-env):
24 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
25 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
26 * language/ethio-util.el (ethio-tilde-escape)
27 (ethio-use-three-dot-question):
28 * net/zone-mode.el (zone-mode-load-time-setup):
29 * progmodes/cc-align.el (c-lineup-argcont):
30 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
31 * progmodes/cperl-mode.el (cperl-set-style-back):
32 * progmodes/inf-lisp.el (inferior-lisp-prompt):
33 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
34 Fix spellings in docstrings.
35
36 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
37 * progmodes/modula2.el (m2-for): Fix spellings.
38
39 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
40
41 * simple.el (undo-more): Don't use `format' on `error' arguments.
42 Improve argument/docstring consistency.
43 (pending-undo-list): Doc fix.
44
45 * smerge-mode.el (smerge-ensure-match):
46 * emulation/vip.el (vip-ex):
47 * net/zone-mode.el (zone-mode-update-serial):
48 * progmodes/idlwave.el (idlwave-complete):
49 * progmodes/vhdl-mode.el (vhdl-visit-file)
50 (vhdl-compose-wire-components):
51 Don't use `format' on `error' arguments.
7 52
8 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout) 53 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
9 (tooltip-use-echo-area, tooltip-process-prompt-regexp) 54 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
10 (tooltip-help-tips): Fix typos in docstrings. 55 (tooltip-help-tips): Fix typos in docstrings.
11 56