diff options
| author | Paul Eggert | 2011-12-14 13:05:20 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-14 13:05:20 -0800 |
| commit | fac916bfd7f839a654c839dca609d0d75a77846a (patch) | |
| tree | 814ac4124d77813a777326165c5e234cd4c54132 | |
| parent | 898169a2d88c3538cdfd41feb0b16267165065bd (diff) | |
| download | emacs-fac916bfd7f839a654c839dca609d0d75a77846a.tar.gz emacs-fac916bfd7f839a654c839dca609d0d75a77846a.zip | |
Spelling fixes.
| -rw-r--r-- | doc/misc/gnus.texi | 4 | ||||
| -rw-r--r-- | doc/misc/org.texi | 2 | ||||
| -rw-r--r-- | doc/misc/rcirc.texi | 10 | ||||
| -rw-r--r-- | etc/NEWS.23 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.10 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.11 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.14 | 2 | ||||
| -rw-r--r-- | lisp/cedet/semantic/db-file.el | 12 | ||||
| -rw-r--r-- | lisp/cedet/semantic/db.el | 4 | ||||
| -rw-r--r-- | lisp/cedet/semantic/idle.el | 6 | ||||
| -rw-r--r-- | lisp/cedet/semantic/lex.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/semantic/util-modes.el | 6 | ||||
| -rw-r--r-- | lisp/erc/erc-backend.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog.2 | 2 | ||||
| -rw-r--r-- | lisp/gnus/gnus-group.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/gnus-sum.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/message.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/rfc2231.el | 2 | ||||
| -rw-r--r-- | lisp/net/tramp-sh.el | 10 | ||||
| -rw-r--r-- | lisp/url/url-http.el | 4 | ||||
| -rw-r--r-- | lisp/vc/ediff-ptch.el | 2 | ||||
| -rw-r--r-- | src/ChangeLog.7 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.8 | 2 | ||||
| -rw-r--r-- | src/xselect.c | 2 |
25 files changed, 45 insertions, 45 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 68c7e8bbdbc..8ed57699df5 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -11634,7 +11634,7 @@ message/external-body @acronym{MIME} type. | |||
| 11634 | @item r (Article) | 11634 | @item r (Article) |
| 11635 | @kindex r (Article) | 11635 | @kindex r (Article) |
| 11636 | Prompt for a file name, replace the @acronym{MIME} object with an | 11636 | Prompt for a file name, replace the @acronym{MIME} object with an |
| 11637 | external body refering to the file via the message/external-body | 11637 | external body referring to the file via the message/external-body |
| 11638 | @acronym{MIME} type. (@code{gnus-mime-replace-part}). | 11638 | @acronym{MIME} type. (@code{gnus-mime-replace-part}). |
| 11639 | 11639 | ||
| 11640 | @findex gnus-mime-delete-part | 11640 | @findex gnus-mime-delete-part |
| @@ -30012,7 +30012,7 @@ this: | |||
| 30012 | @node Score File Syntax | 30012 | @node Score File Syntax |
| 30013 | @subsection Score File Syntax | 30013 | @subsection Score File Syntax |
| 30014 | 30014 | ||
| 30015 | Score files are meant to be easily parseable, but yet extremely | 30015 | Score files are meant to be easily parsable, but yet extremely |
| 30016 | malleable. It was decided that something that had the same read syntax | 30016 | malleable. It was decided that something that had the same read syntax |
| 30017 | as an Emacs Lisp list would fit that spec. | 30017 | as an Emacs Lisp list would fit that spec. |
| 30018 | 30018 | ||
diff --git a/doc/misc/org.texi b/doc/misc/org.texi index a6fae5e216f..adc9cf0b139 100644 --- a/doc/misc/org.texi +++ b/doc/misc/org.texi | |||
| @@ -12469,7 +12469,7 @@ block. E.g., @code{:results value html}. | |||
| 12469 | Results assumed to be LaTeX and are enclosed in a @code{begin_latex} block. | 12469 | Results assumed to be LaTeX and are enclosed in a @code{begin_latex} block. |
| 12470 | E.g., @code{:results value latex}. | 12470 | E.g., @code{:results value latex}. |
| 12471 | @item @code{code} | 12471 | @item @code{code} |
| 12472 | Result are assumed to be parseable code and are enclosed in a code block. | 12472 | Result are assumed to be parsable code and are enclosed in a code block. |
| 12473 | E.g., @code{:results value code}. | 12473 | E.g., @code{:results value code}. |
| 12474 | @item @code{pp} | 12474 | @item @code{pp} |
| 12475 | The result is converted to pretty-printed code and is enclosed in a code | 12475 | The result is converted to pretty-printed code and is enclosed in a code |
diff --git a/doc/misc/rcirc.texi b/doc/misc/rcirc.texi index 3e9ee928822..192afe33cb4 100644 --- a/doc/misc/rcirc.texi +++ b/doc/misc/rcirc.texi | |||
| @@ -524,7 +524,7 @@ your full name, you might want to set it to some pseudonym. | |||
| 524 | 524 | ||
| 525 | @item rcirc-authinfo | 525 | @item rcirc-authinfo |
| 526 | @vindex rcirc-authinfo | 526 | @vindex rcirc-authinfo |
| 527 | @cindex authentification | 527 | @cindex authentication |
| 528 | @cindex identification | 528 | @cindex identification |
| 529 | @cindex nickserv | 529 | @cindex nickserv |
| 530 | @cindex login | 530 | @cindex login |
| @@ -547,7 +547,7 @@ And here are the valid method symbols and the arguments they require: | |||
| 547 | 547 | ||
| 548 | @table @code | 548 | @table @code |
| 549 | @item nickserv | 549 | @item nickserv |
| 550 | @cindex nickserv authentification | 550 | @cindex nickserv authentication |
| 551 | Use this symbol if you need to identify yourself as follows when | 551 | Use this symbol if you need to identify yourself as follows when |
| 552 | connecting to a network: @code{/msg nickserv identify secret}. The | 552 | connecting to a network: @code{/msg nickserv identify secret}. The |
| 553 | necessary arguments are the nickname you want to use this for, and the | 553 | necessary arguments are the nickname you want to use this for, and the |
| @@ -558,7 +558,7 @@ pick a password for it. Contact @code{nickserv} and check out the | |||
| 558 | details. (Using @code{/msg nickserv help}, for example.) | 558 | details. (Using @code{/msg nickserv help}, for example.) |
| 559 | 559 | ||
| 560 | @item chanserv | 560 | @item chanserv |
| 561 | @cindex chanserv authentification | 561 | @cindex chanserv authentication |
| 562 | Use this symbol if you need to identify yourself as follows if you want | 562 | Use this symbol if you need to identify yourself as follows if you want |
| 563 | to join a particular channel: @code{/msg chanserv identify #underground | 563 | to join a particular channel: @code{/msg chanserv identify #underground |
| 564 | secret}. The necessary arguments are the nickname and channel you want | 564 | secret}. The necessary arguments are the nickname and channel you want |
| @@ -569,7 +569,7 @@ the password to use. Contact @code{chanserv} and check out the details. | |||
| 569 | (Using @code{/msg chanserv help}, for example.) | 569 | (Using @code{/msg chanserv help}, for example.) |
| 570 | 570 | ||
| 571 | @item bitlbee | 571 | @item bitlbee |
| 572 | @cindex bitlbee authentification | 572 | @cindex bitlbee authentication |
| 573 | Use this symbol if you need to identify yourself in the Bitlbee channel | 573 | Use this symbol if you need to identify yourself in the Bitlbee channel |
| 574 | as follows: @code{identify secret}. The necessary arguments are the | 574 | as follows: @code{identify secret}. The necessary arguments are the |
| 575 | nickname you want to use this for, and the password to use. | 575 | nickname you want to use this for, and the password to use. |
| @@ -585,7 +585,7 @@ Bitlbee acts like an IRC server, but in fact it is a gateway to a lot of | |||
| 585 | other instant messaging services. You can either install Bitlbee | 585 | other instant messaging services. You can either install Bitlbee |
| 586 | locally or use a public Bitlbee server. There, you need to create an | 586 | locally or use a public Bitlbee server. There, you need to create an |
| 587 | account with a password. This is the nick and password you need to | 587 | account with a password. This is the nick and password you need to |
| 588 | provide for the bitlbee authentification method. | 588 | provide for the bitlbee authentication method. |
| 589 | 589 | ||
| 590 | Later, you will tell Bitlbee about your accounts and passwords on all | 590 | Later, you will tell Bitlbee about your accounts and passwords on all |
| 591 | the other instant messaging services, and Bitlbee will log you in. All | 591 | the other instant messaging services, and Bitlbee will log you in. All |
diff --git a/etc/NEWS.23 b/etc/NEWS.23 index 6f1b50e8c7a..b9570ee9e29 100644 --- a/etc/NEWS.23 +++ b/etc/NEWS.23 | |||
| @@ -1677,7 +1677,7 @@ Running processes on a remote host can be controlled by settings in | |||
| 1677 | When the variable `file-precious-flag' is set, the success of a remote | 1677 | When the variable `file-precious-flag' is set, the success of a remote |
| 1678 | file copy is checked via the file's checksum. | 1678 | file copy is checked via the file's checksum. |
| 1679 | 1679 | ||
| 1680 | *** Passwords can be read from an authentification file. | 1680 | *** Passwords can be read from an authentication file. |
| 1681 | Tramp uses the package `auth-source' to read passwords from a file, if | 1681 | Tramp uses the package `auth-source' to read passwords from a file, if |
| 1682 | necessary. | 1682 | necessary. |
| 1683 | 1683 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cf042ec6c82..cb412197f3d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -5275,7 +5275,7 @@ | |||
| 5275 | (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for | 5275 | (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for |
| 5276 | cycle detection. | 5276 | cycle detection. |
| 5277 | (ses-self-reference-early-detection): New defcustom. | 5277 | (ses-self-reference-early-detection): New defcustom. |
| 5278 | (ses-formula-references): Robustify against self-refering cells. | 5278 | (ses-formula-references): Robustify against self-referring cells. |
| 5279 | (ses-mode): Use ses-set-localvars. | 5279 | (ses-mode): Use ses-set-localvars. |
| 5280 | (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt | 5280 | (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt |
| 5281 | before lauching the update processing. | 5281 | before lauching the update processing. |
diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10 index a1cfaee6eaf..d6ac498c877 100644 --- a/lisp/ChangeLog.10 +++ b/lisp/ChangeLog.10 | |||
| @@ -8278,7 +8278,7 @@ | |||
| 8278 | 2002-11-17 Markus Rost <rost@math.ohio-state.edu> | 8278 | 2002-11-17 Markus Rost <rost@math.ohio-state.edu> |
| 8279 | 8279 | ||
| 8280 | * speedbar.el (defgroup speedbar): Use group 'etags instead of | 8280 | * speedbar.el (defgroup speedbar): Use group 'etags instead of |
| 8281 | nonexisting group 'tags. | 8281 | nonexistent group 'tags. |
| 8282 | 8282 | ||
| 8283 | * emacs-lisp/re-builder.el: Add provide call. | 8283 | * emacs-lisp/re-builder.el: Add provide call. |
| 8284 | 8284 | ||
diff --git a/lisp/ChangeLog.11 b/lisp/ChangeLog.11 index 38a5530fbfc..dd1d113d665 100644 --- a/lisp/ChangeLog.11 +++ b/lisp/ChangeLog.11 | |||
| @@ -1744,7 +1744,7 @@ | |||
| 1744 | substitute-env-vars -- not quite shell compatible but better than | 1744 | substitute-env-vars -- not quite shell compatible but better than |
| 1745 | nothing. | 1745 | nothing. |
| 1746 | (compilation-error-regexp-alist-alist): Simplify ftnchek to only | 1746 | (compilation-error-regexp-alist-alist): Simplify ftnchek to only |
| 1747 | handle the newer versions messages, which are more parseable. | 1747 | handle the newer versions messages, which are more parsable. |
| 1748 | 1748 | ||
| 1749 | 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca> | 1749 | 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca> |
| 1750 | 1750 | ||
diff --git a/lisp/ChangeLog.14 b/lisp/ChangeLog.14 index 7063ed67b62..213f5cfb784 100644 --- a/lisp/ChangeLog.14 +++ b/lisp/ChangeLog.14 | |||
| @@ -19176,7 +19176,7 @@ | |||
| 19176 | toggle-read-only. | 19176 | toggle-read-only. |
| 19177 | 19177 | ||
| 19178 | * textmodes/bibtex.el (bibtex-format-entry): Handle error message | 19178 | * textmodes/bibtex.el (bibtex-format-entry): Handle error message |
| 19179 | refering to a missing required field with the OPT prefix. | 19179 | referring to a missing required field with the OPT prefix. |
| 19180 | Make unwindform more robust. | 19180 | Make unwindform more robust. |
| 19181 | 19181 | ||
| 19182 | * textmodes/bibtex.el: Remove support for hideshow minor mode as | 19182 | * textmodes/bibtex.el: Remove support for hideshow minor mode as |
diff --git a/lisp/cedet/semantic/db-file.el b/lisp/cedet/semantic/db-file.el index 943ccf23031..9df240a3681 100644 --- a/lisp/cedet/semantic/db-file.el +++ b/lisp/cedet/semantic/db-file.el | |||
| @@ -193,16 +193,16 @@ If DIRECTORY doesn't exist, create a new one." | |||
| 193 | (eieio-instance-tracker-find filename 'file 'semanticdb-database-list)) | 193 | (eieio-instance-tracker-find filename 'file 'semanticdb-database-list)) |
| 194 | 194 | ||
| 195 | (defmethod semanticdb-file-directory-exists-p ((DB semanticdb-project-database-file) | 195 | (defmethod semanticdb-file-directory-exists-p ((DB semanticdb-project-database-file) |
| 196 | &optional supress-questions) | 196 | &optional suppress-questions) |
| 197 | "Does the directory the database DB needs to write to exist? | 197 | "Does the directory the database DB needs to write to exist? |
| 198 | If SUPRESS-QUESTIONS, then do not ask to create the directory." | 198 | If SUPPRESS-QUESTIONS, then do not ask to create the directory." |
| 199 | (let ((dest (file-name-directory (oref DB file))) | 199 | (let ((dest (file-name-directory (oref DB file))) |
| 200 | ) | 200 | ) |
| 201 | (cond ((null dest) | 201 | (cond ((null dest) |
| 202 | ;; @TODO - If it was never set up... what should we do ? | 202 | ;; @TODO - If it was never set up... what should we do ? |
| 203 | nil) | 203 | nil) |
| 204 | ((file-exists-p dest) t) | 204 | ((file-exists-p dest) t) |
| 205 | ((or supress-questions | 205 | ((or suppress-questions |
| 206 | (and (boundp 'semanticdb--inhibit-make-directory) | 206 | (and (boundp 'semanticdb--inhibit-make-directory) |
| 207 | semanticdb--inhibit-make-directory)) | 207 | semanticdb--inhibit-make-directory)) |
| 208 | nil) | 208 | nil) |
| @@ -216,13 +216,13 @@ If SUPRESS-QUESTIONS, then do not ask to create the directory." | |||
| 216 | 216 | ||
| 217 | (defmethod semanticdb-save-db ((DB semanticdb-project-database-file) | 217 | (defmethod semanticdb-save-db ((DB semanticdb-project-database-file) |
| 218 | &optional | 218 | &optional |
| 219 | supress-questions) | 219 | suppress-questions) |
| 220 | "Write out the database DB to its file. | 220 | "Write out the database DB to its file. |
| 221 | If DB is not specified, then use the current database." | 221 | If DB is not specified, then use the current database." |
| 222 | (let ((objname (oref DB file))) | 222 | (let ((objname (oref DB file))) |
| 223 | (when (and (semanticdb-dirty-p DB) | 223 | (when (and (semanticdb-dirty-p DB) |
| 224 | (semanticdb-live-p DB) | 224 | (semanticdb-live-p DB) |
| 225 | (semanticdb-file-directory-exists-p DB supress-questions) | 225 | (semanticdb-file-directory-exists-p DB suppress-questions) |
| 226 | (semanticdb-write-directory-p DB) | 226 | (semanticdb-write-directory-p DB) |
| 227 | ) | 227 | ) |
| 228 | ;;(message "Saving tag summary for %s..." objname) | 228 | ;;(message "Saving tag summary for %s..." objname) |
| @@ -243,7 +243,7 @@ If DB is not specified, then use the current database." | |||
| 243 | (t | 243 | (t |
| 244 | ;; @todo - It should ask if we are not called from a hook. | 244 | ;; @todo - It should ask if we are not called from a hook. |
| 245 | ;; How? | 245 | ;; How? |
| 246 | (if (or supress-questions | 246 | (if (or suppress-questions |
| 247 | (y-or-n-p (format "Skip Error: %s ?" (car (cdr foo))))) | 247 | (y-or-n-p (format "Skip Error: %s ?" (car (cdr foo))))) |
| 248 | (message "Save Error: %S: %s" (car (cdr foo)) | 248 | (message "Save Error: %S: %s" (car (cdr foo)) |
| 249 | objname) | 249 | objname) |
diff --git a/lisp/cedet/semantic/db.el b/lisp/cedet/semantic/db.el index 3d2128db29a..c159a26dc1e 100644 --- a/lisp/cedet/semantic/db.el +++ b/lisp/cedet/semantic/db.el | |||
| @@ -227,7 +227,7 @@ it is in Emacs.") | |||
| 227 | "Non nil if this table needs to be `Saved'.") | 227 | "Non nil if this table needs to be `Saved'.") |
| 228 | (db-refs :initform nil | 228 | (db-refs :initform nil |
| 229 | :documentation | 229 | :documentation |
| 230 | "List of `semanticdb-table' objects refering to this one. | 230 | "List of `semanticdb-table' objects referring to this one. |
| 231 | These aren't saved, but are instead recalculated after load. | 231 | These aren't saved, but are instead recalculated after load. |
| 232 | See the file semantic/db-ref.el for how this slot is used.") | 232 | See the file semantic/db-ref.el for how this slot is used.") |
| 233 | (pointmax :initarg :pointmax | 233 | (pointmax :initarg :pointmax |
| @@ -657,7 +657,7 @@ The file associated with OBJ does not need to be in a buffer." | |||
| 657 | ;;; SAVE/LOAD | 657 | ;;; SAVE/LOAD |
| 658 | ;; | 658 | ;; |
| 659 | (defmethod semanticdb-save-db ((DB semanticdb-project-database) | 659 | (defmethod semanticdb-save-db ((DB semanticdb-project-database) |
| 660 | &optional supress-questions) | 660 | &optional suppress-questions) |
| 661 | "Cause a database to save itself. | 661 | "Cause a database to save itself. |
| 662 | The database base class does not save itself persistently. | 662 | The database base class does not save itself persistently. |
| 663 | Subclasses could save themselves to a file, or to a database, or other | 663 | Subclasses could save themselves to a file, or to a database, or other |
diff --git a/lisp/cedet/semantic/idle.el b/lisp/cedet/semantic/idle.el index 4b3a51e79f7..c60ca4b4b6a 100644 --- a/lisp/cedet/semantic/idle.el +++ b/lisp/cedet/semantic/idle.el | |||
| @@ -246,8 +246,8 @@ And also manages services that depend on tag values." | |||
| 246 | 246 | ||
| 247 | ;; NOTE ON COMMENTED SAFE HERE | 247 | ;; NOTE ON COMMENTED SAFE HERE |
| 248 | ;; We used to not execute the services if the buffer was | 248 | ;; We used to not execute the services if the buffer was |
| 249 | ;; unparseable. We now assume that they are lexically | 249 | ;; unparsable. We now assume that they are lexically |
| 250 | ;; safe to do, because we have marked the buffer unparseable | 250 | ;; safe to do, because we have marked the buffer unparsable |
| 251 | ;; if there was a problem. | 251 | ;; if there was a problem. |
| 252 | ;;(when safe | 252 | ;;(when safe |
| 253 | (dolist (service semantic-idle-scheduler-queue) | 253 | (dolist (service semantic-idle-scheduler-queue) |
| @@ -476,7 +476,7 @@ Does nothing if the current buffer doesn't need reparsing." | |||
| 476 | ;; do them here, then all the bovination hooks are not run, and | 476 | ;; do them here, then all the bovination hooks are not run, and |
| 477 | ;; we save lots of time. | 477 | ;; we save lots of time. |
| 478 | (cond | 478 | (cond |
| 479 | ;; If the buffer was previously marked unparseable, | 479 | ;; If the buffer was previously marked unparsable, |
| 480 | ;; then don't waste our time. | 480 | ;; then don't waste our time. |
| 481 | ((semantic-parse-tree-unparseable-p) | 481 | ((semantic-parse-tree-unparseable-p) |
| 482 | nil) | 482 | nil) |
diff --git a/lisp/cedet/semantic/lex.el b/lisp/cedet/semantic/lex.el index dab5c444fae..f8e72c1027c 100644 --- a/lisp/cedet/semantic/lex.el +++ b/lisp/cedet/semantic/lex.el | |||
| @@ -1704,7 +1704,7 @@ If there is no error, then the last value of FORMS is returned." | |||
| 1704 | nil)))) | 1704 | nil)))) |
| 1705 | ;; Great Sadness. Assume that FORMS execute within the | 1705 | ;; Great Sadness. Assume that FORMS execute within the |
| 1706 | ;; confines of the current buffer only! Mark this thing | 1706 | ;; confines of the current buffer only! Mark this thing |
| 1707 | ;; unparseable iff the special symbol was thrown. This | 1707 | ;; unparsable iff the special symbol was thrown. This |
| 1708 | ;; will prevent future calls from parsing, but will allow | 1708 | ;; will prevent future calls from parsing, but will allow |
| 1709 | ;; then to still return the cache. | 1709 | ;; then to still return the cache. |
| 1710 | (when ,ret | 1710 | (when ,ret |
diff --git a/lisp/cedet/semantic/util-modes.el b/lisp/cedet/semantic/util-modes.el index a08f4a31b30..13836f64b85 100644 --- a/lisp/cedet/semantic/util-modes.el +++ b/lisp/cedet/semantic/util-modes.el | |||
| @@ -109,7 +109,7 @@ Only minor modes that are locally enabled are shown in the mode line." | |||
| 109 | (tail (or (memq elem minor-mode-alist) | 109 | (tail (or (memq elem minor-mode-alist) |
| 110 | (setq minor-mode-alist | 110 | (setq minor-mode-alist |
| 111 | (cons elem minor-mode-alist))))) | 111 | (cons elem minor-mode-alist))))) |
| 112 | (setcdr tail (nconc locals (cdr tail))))))))) | 112 | (setcdr tail (nconc locals (cdr tail))))))))) |
| 113 | 113 | ||
| 114 | (defun semantic-desktop-ignore-this-minor-mode (buffer) | 114 | (defun semantic-desktop-ignore-this-minor-mode (buffer) |
| 115 | "Installed as a minor-mode initializer for Desktop mode. | 115 | "Installed as a minor-mode initializer for Desktop mode. |
| @@ -438,7 +438,7 @@ The state is indicated in the modeline with the following characters: | |||
| 438 | `-' -> The cache is up to date. | 438 | `-' -> The cache is up to date. |
| 439 | `!' -> The cache requires a full update. | 439 | `!' -> The cache requires a full update. |
| 440 | `~' -> The cache needs to be incrementally parsed. | 440 | `~' -> The cache needs to be incrementally parsed. |
| 441 | `%' -> The cache is not currently parseable. | 441 | `%' -> The cache is not currently parsable. |
| 442 | `@' -> Auto-parse in progress (not set here.) | 442 | `@' -> Auto-parse in progress (not set here.) |
| 443 | With prefix argument ARG, turn on if positive, otherwise off. The | 443 | With prefix argument ARG, turn on if positive, otherwise off. The |
| 444 | minor mode can be turned on only if semantic feature is available and | 444 | minor mode can be turned on only if semantic feature is available and |
| @@ -524,7 +524,7 @@ This marker is one of the following: | |||
| 524 | `-' -> The cache is up to date. | 524 | `-' -> The cache is up to date. |
| 525 | `!' -> The cache requires a full update. | 525 | `!' -> The cache requires a full update. |
| 526 | `~' -> The cache needs to be incrementally parsed. | 526 | `~' -> The cache needs to be incrementally parsed. |
| 527 | `%' -> The cache is not currently parseable. | 527 | `%' -> The cache is not currently parsable. |
| 528 | `@' -> Auto-parse in progress (not set here.) | 528 | `@' -> Auto-parse in progress (not set here.) |
| 529 | Arguments IGNORE are ignored, and accepted so this can be used as a hook | 529 | Arguments IGNORE are ignored, and accepted so this can be used as a hook |
| 530 | in many situations." | 530 | in many situations." |
diff --git a/lisp/erc/erc-backend.el b/lisp/erc/erc-backend.el index 5baa676ab39..112091af219 100644 --- a/lisp/erc/erc-backend.el +++ b/lisp/erc/erc-backend.el | |||
| @@ -991,7 +991,7 @@ Hands off to helper functions via `erc-call-hooks'." | |||
| 991 | (if (member (erc-response.command parsed-response) | 991 | (if (member (erc-response.command parsed-response) |
| 992 | erc-server-prevent-duplicates) | 992 | erc-server-prevent-duplicates) |
| 993 | (let ((m (erc-response.unparsed parsed-response))) | 993 | (let ((m (erc-response.unparsed parsed-response))) |
| 994 | ;; duplicate supression | 994 | ;; duplicate suppression |
| 995 | (if (< (or (gethash m erc-server-duplicates) 0) | 995 | (if (< (or (gethash m erc-server-duplicates) 0) |
| 996 | (- (erc-current-time) erc-server-duplicate-timeout)) | 996 | (- (erc-current-time) erc-server-duplicate-timeout)) |
| 997 | (erc-call-hooks process parsed-response)) | 997 | (erc-call-hooks process parsed-response)) |
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2 index 893ee88e98d..64b15ce31b3 100644 --- a/lisp/gnus/ChangeLog.2 +++ b/lisp/gnus/ChangeLog.2 | |||
| @@ -8442,7 +8442,7 @@ | |||
| 8442 | 8442 | ||
| 8443 | 2002-07-21 Nevin Kapur <nevin@jhu.edu> | 8443 | 2002-07-21 Nevin Kapur <nevin@jhu.edu> |
| 8444 | 8444 | ||
| 8445 | * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting | 8445 | * nnmail.el (nnmail-fancy-expiry-target): Treat nonexistent |
| 8446 | headers as empty headers. | 8446 | headers as empty headers. |
| 8447 | 8447 | ||
| 8448 | 2002-07-21 Jochen Hein <jochen@jochen.org> | 8448 | 2002-07-21 Jochen Hein <jochen@jochen.org> |
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index 694b4d7e8b4..9730b69164e 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el | |||
| @@ -992,7 +992,7 @@ Setter function for custom variables." | |||
| 992 | 'gnus-group-tool-bar-retro) | 992 | 'gnus-group-tool-bar-retro) |
| 993 | "Specifies the Gnus group tool bar. | 993 | "Specifies the Gnus group tool bar. |
| 994 | 994 | ||
| 995 | It can be either a list or a symbol refering to a list. See | 995 | It can be either a list or a symbol referring to a list. See |
| 996 | `gmm-tool-bar-from-list' for the format of the list. The | 996 | `gmm-tool-bar-from-list' for the format of the list. The |
| 997 | default key map is `gnus-group-mode-map'. | 997 | default key map is `gnus-group-mode-map'. |
| 998 | 998 | ||
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index 17ccae986e9..d8db300efbd 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el | |||
| @@ -2835,7 +2835,7 @@ Setter function for custom variables." | |||
| 2835 | 'gnus-summary-tool-bar-retro) | 2835 | 'gnus-summary-tool-bar-retro) |
| 2836 | "Specifies the Gnus summary tool bar. | 2836 | "Specifies the Gnus summary tool bar. |
| 2837 | 2837 | ||
| 2838 | It can be either a list or a symbol refering to a list. See | 2838 | It can be either a list or a symbol referring to a list. See |
| 2839 | `gmm-tool-bar-from-list' for the format of the list. The | 2839 | `gmm-tool-bar-from-list' for the format of the list. The |
| 2840 | default key map is `gnus-summary-mode-map'. | 2840 | default key map is `gnus-summary-mode-map'. |
| 2841 | 2841 | ||
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 85c084751f8..8fbd2c765fe 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -7738,7 +7738,7 @@ Setter function for custom variables." | |||
| 7738 | 'message-tool-bar-retro) | 7738 | 'message-tool-bar-retro) |
| 7739 | "Specifies the message mode tool bar. | 7739 | "Specifies the message mode tool bar. |
| 7740 | 7740 | ||
| 7741 | It can be either a list or a symbol refering to a list. See | 7741 | It can be either a list or a symbol referring to a list. See |
| 7742 | `gmm-tool-bar-from-list' for the format of the list. The | 7742 | `gmm-tool-bar-from-list' for the format of the list. The |
| 7743 | default key map is `message-mode-map'. | 7743 | default key map is `message-mode-map'. |
| 7744 | 7744 | ||
diff --git a/lisp/gnus/rfc2231.el b/lisp/gnus/rfc2231.el index 306b67cd7c1..9c30379ef6e 100644 --- a/lisp/gnus/rfc2231.el +++ b/lisp/gnus/rfc2231.el | |||
| @@ -58,7 +58,7 @@ must never cause a Lisp error." | |||
| 58 | ;; The most likely cause of an error is unbalanced parentheses | 58 | ;; The most likely cause of an error is unbalanced parentheses |
| 59 | ;; or double-quotes. If all parentheses and double-quotes are | 59 | ;; or double-quotes. If all parentheses and double-quotes are |
| 60 | ;; quoted meaninglessly with backslashes, removing them might | 60 | ;; quoted meaninglessly with backslashes, removing them might |
| 61 | ;; make it parseable. Let's try... | 61 | ;; make it parsable. Let's try... |
| 62 | (error | 62 | (error |
| 63 | (let (mod) | 63 | (let (mod) |
| 64 | (when (and (string-match "\\\\\"" string) | 64 | (when (and (string-match "\\\\\"" string) |
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index da6f8a69e6d..446a27c65d3 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el | |||
| @@ -3526,7 +3526,7 @@ variable PATH." | |||
| 3526 | Here, we are looking for a command which has zero exit status if the | 3526 | Here, we are looking for a command which has zero exit status if the |
| 3527 | file exists and nonzero exit status otherwise." | 3527 | file exists and nonzero exit status otherwise." |
| 3528 | (let ((existing "/") | 3528 | (let ((existing "/") |
| 3529 | (nonexisting | 3529 | (nonexistent |
| 3530 | (tramp-shell-quote-argument "/ this file does not exist ")) | 3530 | (tramp-shell-quote-argument "/ this file does not exist ")) |
| 3531 | result) | 3531 | result) |
| 3532 | ;; The algorithm is as follows: we try a list of several commands. | 3532 | ;; The algorithm is as follows: we try a list of several commands. |
| @@ -3551,22 +3551,22 @@ file exists and nonzero exit status otherwise." | |||
| 3551 | (tramp-send-command-and-check | 3551 | (tramp-send-command-and-check |
| 3552 | vec (format "%s %s" result existing)) | 3552 | vec (format "%s %s" result existing)) |
| 3553 | (not (tramp-send-command-and-check | 3553 | (not (tramp-send-command-and-check |
| 3554 | vec (format "%s %s" result nonexisting)))) | 3554 | vec (format "%s %s" result nonexistent)))) |
| 3555 | (and (setq result "/bin/test -e") | 3555 | (and (setq result "/bin/test -e") |
| 3556 | (tramp-send-command-and-check | 3556 | (tramp-send-command-and-check |
| 3557 | vec (format "%s %s" result existing)) | 3557 | vec (format "%s %s" result existing)) |
| 3558 | (not (tramp-send-command-and-check | 3558 | (not (tramp-send-command-and-check |
| 3559 | vec (format "%s %s" result nonexisting)))) | 3559 | vec (format "%s %s" result nonexistent)))) |
| 3560 | (and (setq result "/usr/bin/test -e") | 3560 | (and (setq result "/usr/bin/test -e") |
| 3561 | (tramp-send-command-and-check | 3561 | (tramp-send-command-and-check |
| 3562 | vec (format "%s %s" result existing)) | 3562 | vec (format "%s %s" result existing)) |
| 3563 | (not (tramp-send-command-and-check | 3563 | (not (tramp-send-command-and-check |
| 3564 | vec (format "%s %s" result nonexisting)))) | 3564 | vec (format "%s %s" result nonexistent)))) |
| 3565 | (and (setq result (format "%s -d" (tramp-get-ls-command vec))) | 3565 | (and (setq result (format "%s -d" (tramp-get-ls-command vec))) |
| 3566 | (tramp-send-command-and-check | 3566 | (tramp-send-command-and-check |
| 3567 | vec (format "%s %s" result existing)) | 3567 | vec (format "%s %s" result existing)) |
| 3568 | (not (tramp-send-command-and-check | 3568 | (not (tramp-send-command-and-check |
| 3569 | vec (format "%s %s" result nonexisting))))) | 3569 | vec (format "%s %s" result nonexistent))))) |
| 3570 | (tramp-error | 3570 | (tramp-error |
| 3571 | vec 'file-error "Couldn't find command to check if file exists")) | 3571 | vec 'file-error "Couldn't find command to check if file exists")) |
| 3572 | result)) | 3572 | result)) |
diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el index a9ff042d681..9b9bdb6416e 100644 --- a/lisp/url/url-http.el +++ b/lisp/url/url-http.el | |||
| @@ -237,12 +237,12 @@ request.") | |||
| 237 | (if proxy-auth | 237 | (if proxy-auth |
| 238 | (setq proxy-auth (concat "Proxy-Authorization: " proxy-auth "\r\n"))) | 238 | (setq proxy-auth (concat "Proxy-Authorization: " proxy-auth "\r\n"))) |
| 239 | 239 | ||
| 240 | ;; Protection against stupid values in the referer | 240 | ;; Protection against stupid values in the referrer |
| 241 | (if (and ref-url (stringp ref-url) (or (string= ref-url "file:nil") | 241 | (if (and ref-url (stringp ref-url) (or (string= ref-url "file:nil") |
| 242 | (string= ref-url ""))) | 242 | (string= ref-url ""))) |
| 243 | (setq ref-url nil)) | 243 | (setq ref-url nil)) |
| 244 | 244 | ||
| 245 | ;; We do not want to expose the referer if the user is paranoid. | 245 | ;; We do not want to expose the referrer if the user is paranoid. |
| 246 | (if (or (memq url-privacy-level '(low high paranoid)) | 246 | (if (or (memq url-privacy-level '(low high paranoid)) |
| 247 | (and (listp url-privacy-level) | 247 | (and (listp url-privacy-level) |
| 248 | (memq 'lastloc url-privacy-level))) | 248 | (memq 'lastloc url-privacy-level))) |
diff --git a/lisp/vc/ediff-ptch.el b/lisp/vc/ediff-ptch.el index ef273c610fe..6563dca5ec6 100644 --- a/lisp/vc/ediff-ptch.el +++ b/lisp/vc/ediff-ptch.el | |||
| @@ -373,7 +373,7 @@ other files, enter /dev/null | |||
| 373 | (concat actual-dir (cdr proposed-file-names))))) | 373 | (concat actual-dir (cdr proposed-file-names))))) |
| 374 | )) | 374 | )) |
| 375 | ediff-patch-map) | 375 | ediff-patch-map) |
| 376 | ;; Check for the existing files in each pair and discard the nonexisting | 376 | ;; Check for the existing files in each pair and discard the nonexistent |
| 377 | ;; ones. If both exist, ask the user. | 377 | ;; ones. If both exist, ask the user. |
| 378 | (mapcar (lambda (session-info) | 378 | (mapcar (lambda (session-info) |
| 379 | (let* ((file1 (car (ediff-get-session-objA-name session-info))) | 379 | (let* ((file1 (car (ediff-get-session-objA-name session-info))) |
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7 index fc97acdeb1e..bb18f684242 100644 --- a/src/ChangeLog.7 +++ b/src/ChangeLog.7 | |||
| @@ -3968,7 +3968,7 @@ | |||
| 3968 | 3968 | ||
| 3969 | 1998-01-12 Kenichi Handa <handa@etl.go.jp> | 3969 | 1998-01-12 Kenichi Handa <handa@etl.go.jp> |
| 3970 | 3970 | ||
| 3971 | * minibuf.c (Fminibuffer_complete_word): Fix a bug of refering | 3971 | * minibuf.c (Fminibuffer_complete_word): Fix a bug of referring |
| 3972 | `i'. We must refer `i_byte' instead. | 3972 | `i'. We must refer `i_byte' instead. |
| 3973 | 3973 | ||
| 3974 | * insdel.c (insert_from_string_1): Decrement GAP_SIZE by | 3974 | * insdel.c (insert_from_string_1): Decrement GAP_SIZE by |
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index 6a48b09e64b..e2572e8ac88 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 | |||
| @@ -4027,7 +4027,7 @@ | |||
| 4027 | * dispextern.h (struct glyph_row): Flag internal_border_p removed. | 4027 | * dispextern.h (struct glyph_row): Flag internal_border_p removed. |
| 4028 | 4028 | ||
| 4029 | * xfns.c (x_create_tip_frame): Don't set bitmapIcon resource | 4029 | * xfns.c (x_create_tip_frame): Don't set bitmapIcon resource |
| 4030 | because this will try to access a nonexisting widget. | 4030 | because this will try to access a nonexistent widget. |
| 4031 | 4031 | ||
| 4032 | 1999-07-26 Markus Rost <rost@gnu.org> | 4032 | 1999-07-26 Markus Rost <rost@gnu.org> |
| 4033 | 4033 | ||
diff --git a/src/xselect.c b/src/xselect.c index f9ebdf730d4..5e5e6a098b6 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -757,7 +757,7 @@ x_reply_selection_request (struct input_event *event, | |||
| 757 | /* The window we're communicating with may have been deleted | 757 | /* The window we're communicating with may have been deleted |
| 758 | in the meantime (that's a real situation from a bug report). | 758 | in the meantime (that's a real situation from a bug report). |
| 759 | In this case, there may be events in the event queue still | 759 | In this case, there may be events in the event queue still |
| 760 | refering to the deleted window, and we'll get a BadWindow error | 760 | referring to the deleted window, and we'll get a BadWindow error |
| 761 | in XTread_socket when processing the events. I don't have | 761 | in XTread_socket when processing the events. I don't have |
| 762 | an idea how to fix that. gerd, 2001-01-98. */ | 762 | an idea how to fix that. gerd, 2001-01-98. */ |
| 763 | /* 2004-09-10: XSync and UNBLOCK so that possible protocol errors are | 763 | /* 2004-09-10: XSync and UNBLOCK so that possible protocol errors are |