diff options
| author | Juanma Barranquero | 2011-12-06 02:30:54 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-12-06 02:30:54 +0100 |
| commit | a98edce9ec1f519ad23ba7dc32ce54f15841eaa5 (patch) | |
| tree | c7b4b7c3c38ef97d90e8fd9e031763c7bbbe3079 | |
| parent | e65adfac3bc8c7dcc78464707c66d6aea958f684 (diff) | |
| download | emacs-a98edce9ec1f519ad23ba7dc32ce54f15841eaa5.tar.gz emacs-a98edce9ec1f519ad23ba7dc32ce54f15841eaa5.zip | |
Fix typos.
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/gnus-faq.texi | 16 | ||||
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog.12 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.7 | 4 | ||||
| -rw-r--r-- | lisp/cedet/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/cedet/semantic/bovine/c.el | 4 | ||||
| -rw-r--r-- | lisp/dired.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/gnus-sum.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/ChangeLog.1 | 4 | ||||
| -rw-r--r-- | lisp/org/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/org/ob-ref.el | 2 | ||||
| -rw-r--r-- | lisp/org/ob.el | 4 | ||||
| -rw-r--r-- | lisp/org/org-publish.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/cc-vars.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/table.el | 4 | ||||
| -rw-r--r-- | lisp/url/ChangeLog | 2 | ||||
| -rw-r--r-- | src/data.c | 2 | ||||
| -rw-r--r-- | src/font.h | 4 |
19 files changed, 45 insertions, 28 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index f94153479a8..5d8e05806e0 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-12-06 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos. | ||
| 4 | |||
| 1 | 2011-11-24 Glenn Morris <rgm@gnu.org> | 5 | 2011-11-24 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * gnus.texi, smtpmail.texi: Fix case of "GnuTLS". | 7 | * gnus.texi, smtpmail.texi: Fix case of "GnuTLS". |
diff --git a/doc/misc/gnus-faq.texi b/doc/misc/gnus-faq.texi index b5bb75f7284..ace7bb42c21 100644 --- a/doc/misc/gnus-faq.texi +++ b/doc/misc/gnus-faq.texi | |||
| @@ -266,9 +266,9 @@ and how to prevent it? | |||
| 266 | @subsubheading Answer | 266 | @subsubheading Answer |
| 267 | 267 | ||
| 268 | This message means that the last time you used Gnus, it | 268 | This message means that the last time you used Gnus, it |
| 269 | wasn't properly exited and therefor couldn't write its | 269 | wasn't properly exited and therefore couldn't write its |
| 270 | informations to disk (e.g. which messages you read), you | 270 | information to disk (e.g. which messages you read), you |
| 271 | are now asked if you want to restore those informations | 271 | are now asked if you want to restore that information |
| 272 | from the auto-save file. | 272 | from the auto-save file. |
| 273 | 273 | ||
| 274 | To prevent this message make sure you exit Gnus | 274 | To prevent this message make sure you exit Gnus |
| @@ -563,7 +563,7 @@ However, the first thing to do is to tell Gnus in which way | |||
| 563 | it should store the mail, in Gnus terminology which back end | 563 | it should store the mail, in Gnus terminology which back end |
| 564 | to use. Gnus supports many different back ends, the most | 564 | to use. Gnus supports many different back ends, the most |
| 565 | commonly used one is nnml. It stores every mail in one file | 565 | commonly used one is nnml. It stores every mail in one file |
| 566 | and is therefor quite fast. However you might prefer a one | 566 | and is therefore quite fast. However you might prefer a one |
| 567 | file per group approach if your file system has problems with | 567 | file per group approach if your file system has problems with |
| 568 | many small files, the nnfolder back end is then probably the | 568 | many small files, the nnfolder back end is then probably the |
| 569 | choice for you. To use nnml add the following to ~/.gnus.el: | 569 | choice for you. To use nnml add the following to ~/.gnus.el: |
| @@ -580,7 +580,7 @@ As you might have guessed, if you want nnfolder, it's | |||
| 580 | @end example | 580 | @end example |
| 581 | @noindent | 581 | @noindent |
| 582 | 582 | ||
| 583 | Now we need to tell Gnus, where to get it's mail from. If | 583 | Now we need to tell Gnus, where to get its mail from. If |
| 584 | it's a POP3 server, then you need something like this: | 584 | it's a POP3 server, then you need something like this: |
| 585 | 585 | ||
| 586 | @example | 586 | @example |
| @@ -1104,11 +1104,11 @@ I don't like the way the Summary buffer looks, how to tweak it? | |||
| 1104 | @subsubheading Answer | 1104 | @subsubheading Answer |
| 1105 | 1105 | ||
| 1106 | You've got to play around with the variable | 1106 | You've got to play around with the variable |
| 1107 | gnus-summary-line-format. It's value is a string of | 1107 | gnus-summary-line-format. Its value is a string of |
| 1108 | symbols which stand for things like author, date, subject | 1108 | symbols which stand for things like author, date, subject |
| 1109 | etc. A list of the available specifiers can be found in the | 1109 | etc. A list of the available specifiers can be found in the |
| 1110 | manual node "Summary Buffer Lines" and the often forgotten | 1110 | manual node "Summary Buffer Lines" and the often forgotten |
| 1111 | node "Formatting Variables" and it's sub-nodes. There | 1111 | node "Formatting Variables" and its sub-nodes. There |
| 1112 | you'll find useful things like positioning the cursor and | 1112 | you'll find useful things like positioning the cursor and |
| 1113 | tabulators which allow you a summary in table form, but | 1113 | tabulators which allow you a summary in table form, but |
| 1114 | sadly hard tabulators are broken in 5.8.8. | 1114 | sadly hard tabulators are broken in 5.8.8. |
| @@ -2190,7 +2190,7 @@ Starting Gnus is really slow, how to speed it up? | |||
| 2190 | 2190 | ||
| 2191 | @subsubheading Answer | 2191 | @subsubheading Answer |
| 2192 | 2192 | ||
| 2193 | The reason for this could be the way Gnus reads it's | 2193 | The reason for this could be the way Gnus reads its |
| 2194 | active file, see the node "The Active File" in the Gnus | 2194 | active file, see the node "The Active File" in the Gnus |
| 2195 | manual for things you might try to speed the process up. | 2195 | manual for things you might try to speed the process up. |
| 2196 | An other idea would be to byte compile your ~/.gnus.el (say | 2196 | An other idea would be to byte compile your ~/.gnus.el (say |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2bc6b658823..6657a9da7d9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-12-06 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * textmodes/table.el (table-shorten-cell): Fix typo. | ||
| 4 | |||
| 1 | 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change) | 5 | 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change) |
| 2 | 6 | ||
| 3 | * emacs-lisp/assoc.el (aput): Fix return value (bug#10146) | 7 | * emacs-lisp/assoc.el (aput): Fix return value (bug#10146) |
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12 index 2a5a20181e1..b97555f1e9d 100644 --- a/lisp/ChangeLog.12 +++ b/lisp/ChangeLog.12 | |||
| @@ -6278,7 +6278,7 @@ | |||
| 6278 | Register changes using allout-exposure-change-hook. | 6278 | Register changes using allout-exposure-change-hook. |
| 6279 | Disregard aberrant topics. | 6279 | Disregard aberrant topics. |
| 6280 | (allout-shift-in): With universal-argument, make topic a peer of | 6280 | (allout-shift-in): With universal-argument, make topic a peer of |
| 6281 | it's former offspring. Simplify the code by separating out | 6281 | its former offspring. Simplify the code by separating out |
| 6282 | allout-shift-out functionality. | 6282 | allout-shift-out functionality. |
| 6283 | (allout-shift-out): With universal-argument, make offspring peers | 6283 | (allout-shift-out): With universal-argument, make offspring peers |
| 6284 | of their former container, and its siblings. Implement the | 6284 | of their former container, and its siblings. Implement the |
diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7 index 25a80567069..37387121777 100644 --- a/lisp/ChangeLog.7 +++ b/lisp/ChangeLog.7 | |||
| @@ -12129,7 +12129,7 @@ | |||
| 12129 | 12129 | ||
| 12130 | * cc-mode.el (c-buffer-is-cc-mode): | 12130 | * cc-mode.el (c-buffer-is-cc-mode): |
| 12131 | Definition moved here from cc-vars.el. Also, | 12131 | Definition moved here from cc-vars.el. Also, |
| 12132 | put permanent-local property on variable so it's value won't get | 12132 | put permanent-local property on variable so its value won't get |
| 12133 | killed by kill-all-local-variables. | 12133 | killed by kill-all-local-variables. |
| 12134 | 12134 | ||
| 12135 | * cc-mode.el (c++-mode, java-mode, objc-mode, idl-mode): | 12135 | * cc-mode.el (c++-mode, java-mode, objc-mode, idl-mode): |
| @@ -19534,7 +19534,7 @@ | |||
| 19534 | the innermost test. This catches GNU-style comments. | 19534 | the innermost test. This catches GNU-style comments. |
| 19535 | 19535 | ||
| 19536 | * cc-mode.el (c-add-syntax): | 19536 | * cc-mode.el (c-add-syntax): |
| 19537 | Move macro definition to before it's first use. | 19537 | Move macro definition to before its first use. |
| 19538 | 19538 | ||
| 19539 | * cc-mode.el (c-submit-bug-report): | 19539 | * cc-mode.el (c-submit-bug-report): |
| 19540 | Capture buffer local variable values which are | 19540 | Capture buffer local variable values which are |
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index f3ff89ddd7f..ccc81e6613e 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-12-06 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * semantic/bovine/c.el (semantic-tag-abstract-p): Fix typo. | ||
| 4 | |||
| 1 | 2011-11-26 Chong Yidong <cyd@gnu.org> | 5 | 2011-11-26 Chong Yidong <cyd@gnu.org> |
| 2 | 6 | ||
| 3 | * semantic/wisent/python-wy.el: | 7 | * semantic/wisent/python-wy.el: |
diff --git a/lisp/cedet/semantic/bovine/c.el b/lisp/cedet/semantic/bovine/c.el index fe659d118e1..4da23498cfc 100644 --- a/lisp/cedet/semantic/bovine/c.el +++ b/lisp/cedet/semantic/bovine/c.el | |||
| @@ -816,7 +816,7 @@ now. | |||
| 816 | ;; | 816 | ;; |
| 817 | ;; will create 2 toplevel tags, one is type A, and the other variable B | 817 | ;; will create 2 toplevel tags, one is type A, and the other variable B |
| 818 | ;; where the :type of B is just a type tag A that is a prototype, and | 818 | ;; where the :type of B is just a type tag A that is a prototype, and |
| 819 | ;; the actual struct info of A is it's own toplevel tag. | 819 | ;; the actual struct info of A is its own toplevel tag. |
| 820 | (when (or (semantic-tag-of-class-p tag 'function) | 820 | (when (or (semantic-tag-of-class-p tag 'function) |
| 821 | (semantic-tag-of-class-p tag 'variable)) | 821 | (semantic-tag-of-class-p tag 'variable)) |
| 822 | (let* ((basetype (semantic-tag-type tag)) | 822 | (let* ((basetype (semantic-tag-type tag)) |
| @@ -1311,7 +1311,7 @@ Optional PARENT and COLOR as specified with | |||
| 1311 | "Return non-nil if TAG is considered abstract. | 1311 | "Return non-nil if TAG is considered abstract. |
| 1312 | PARENT is tag's parent. | 1312 | PARENT is tag's parent. |
| 1313 | In C, a method is abstract if it is `virtual', which is already | 1313 | In C, a method is abstract if it is `virtual', which is already |
| 1314 | handled. A class is abstract iff it's destructor is virtual." | 1314 | handled. A class is abstract iff its destructor is virtual." |
| 1315 | (cond | 1315 | (cond |
| 1316 | ((eq (semantic-tag-class tag) 'type) | 1316 | ((eq (semantic-tag-class tag) 'type) |
| 1317 | (require 'semantic/find) | 1317 | (require 'semantic/find) |
diff --git a/lisp/dired.el b/lisp/dired.el index 52bd67751d4..3a82ebcf504 100644 --- a/lisp/dired.el +++ b/lisp/dired.el | |||
| @@ -2678,7 +2678,7 @@ Anything else means ask for each directory." | |||
| 2678 | (defvar dired-re-no-dot "^\\([^.]\\|\\.\\([^.]\\|\\..\\)\\).*") | 2678 | (defvar dired-re-no-dot "^\\([^.]\\|\\.\\([^.]\\|\\..\\)\\).*") |
| 2679 | 2679 | ||
| 2680 | ;; Delete file, possibly delete a directory and all its files. | 2680 | ;; Delete file, possibly delete a directory and all its files. |
| 2681 | ;; This function is useful outside of dired. One could change it's name | 2681 | ;; This function is useful outside of dired. One could change its name |
| 2682 | ;; to e.g. recursive-delete-file and put it somewhere else. | 2682 | ;; to e.g. recursive-delete-file and put it somewhere else. |
| 2683 | (defun dired-delete-file (file &optional recursive trash) "\ | 2683 | (defun dired-delete-file (file &optional recursive trash) "\ |
| 2684 | Delete FILE or directory (possibly recursively if optional RECURSIVE is true.) | 2684 | Delete FILE or directory (possibly recursively if optional RECURSIVE is true.) |
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index 71081063715..10d1b467c37 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el | |||
| @@ -2969,7 +2969,7 @@ When FORCE, rebuild the tool bar." | |||
| 2969 | 'gnus-summary-mode-map))) | 2969 | 'gnus-summary-mode-map))) |
| 2970 | (when map | 2970 | (when map |
| 2971 | ;; Need to set `gnus-summary-tool-bar-map' because `gnus-article-mode' | 2971 | ;; Need to set `gnus-summary-tool-bar-map' because `gnus-article-mode' |
| 2972 | ;; uses it's value. | 2972 | ;; uses its value. |
| 2973 | (setq gnus-summary-tool-bar-map map)))) | 2973 | (setq gnus-summary-tool-bar-map map)))) |
| 2974 | (set (make-local-variable 'tool-bar-map) gnus-summary-tool-bar-map)) | 2974 | (set (make-local-variable 'tool-bar-map) gnus-summary-tool-bar-map)) |
| 2975 | 2975 | ||
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1 index 871b84dd039..65ffb0375ab 100644 --- a/lisp/mh-e/ChangeLog.1 +++ b/lisp/mh-e/ChangeLog.1 | |||
| @@ -428,7 +428,7 @@ | |||
| 428 | 2004-11-08 Satyaki Das <satyaki@theforce.stanford.edu> | 428 | 2004-11-08 Satyaki Das <satyaki@theforce.stanford.edu> |
| 429 | 429 | ||
| 430 | * mh-acros.el (mh-funcall-if-exists): In XEmacs, presence of a | 430 | * mh-acros.el (mh-funcall-if-exists): In XEmacs, presence of a |
| 431 | function at compile time doesn't guarantee it's existence at run | 431 | function at compile time doesn't guarantee its existence at run |
| 432 | time. So make the macro handle that situation better. | 432 | time. So make the macro handle that situation better. |
| 433 | 433 | ||
| 434 | 2004-11-05 Satyaki Das <satyaki@theforce.stanford.edu> | 434 | 2004-11-05 Satyaki Das <satyaki@theforce.stanford.edu> |
| @@ -10195,7 +10195,7 @@ | |||
| 10195 | 2002-04-02 Peter S Galbraith <psg@debian.org> | 10195 | 2002-04-02 Peter S Galbraith <psg@debian.org> |
| 10196 | 10196 | ||
| 10197 | * mh-e.el: 'defvar mh-folder-unseen-seq-name' called a function to | 10197 | * mh-e.el: 'defvar mh-folder-unseen-seq-name' called a function to |
| 10198 | set it's value, and this happens also on byte-compilation (where | 10198 | set its value, and this happens also on byte-compilation (where |
| 10199 | it can fail if the user's MH environment is not setup correctly). | 10199 | it can fail if the user's MH environment is not setup correctly). |
| 10200 | I now set the value of mh-folder-unseen-seq-name at runtime when I | 10200 | I now set the value of mh-folder-unseen-seq-name at runtime when I |
| 10201 | first need it. This should fix Debian bugs | 10201 | first need it. This should fix Debian bugs |
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index cb518f97a19..555709f1fa8 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-12-06 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * ob.el (org-babel-expand-body:generic, org-babel-number-p): | ||
| 4 | * ob-ref.el (org-babel-ref-parse): Fix typos. | ||
| 5 | |||
| 1 | 2011-11-24 Juanma Barranquero <lekktu@gmail.com> | 6 | 2011-11-24 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * ob.el (org-babel-execute-src-block): Fix typo. | 8 | * ob.el (org-babel-execute-src-block): Fix typo. |
diff --git a/lisp/org/ob-ref.el b/lisp/org/ob-ref.el index d0a2c14bee9..1e14021a364 100644 --- a/lisp/org/ob-ref.el +++ b/lisp/org/ob-ref.el | |||
| @@ -69,7 +69,7 @@ | |||
| 69 | "Parse a variable ASSIGNMENT in a header argument. | 69 | "Parse a variable ASSIGNMENT in a header argument. |
| 70 | If the right hand side of the assignment has a literal value | 70 | If the right hand side of the assignment has a literal value |
| 71 | return that value, otherwise interpret as a reference to an | 71 | return that value, otherwise interpret as a reference to an |
| 72 | external resource and find it's value using | 72 | external resource and find its value using |
| 73 | `org-babel-ref-resolve'. Return a list with two elements. The | 73 | `org-babel-ref-resolve'. Return a list with two elements. The |
| 74 | first element of the list will be the name of the variable, and | 74 | first element of the list will be the name of the variable, and |
| 75 | the second will be an emacs-lisp representation of the value of | 75 | the second will be an emacs-lisp representation of the value of |
diff --git a/lisp/org/ob.el b/lisp/org/ob.el index f34d1fbda9e..8bba4672169 100644 --- a/lisp/org/ob.el +++ b/lisp/org/ob.el | |||
| @@ -464,7 +464,7 @@ block." | |||
| 464 | 464 | ||
| 465 | (defun org-babel-expand-body:generic (body params &optional var-lines) | 465 | (defun org-babel-expand-body:generic (body params &optional var-lines) |
| 466 | "Expand BODY with PARAMS. | 466 | "Expand BODY with PARAMS. |
| 467 | Expand a block of code with org-babel according to it's header | 467 | Expand a block of code with org-babel according to its header |
| 468 | arguments. This generic implementation of body expansion is | 468 | arguments. This generic implementation of body expansion is |
| 469 | called for languages which have not defined their own specific | 469 | called for languages which have not defined their own specific |
| 470 | org-babel-expand-body:lang function." | 470 | org-babel-expand-body:lang function." |
| @@ -2045,7 +2045,7 @@ appropriate." | |||
| 2045 | cell)) | 2045 | cell)) |
| 2046 | 2046 | ||
| 2047 | (defun org-babel-number-p (string) | 2047 | (defun org-babel-number-p (string) |
| 2048 | "If STRING represents a number return it's value." | 2048 | "If STRING represents a number return its value." |
| 2049 | (if (and (string-match "^-?[0-9]*\\.?[0-9]*$" string) | 2049 | (if (and (string-match "^-?[0-9]*\\.?[0-9]*$" string) |
| 2050 | (= (length (substring string (match-beginning 0) | 2050 | (= (length (substring string (match-beginning 0) |
| 2051 | (match-end 0))) | 2051 | (match-end 0))) |
diff --git a/lisp/org/org-publish.el b/lisp/org/org-publish.el index 61edef50738..7a0d7b56e22 100644 --- a/lisp/org/org-publish.el +++ b/lisp/org/org-publish.el | |||
| @@ -715,7 +715,7 @@ If :auto-sitemap is set, publish the sitemap too. | |||
| 715 | If :makeindex is set, also produce a file theindex.org." | 715 | If :makeindex is set, also produce a file theindex.org." |
| 716 | (mapc | 716 | (mapc |
| 717 | (lambda (project) | 717 | (lambda (project) |
| 718 | ;; Each project uses it's own cache file: | 718 | ;; Each project uses its own cache file: |
| 719 | (org-publish-initialize-cache (car project)) | 719 | (org-publish-initialize-cache (car project)) |
| 720 | (let* | 720 | (let* |
| 721 | ((project-plist (cdr project)) | 721 | ((project-plist (cdr project)) |
diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index 549f94387d2..a4338a3193b 100644 --- a/lisp/progmodes/cc-vars.el +++ b/lisp/progmodes/cc-vars.el | |||
| @@ -586,7 +586,7 @@ in a mode hook, you have to call `c-setup-doc-comment-style' | |||
| 586 | afterwards to redo that work." | 586 | afterwards to redo that work." |
| 587 | ;; Symbols other than those documented above may be used on this | 587 | ;; Symbols other than those documented above may be used on this |
| 588 | ;; variable. If a variable exists that has that name with | 588 | ;; variable. If a variable exists that has that name with |
| 589 | ;; "-font-lock-keywords" appended, it's value is prepended to the | 589 | ;; "-font-lock-keywords" appended, its value is prepended to the |
| 590 | ;; font lock keywords list. If it's a function then it's called and | 590 | ;; font lock keywords list. If it's a function then it's called and |
| 591 | ;; the result is prepended. | 591 | ;; the result is prepended. |
| 592 | :type '(radio | 592 | :type '(radio |
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el index 1a3c5c22815..6f9e592d8ed 100644 --- a/lisp/textmodes/table.el +++ b/lisp/textmodes/table.el | |||
| @@ -345,7 +345,7 @@ | |||
| 345 | ;; Above code is well known ~/.emacs idiom for customizing a mode | 345 | ;; Above code is well known ~/.emacs idiom for customizing a mode |
| 346 | ;; specific keymap however it does not work for this package. This is | 346 | ;; specific keymap however it does not work for this package. This is |
| 347 | ;; because there is no table mode in effect. This package does not | 347 | ;; because there is no table mode in effect. This package does not |
| 348 | ;; use a local map therefor you must modify `table-cell-map' | 348 | ;; use a local map therefore you must modify `table-cell-map' |
| 349 | ;; explicitly. The correct way of achieving above task is: | 349 | ;; explicitly. The correct way of achieving above task is: |
| 350 | ;; | 350 | ;; |
| 351 | ;; (add-hook 'table-cell-map-hook | 351 | ;; (add-hook 'table-cell-map-hook |
| @@ -2155,7 +2155,7 @@ specified." | |||
| 2155 | (defun table-shorten-cell (n) | 2155 | (defun table-shorten-cell (n) |
| 2156 | "Shorten the current cell by N lines by shrinking the cell vertically. | 2156 | "Shorten the current cell by N lines by shrinking the cell vertically. |
| 2157 | Shortening is done by removing blank lines from the bottom of the cell | 2157 | Shortening is done by removing blank lines from the bottom of the cell |
| 2158 | and possibly from the top of the cell as well. Therefor, the cell | 2158 | and possibly from the top of the cell as well. Therefore, the cell |
| 2159 | must have some bottom/top blank lines to be shorten effectively. This | 2159 | must have some bottom/top blank lines to be shorten effectively. This |
| 2160 | is applicable to all the cells aligned horizontally with the current | 2160 | is applicable to all the cells aligned horizontally with the current |
| 2161 | one because they are also shortened in order to keep the rectangular | 2161 | one because they are also shortened in order to keep the rectangular |
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index b4cd24cc6b9..db28770ad0e 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -2448,7 +2448,7 @@ | |||
| 2448 | * lisp/url-nfs.el (url-nfs-create-wrapper): New function to create | 2448 | * lisp/url-nfs.el (url-nfs-create-wrapper): New function to create |
| 2449 | wrappers onto the appropriate file-based URLs for file-name-handlers. | 2449 | wrappers onto the appropriate file-based URLs for file-name-handlers. |
| 2450 | 2450 | ||
| 2451 | * lisp/url-ftp.el: Moved the FTP stuff into it's own file - it | 2451 | * lisp/url-ftp.el: Moved the FTP stuff into its own file - it |
| 2452 | might get messy with file-name-handlers and things. | 2452 | might get messy with file-name-handlers and things. |
| 2453 | 2453 | ||
| 2454 | * lisp/url-http.el (url-http-clean-headers): Fix problem when | 2454 | * lisp/url-http.el (url-http-clean-headers): Fix problem when |
diff --git a/src/data.c b/src/data.c index e8d2b43198f..0ebb17a2e01 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -839,7 +839,7 @@ do_symval_forwarding (register union Lisp_Fwd *valcontents) | |||
| 839 | 839 | ||
| 840 | case Lisp_Fwd_Kboard_Obj: | 840 | case Lisp_Fwd_Kboard_Obj: |
| 841 | /* We used to simply use current_kboard here, but from Lisp | 841 | /* We used to simply use current_kboard here, but from Lisp |
| 842 | code, it's value is often unexpected. It seems nicer to | 842 | code, its value is often unexpected. It seems nicer to |
| 843 | allow constructions like this to work as intuitively expected: | 843 | allow constructions like this to work as intuitively expected: |
| 844 | 844 | ||
| 845 | (with-selected-frame frame | 845 | (with-selected-frame frame |
diff --git a/src/font.h b/src/font.h index 42fc050b670..8ca7c9c19c4 100644 --- a/src/font.h +++ b/src/font.h | |||
| @@ -705,7 +705,7 @@ struct font_driver | |||
| 705 | 705 | ||
| 706 | 706 | ||
| 707 | /* Chain of font drivers. There's one global font driver list | 707 | /* Chain of font drivers. There's one global font driver list |
| 708 | (font_driver_list in font.c). In addition, each frame has it's own | 708 | (font_driver_list in font.c). In addition, each frame has its own |
| 709 | font driver list at FRAME_PTR->font_driver_list. */ | 709 | font driver list at FRAME_PTR->font_driver_list. */ |
| 710 | 710 | ||
| 711 | struct font_driver_list | 711 | struct font_driver_list |
| @@ -721,7 +721,7 @@ struct font_driver_list | |||
| 721 | 721 | ||
| 722 | 722 | ||
| 723 | /* Chain of arbitrary data specific to each font driver. Each frame | 723 | /* Chain of arbitrary data specific to each font driver. Each frame |
| 724 | has it's own font data list at FRAME_PTR->font_data_list. */ | 724 | has its own font data list at FRAME_PTR->font_data_list. */ |
| 725 | 725 | ||
| 726 | struct font_data_list | 726 | struct font_data_list |
| 727 | { | 727 | { |