diff options
| author | Juanma Barranquero | 2010-10-13 01:25:19 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-10-13 01:25:19 +0200 |
| commit | c0943d3db2b2737d5092e887fd22d7088c3ca43d (patch) | |
| tree | ee909e2f48e5315a883802b75866b7df861c60f5 /src/ChangeLog.5 | |
| parent | 51e4f4a88de94846f6b44b3e11496c7b67aa2f5e (diff) | |
| download | emacs-c0943d3db2b2737d5092e887fd22d7088c3ca43d.tar.gz emacs-c0943d3db2b2737d5092e887fd22d7088c3ca43d.zip | |
Fix typos in docstrings, comments and ChangeLogs.
* etc/tutorials/TUTORIAL.es: Fix typos.
* lisp/cedet/semantic/symref/list.el (semantic-symref-list-rename-open-hits):
Fix typo in message.
(semantic-symref-list-map-open-hits): Fix typo in docstring.
* lisp/erc/erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring.
* lisp/gnus/nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
* lisp/international/mule.el (define-coding-system):
* lisp/international/titdic-cnv.el (quail-cxterm-package-ext-info):
* composite.el (compose-region): Fix typo in docstring.
* lisp/org/org-agenda.el (org-prefix-category-length)
(org-prefix-category-max-length): Fix typos in docstrings.
* src/font.c (Ffont_variation_glyphs):
* ccl.c (Fccl_execute_on_string): Fix typo in docstring.
Diffstat (limited to 'src/ChangeLog.5')
| -rw-r--r-- | src/ChangeLog.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog.5 b/src/ChangeLog.5 index d30bd1bdb00..89d43526609 100644 --- a/src/ChangeLog.5 +++ b/src/ChangeLog.5 | |||
| @@ -3107,7 +3107,7 @@ | |||
| 3107 | 3107 | ||
| 3108 | * lisp.h (enum Lisp_Type): Lisp_Process, Lisp_Window, Lisp_Frame, | 3108 | * lisp.h (enum Lisp_Type): Lisp_Process, Lisp_Window, Lisp_Frame, |
| 3109 | Lisp_Subr deleted. | 3109 | Lisp_Subr deleted. |
| 3110 | (PSEUDOVECTORP, GC_PSEUDOVECTORP): Add paren for proper nesting. | 3110 | (PSEUDOVECTORP, GC_PSEUDOVECTORP): Add paren for proper nesting. |
| 3111 | (PROCESSP, GC_PROCESSP, XSETPROCESS): Rewrite to use pseudovectors. | 3111 | (PROCESSP, GC_PROCESSP, XSETPROCESS): Rewrite to use pseudovectors. |
| 3112 | (WINDOWP, GC_WINDOWP, XSETWINDOW): Likewise. | 3112 | (WINDOWP, GC_WINDOWP, XSETWINDOW): Likewise. |
| 3113 | (FRAMEP, GC_FRAMEP): Likewise. | 3113 | (FRAMEP, GC_FRAMEP): Likewise. |
| @@ -4093,7 +4093,7 @@ | |||
| 4093 | 4093 | ||
| 4094 | * xterm.h: Delete X10 code. | 4094 | * xterm.h: Delete X10 code. |
| 4095 | 4095 | ||
| 4096 | * xfns.c (Fx_create_frame): Don't increment refernce_count | 4096 | * xfns.c (Fx_create_frame): Don't increment reference_count |
| 4097 | until the frame is put on the frame list. | 4097 | until the frame is put on the frame list. |
| 4098 | 4098 | ||
| 4099 | * xterm.c (x_initialize): Init x_noop_count, x_focus_frame | 4099 | * xterm.c (x_initialize): Init x_noop_count, x_focus_frame |
| @@ -7039,7 +7039,7 @@ | |||
| 7039 | 7039 | ||
| 7040 | 1994-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) | 7040 | 1994-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
| 7041 | 7041 | ||
| 7042 | * mips-siemens.h: Include pyramid.h, not mips.h. | 7042 | * mips-siemens.h: Include pyramid.h, not mips.h. |
| 7043 | (LOAD_AVE_TYPE, LOAD_AVE_CVT): Definitions deleted. | 7043 | (LOAD_AVE_TYPE, LOAD_AVE_CVT): Definitions deleted. |
| 7044 | (NO_ARG_ARRAY, HAVE_ALLOCA): Defined. | 7044 | (NO_ARG_ARRAY, HAVE_ALLOCA): Defined. |
| 7045 | (BROKEN_FIONREAD): Add #undef. | 7045 | (BROKEN_FIONREAD): Add #undef. |