comparison lisp/ChangeLog @ 99597:b20e2894a426

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 16 Nov 2008 04:59:24 +0000
parents eb7532b56b78
children c94ec53df9d8
comparison
equal deleted inserted replaced
99596:bc9da26d5914 99597:b20e2894a426
1 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu> 1 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
2 2
3 * viper-init.el (viper-ESC-keyseq-timeout): Make it into a function 3 * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
4 instead of a variable. 4 function instead of a variable.
5 5
6 * viper-util.el (viper-fast-keysequence-p): Changed to use 6 * emulation/viper-util.el (viper-fast-keysequence-p): Changed to use
7 viper-ESC-keyseq-timeout as a function. 7 viper-ESC-keyseq-timeout as a function.
8 (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of 8 (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
9 defsubst. 9 defsubst.
10 10
11 * viper-cmd.el: Let line-move-visual to nil when using next-line or 11 * emulation/viper-cmd.el: Let line-move-visual to nil when using
12 previous-line. 12 next-line or previous-line.
13 (viper-R-state-post-command-sentinel): Use defun instead of defsubst. 13 (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
14 14
15 * viper-keym.el (viper-ESC-key): Use (kbd "ESC"). 15 * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
16 16
17 * ediff-util.el (ediff-toggle-multiframe): Check if control window is 17 * ediff-util.el (ediff-toggle-multiframe): Check if control window is
18 live. 18 live.
19 (ediff-save-buffer): Let window-min-height to 2. 19 (ediff-save-buffer): Let window-min-height to 2.
20 20
21 * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting 21 * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
22 the minibuffer. 22 the minibuffer.
23 23
24 2008-11-16 Juanma Barranquero <lekktu@gmail.com> 24 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
25 25
26 * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook) 26 * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
27 (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings. 27 (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
28 (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos. 28 (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.