aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.2
diff options
context:
space:
mode:
authorJuanma Barranquero2010-10-13 01:25:19 +0200
committerJuanma Barranquero2010-10-13 01:25:19 +0200
commitc0943d3db2b2737d5092e887fd22d7088c3ca43d (patch)
treeee909e2f48e5315a883802b75866b7df861c60f5 /src/ChangeLog.2
parent51e4f4a88de94846f6b44b3e11496c7b67aa2f5e (diff)
downloademacs-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.2')
-rw-r--r--src/ChangeLog.232
1 files changed, 16 insertions, 16 deletions
diff --git a/src/ChangeLog.2 b/src/ChangeLog.2
index 265cc95e60d..d90e326f970 100644
--- a/src/ChangeLog.2
+++ b/src/ChangeLog.2
@@ -683,7 +683,7 @@
683 (That `select' saw something on channel 0 doesn't mean it is 683 (That `select' saw something on channel 0 doesn't mean it is
684 kbd input; it could be an expose event.) 684 kbd input; it could be an expose event.)
685 685
686 * keyboard.c (read_avail_input) [FIONREAD]: Now static. 686 * keyboard.c (read_avail_input) [FIONREAD]: Now static.
687 New arg specifies value of NREAD; 687 New arg specifies value of NREAD;
688 if it is nonzero, don't call get_input_pending to get it. 688 if it is nonzero, don't call get_input_pending to get it.
689 Use kbd_buffer_store_char to put chars into kbd_buffer. 689 Use kbd_buffer_store_char to put chars into kbd_buffer.
@@ -1210,7 +1210,7 @@
1210 Remove #ifndef VMS around the sleep when buffer is full. 1210 Remove #ifndef VMS around the sleep when buffer is full.
1211 * s-vms.h: Define nonstandard PENDING_OUTPUT_COUNT for VMS use. 1211 * s-vms.h: Define nonstandard PENDING_OUTPUT_COUNT for VMS use.
1212 1212
1213 * fileio.c (file_name_as_directory) [VMS]: Fix 3rd arg to strncmp. 1213 * fileio.c (file_name_as_directory) [VMS]: Fix 3rd arg to strncmp.
1214 1214
12151987-07-17 Paul Rubin (phr@prep) 12151987-07-17 Paul Rubin (phr@prep)
1216 1216
@@ -1442,7 +1442,7 @@
1442 Turn on call to vmserrstr. 1442 Turn on call to vmserrstr.
1443 * sysdep.c (vmserrstr) [VMS]: Define this function. 1443 * sysdep.c (vmserrstr) [VMS]: Define this function.
1444 1444
1445 * process.c (create_process) [IRIS]: Don't open the pty's tty 1445 * process.c (create_process) [IRIS]: Don't open the pty's tty
1446 in the parent process. Open only once, in the child. 1446 in the parent process. Open only once, in the child.
1447 1447
1448 * xdisp.c (redisplay_window): If window-start points nowhere, 1448 * xdisp.c (redisplay_window): If window-start points nowhere,
@@ -1544,8 +1544,8 @@
1544 1544
15451987-05-05 Richard Mlynarik (mly@prep) 15451987-05-05 Richard Mlynarik (mly@prep)
1546 1546
1547 * m-irist.h: New version from raible@orville.arpa 1547 * m-irist.h: New version from raible@orville.arpa
1548 * s-iris3-5.h: New file. (s-usg5-2 with additions) 1548 * s-iris3-5.h: New file. (s-usg5-2 with additions)
1549 1549
1550 * keyboard.c: 1550 * keyboard.c:
1551 IRIS, like HPUX, #defines but does not implement FIONREAD. 1551 IRIS, like HPUX, #defines but does not implement FIONREAD.
@@ -1563,10 +1563,10 @@
15631987-04-27 Richard Mlynarik (mly@prep) 15631987-04-27 Richard Mlynarik (mly@prep)
1564 1564
1565 * fileio.c (APOLLO from lnz): 1565 * fileio.c (APOLLO from lnz):
1566 Fcopy_file, Fset_file_modes: Don't use un*x modes if 1566 (Fcopy_file, Fset_file_modes): Don't use un*x modes if
1567 env var USE_DOMAIN_ACLS is set. 1567 env var USE_DOMAIN_ACLS is set.
1568 Fset_file_modes: utimes fix. 1568 (Fset_file_modes): utimes fix.
1569 Finsert_file_contents: Must do fstat after open for Apollo. 1569 (Finsert_file_contents): Must do fstat after open for Apollo.
1570 1570
1571 * emacs.c (main): (APOLLO from lnz): 1571 * emacs.c (main): (APOLLO from lnz):
1572 Don't use un*x modes if env var USE_DOMAIN_ACLS set. 1572 Don't use un*x modes if env var USE_DOMAIN_ACLS set.
@@ -1675,7 +1675,7 @@
1675 1675
16761987-03-20 Richard Mlynarik (mly@prep) 16761987-03-20 Richard Mlynarik (mly@prep)
1677 1677
1678 * filemode.c: Hacks for set-uid/gid but not executable. 1678 * filemode.c: Hacks for set-uid/gid but not executable.
1679 1679
16801987-03-20 Richard M. Stallman (rms@prep) 16801987-03-20 Richard M. Stallman (rms@prep)
1681 1681
@@ -1966,7 +1966,7 @@
1966 1966
19671987-02-22 Richard M. Stallman (rms@prep) 19671987-02-22 Richard M. Stallman (rms@prep)
1968 1968
1969 * dispnew.c (Fopen_termscript): Close existing termscript 1969 * dispnew.c (Fopen_termscript): Close existing termscript
1970 file before trying to open a new one. Report open failure 1970 file before trying to open a new one. Report open failure
1971 with report_file_error. 1971 with report_file_error.
1972 1972
@@ -2071,9 +2071,9 @@
2071 2071
20721987-02-10 Richard Mlynarik (mly@prep) 20721987-02-10 Richard Mlynarik (mly@prep)
2073 2073
2074 * xfns.c (Fx_get_default): Add (unsigned char *) cast. 2074 * xfns.c (Fx_get_default): Add (unsigned char *) cast.
2075 2075
2076 * window.c: typo. 2076 * window.c: Typo.
2077 2077
20781987-02-09 Richard M. Stallman (rms@prep) 20781987-02-09 Richard M. Stallman (rms@prep)
2079 2079
@@ -2853,7 +2853,7 @@
2853 local variables for more register decls. Compute 2853 local variables for more register decls. Compute
2854 and pass `envlen' arg to child_setup. 2854 and pass `envlen' arg to child_setup.
2855 2855
2856 * process.c (create_process): Compute and pass `envlen' arg 2856 * process.c (create_process): Compute and pass `envlen' arg
2857 to child_setup. 2857 to child_setup.
2858 2858
2859 * xterm.c (x_term_init): Don't call XPopUpWindow at all. 2859 * xterm.c (x_term_init): Don't call XPopUpWindow at all.
@@ -3998,7 +3998,7 @@
3998 * editfns.c (Fuser_uid, Fuser_real_uid): 3998 * editfns.c (Fuser_uid, Fuser_real_uid):
3999 New functions that return values of geteuid and getuid system calls. 3999 New functions that return values of geteuid and getuid system calls.
4000 4000
4001 * dired.c (Ffile_attributes): Value has additional element 4001 * dired.c (Ffile_attributes): Value has additional element
4002 t iff file gid would change if Emacs deletes it and recreates it. 4002 t iff file gid would change if Emacs deletes it and recreates it.
4003 4003
4004 * xdisp.c (display_mode_element): 4004 * xdisp.c (display_mode_element):
@@ -4078,7 +4078,7 @@
4078 being unbound. struct catchtag has two new fields, 4078 being unbound. struct catchtag has two new fields,
4079 gcpro and pdlcount. 4079 gcpro and pdlcount.
4080 4080
4081 * eval.c (Fthrow, Fsignal): Use unbind_catch before longjmp. 4081 * eval.c (Fthrow, Fsignal): Use unbind_catch before longjmp.
4082 4082
4083 * eval.c (internal_catch): No need to restore anything 4083 * eval.c (internal_catch): No need to restore anything
4084 from the catchtag after throw, because unbind_catch does it all. 4084 from the catchtag after throw, because unbind_catch does it all.
@@ -4657,7 +4657,7 @@
4657 4657
4658 * fileio.c (Ffile_newer_than_file_p): New Lisp primitive. 4658 * fileio.c (Ffile_newer_than_file_p): New Lisp primitive.
4659 4659
4660 * fileio.c (Ffile_exists_p): this is now distinct from 4660 * fileio.c (Ffile_exists_p): This is now distinct from
4661 Ffile_readable_p; it checks only for existence, not for 4661 Ffile_readable_p; it checks only for existence, not for
4662 readability. 4662 readability.
4663 4663