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.7 | |
| 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.7')
| -rw-r--r-- | src/ChangeLog.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7 index a334b4806da..b5927108808 100644 --- a/src/ChangeLog.7 +++ b/src/ChangeLog.7 | |||
| @@ -1040,7 +1040,7 @@ | |||
| 1040 | 1040 | ||
| 1041 | * lread.c: Remember the last TWO strings skipped with #@. | 1041 | * lread.c: Remember the last TWO strings skipped with #@. |
| 1042 | (prev_saved_doc_string*): New variables. | 1042 | (prev_saved_doc_string*): New variables. |
| 1043 | (Fload): Initalize prev_saved_doc_string. | 1043 | (Fload): Initialize prev_saved_doc_string. |
| 1044 | (read1): Copy saved_doc_string to prev_saved_doc_string | 1044 | (read1): Copy saved_doc_string to prev_saved_doc_string |
| 1045 | before storing a new string in saved_doc_string. | 1045 | before storing a new string in saved_doc_string. |
| 1046 | (read_list): Look in prev_saved_doc_string as well as | 1046 | (read_list): Look in prev_saved_doc_string as well as |