diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2013-06-11 18:51:12 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2013-06-11 18:51:12 +0200 |
commit | fa6bc6fd5023120ba9ecfb34cf88a84e5b3ab2a4 (patch) | |
tree | 913f3fa55c517b249cc39a1b3ba4bf5718f66579 /src/ChangeLog.3 | |
parent | cf1f9b9a81606d6fd0e5b2854cdc6e9a2e3e9291 (diff) | |
download | emacs-fa6bc6fd5023120ba9ecfb34cf88a84e5b3ab2a4.tar.gz emacs-fa6bc6fd5023120ba9ecfb34cf88a84e5b3ab2a4.tar.bz2 emacs-fa6bc6fd5023120ba9ecfb34cf88a84e5b3ab2a4.zip |
Fix typos.
* lisp/replace.el (query-replace, occur-read-regexp-defaults-function)
(replace-search):
* lisp/subr.el (declare-function, number-sequence, local-set-key)
(substitute-key-definition, locate-user-emacs-file)
(with-silent-modifications, split-string, eval-after-load):
Fix typos, remove unneeded backslashes and reflow some docstrings.
Diffstat (limited to 'src/ChangeLog.3')
-rw-r--r-- | src/ChangeLog.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3 index 2f798e1f0bc..fb1b96f738c 100644 --- a/src/ChangeLog.3 +++ b/src/ChangeLog.3 @@ -15447,7 +15447,7 @@ * xterm.c (XTread_socket_hook): For X11, on map and unmap events check the window manager hints for iconification status. - * xterm.c (x_make_widow_icon): For X11, just request + * xterm.c (x_make_window_icon): For X11, just request iconification of the window manager. 1989-05-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |