aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero2013-06-07 05:23:57 +0200
committerJuanma Barranquero2013-06-07 05:23:57 +0200
commita0eb10b32a013091db685f46f64a78917a40b8ca (patch)
tree5ad3ad28ac5ec7dc2d2fb5cb90902daa337310fb /lisp
parent5f8015a6fef433b1fa407611e6aef4369ce5e8a2 (diff)
downloademacs-a0eb10b32a013091db685f46f64a78917a40b8ca.tar.gz
emacs-a0eb10b32a013091db685f46f64a78917a40b8ca.zip
Fix typos.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog18
1 files changed, 9 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bb5f3f50858..898bf2615fa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -179,7 +179,7 @@
179 (auto-revert-notify-event-p, auto-revert-notify-event-file-name) 179 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
180 (auto-revert-notify-handler): Handle also gfilenotify. 180 (auto-revert-notify-handler): Handle also gfilenotify.
181 181
182 * subr.el: (file-notify-handle-event): New defun. Replacing ... 182 * subr.el (file-notify-handle-event): New defun. Replacing ...
183 (inotify-event-p, inotify-handle-event, w32notify-handle-event): 183 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
184 Remove. 184 Remove.
185 185
@@ -215,7 +215,7 @@
215 * vc/log-view.el: Doc fix. 215 * vc/log-view.el: Doc fix.
216 (log-view-mode-map): Copy keymap from `special-mode-map'. 216 (log-view-mode-map): Copy keymap from `special-mode-map'.
217 217
2182013-06-02 Eric Ludlam <zappo@gnu.org> 2182013-06-02 Eric Ludlam <zappo@gnu.org>
219 219
220 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook) 220 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
221 (eieio-error-unsupported-class-tags, eieio-skip-typecheck) 221 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
@@ -3307,7 +3307,7 @@
33072013-03-08 Jambunathan K <kjambunathan@gmail.com> 33072013-03-08 Jambunathan K <kjambunathan@gmail.com>
3308 3308
3309 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var. 3309 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
3310 (hi-lock-read-regexp-defaults): New defun. 3310 (hi-lock-read-regexp-defaults): New defun.
3311 (hi-lock-line-face-buffer, hi-lock-face-buffer) 3311 (hi-lock-line-face-buffer, hi-lock-face-buffer)
3312 (hi-lock-face-phrase-buffer): Propagate above change. 3312 (hi-lock-face-phrase-buffer): Propagate above change.
3313 Update docstring (bug#13892). 3313 Update docstring (bug#13892).
@@ -3363,7 +3363,7 @@
3363 3363
3364 Correct the position of point in some line-up functions. 3364 Correct the position of point in some line-up functions.
3365 * progmodes/cc-align.el (c-lineup-whitesmith-in-block) 3365 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
3366 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of 3366 (c-lineup-assignments, c-lineup-gcc-asm-reg ): Take position of
3367 point at column 0 rather than at a random place in the line. 3367 point at column 0 rather than at a random place in the line.
3368 3368
33692013-03-05 Michael Albinus <michael.albinus@gmx.de> 33692013-03-05 Michael Albinus <michael.albinus@gmx.de>
@@ -7370,7 +7370,7 @@
7370 7370
73712012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net> 73712012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
7372 7372
7373 * ses.el: symbol to coordinate mapping is made by symbol property 7373 * ses.el: Symbol to coordinate mapping is made by symbol property
7374 `ses-cell'. This means that the same mapping is done for all SES 7374 `ses-cell'. This means that the same mapping is done for all SES
7375 sheets. That is good enough for cells with standard A1 names, but 7375 sheets. That is good enough for cells with standard A1 names, but
7376 not for named cell. So a hash map is added for the latter. 7376 not for named cell. So a hash map is added for the latter.
@@ -11305,7 +11305,7 @@
11305 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var. 11305 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
11306 (python-shell-make-comint): accept-process-output at startup. 11306 (python-shell-make-comint): accept-process-output at startup.
11307 (run-python-internal): Set inferior-python-mode-hook to nil. 11307 (run-python-internal): Set inferior-python-mode-hook to nil.
11308 (python-shell-internal-get-or-create-process): call sit-for. 11308 (python-shell-internal-get-or-create-process): Call sit-for.
11309 (python-preoutput-result): Add obsolete alias. 11309 (python-preoutput-result): Add obsolete alias.
11310 (python-shell-internal-send-string): Use it. 11310 (python-shell-internal-send-string): Use it.
11311 (python-shell-send-setup-code): Remove call to 11311 (python-shell-send-setup-code): Remove call to
@@ -11497,7 +11497,7 @@
114972012-07-27 Fabián Ezequiel Gallina <fgallina@cuca> 114972012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
11498 11498
11499 Consistent completion in inferior python with emacs -nw. 11499 Consistent completion in inferior python with emacs -nw.
11500 * progmodes/python.el (inferior-python-mode): replace "<tab>" 11500 * progmodes/python.el (inferior-python-mode): Replace "<tab>"
11501 binding in inferior-python-mode-map with "\t". 11501 binding in inferior-python-mode-map with "\t".
11502 (python-shell-completion-complete-at-point) 11502 (python-shell-completion-complete-at-point)
11503 (python-completion-complete-at-point): Remove interactive spec. 11503 (python-completion-complete-at-point): Remove interactive spec.
@@ -19061,8 +19061,8 @@
19061 19061
19062 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading 19062 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
19063 parameters with embedded comments. Reported by Ray Stevens. 19063 parameters with embedded comments. Reported by Ray Stevens.
19064 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp, 19064 (verilog-calc-1, verilog-fork-wait-re, verilog-forward-sexp)
19065 verilog-wait-fork-re): Fix indentation of "wait fork", bug407. 19065 (verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
19066 Reported by Tim Holt. 19066 Reported by Tim Holt.
19067 (verilog-auto): Fix AUTOing a upper module then AUTOing module 19067 (verilog-auto): Fix AUTOing a upper module then AUTOing module
19068 instantiated by upper module causing wrong expansion until AUTOed a 19068 instantiated by upper module causing wrong expansion until AUTOed a