aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2011-12-21 01:58:39 -0800
committerPaul Eggert2011-12-21 01:58:39 -0800
commit6196cffecf7dcc2a777025137db6ab77ff45a105 (patch)
tree1e013215fbbeafa1c35d84ae8524c66e7ccdfe3f
parentd3098e1ec618fc043568be481b487f3bf7689bad (diff)
downloademacs-6196cffecf7dcc2a777025137db6ab77ff45a105.tar.gz
emacs-6196cffecf7dcc2a777025137db6ab77ff45a105.zip
Spelling fixes.
-rw-r--r--doc/misc/auth.texi2
-rw-r--r--lisp/ChangeLog.122
-rw-r--r--lisp/calc/calc-alg.el2
-rw-r--r--lisp/calendar/holidays.el2
-rw-r--r--lisp/gnus/nndiary.el4
-rw-r--r--lisp/international/robin.el6
-rw-r--r--lisp/net/ntlm.el2
-rw-r--r--lisp/net/tramp.el2
-rw-r--r--lisp/progmodes/ada-stmt.el2
-rw-r--r--lisp/term.el4
-rw-r--r--lisp/textmodes/remember.el2
-rw-r--r--src/print.c2
12 files changed, 16 insertions, 16 deletions
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi
index b64562f6875..60bb6e7cdac 100644
--- a/doc/misc/auth.texi
+++ b/doc/misc/auth.texi
@@ -281,7 +281,7 @@ for any of the prompts.
281Note that the password needs to be evaluated if it's a function. It's 281Note that the password needs to be evaluated if it's a function. It's
282wrapped in a function to provide some security. 282wrapped in a function to provide some security.
283 283
284Later, after a successful login, @code{nnimal.el} calls the 284Later, after a successful login, @code{nnimap.el} calls the
285@code{:save-function} like so: 285@code{:save-function} like so:
286 286
287@example 287@example
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12
index 0dd5a6ec7a3..55335533b7a 100644
--- a/lisp/ChangeLog.12
+++ b/lisp/ChangeLog.12
@@ -27413,7 +27413,7 @@
27413 which has been added in Emacs 21.1. 27413 which has been added in Emacs 21.1.
27414 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode) 27414 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
27415 (awk-mode): Use it. 27415 (awk-mode): Use it.
27416 (make-local-hook): Suppress warning about obsoleteness. 27416 (make-local-hook): Suppress warning about obsolescence.
27417 27417
27418 * progmodes/cc-engine.el, cc-align.el, cc-cmds.el 27418 * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
27419 (c-append-backslashes-forward, c-delete-backslashes-forward) 27419 (c-append-backslashes-forward, c-delete-backslashes-forward)
diff --git a/lisp/calc/calc-alg.el b/lisp/calc/calc-alg.el
index 274f399fe6a..5ad1e58b45c 100644
--- a/lisp/calc/calc-alg.el
+++ b/lisp/calc/calc-alg.el
@@ -1841,7 +1841,7 @@
1841 expr)))) 1841 expr))))
1842 1842
1843;;; Simplify a polynomial in list form by stripping off high-end zeros. 1843;;; Simplify a polynomial in list form by stripping off high-end zeros.
1844;;; This always leaves the constant part, i.e., nil->nil and nonnil->nonnil. 1844;;; This always leaves the constant part, i.e., nil->nil and non-nil->non-nil.
1845(defun math-poly-simplify (p) 1845(defun math-poly-simplify (p)
1846 (and p 1846 (and p
1847 (if (Math-zerop (nth (1- (length p)) p)) 1847 (if (Math-zerop (nth (1- (length p)) p))
diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el
index 3ba1078f62d..42c95f39faa 100644
--- a/lisp/calendar/holidays.el
+++ b/lisp/calendar/holidays.el
@@ -723,7 +723,7 @@ STRING)). Returns nil if it is not visible in the current calendar window."
723 (let ((m displayed-month) 723 (let ((m displayed-month)
724 (y displayed-year)) 724 (y displayed-year))
725 (calendar-increment-month m y (- 11 month)) 725 (calendar-increment-month m y (- 11 month))
726 (if (> m 9) ; is november visible? 726 (if (> m 9) ; Is November visible?
727 (list (list (list month day y) string))))) 727 (list (list (list month day y) string)))))
728 728
729(defun holiday-float (month dayname n string &optional day) 729(defun holiday-float (month dayname n string &optional day)
diff --git a/lisp/gnus/nndiary.el b/lisp/gnus/nndiary.el
index 25557ad7119..29f0695c74e 100644
--- a/lisp/gnus/nndiary.el
+++ b/lisp/gnus/nndiary.el
@@ -1161,7 +1161,7 @@ all. This may very well take some time.")
1161 1161
1162(defun nndiary-parse-schedule-value (str min-or-values max) 1162(defun nndiary-parse-schedule-value (str min-or-values max)
1163 ;; Parse the schedule string STR, or signal an error. 1163 ;; Parse the schedule string STR, or signal an error.
1164 ;; Signals are caught by `nndary-schedule'. 1164 ;; Signals are caught by `nndiary-schedule'.
1165 (if (string-match "[ \t]*\\*[ \t]*" str) 1165 (if (string-match "[ \t]*\\*[ \t]*" str)
1166 ;; unspecified 1166 ;; unspecified
1167 nil 1167 nil
@@ -1204,7 +1204,7 @@ all. This may very well take some time.")
1204 ;; - Returns nil if `*' 1204 ;; - Returns nil if `*'
1205 ;; - Otherwise returns a list of integers and/or ranges (BEG . END) 1205 ;; - Otherwise returns a list of integers and/or ranges (BEG . END)
1206 ;; The exception is the Timze-Zone value which is always of the form (STR). 1206 ;; The exception is the Timze-Zone value which is always of the form (STR).
1207 ;; Signals are caught by `nndary-schedule'. 1207 ;; Signals are caught by `nndiary-schedule'.
1208 (let ((header (format "^X-Diary-%s: \\(.*\\)$" head))) 1208 (let ((header (format "^X-Diary-%s: \\(.*\\)$" head)))
1209 (goto-char (point-min)) 1209 (goto-char (point-min))
1210 (if (not (re-search-forward header nil t)) 1210 (if (not (re-search-forward header nil t))
diff --git a/lisp/international/robin.el b/lisp/international/robin.el
index 443a292f4c1..c50277686ff 100644
--- a/lisp/international/robin.el
+++ b/lisp/international/robin.el
@@ -50,9 +50,9 @@
50;; identified by a string called package name. Use robin-define-package 50;; identified by a string called package name. Use robin-define-package
51;; to define a robin package. 51;; to define a robin package.
52 52
53;; (robin-define-package NAME DOCTSTRING 53;; (robin-define-package NAME DOCSTRING
54;; (INPUT1 OUPUT1) 54;; (INPUT1 OUTPUT1)
55;; (INPUT2 OUPUT2) 55;; (INPUT2 OUTPUT2)
56;; ...) 56;; ...)
57 57
58;; NAME is a string identifying the robin package. It often starts with a 58;; NAME is a string identifying the robin package. It often starts with a
diff --git a/lisp/net/ntlm.el b/lisp/net/ntlm.el
index 9af148e8faa..8bcb1ef2966 100644
--- a/lisp/net/ntlm.el
+++ b/lisp/net/ntlm.el
@@ -440,7 +440,7 @@ length of STR is LEN."
440 440
441(defun ntlm-smb-dohash (in key forw) 441(defun ntlm-smb-dohash (in key forw)
442 "Return the hash value for a string IN and a string KEY. 442 "Return the hash value for a string IN and a string KEY.
443Length of IN and KEY are 64. FORW non nill means forward, nil means 443Length of IN and KEY are 64. FORW non-nil means forward, nil means
444backward." 444backward."
445 (let (pk1 ;string of length 56 445 (let (pk1 ;string of length 56
446 c ;string of length 28 446 c ;string of length 28
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 2848211fae9..473ba00fbc2 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -3506,7 +3506,7 @@ If the `tramp-methods' entry does not exist, return nil."
3506 (cond 3506 (cond
3507 ((char-equal other-write ?w) (tramp-compat-octal-to-decimal "00002")) 3507 ((char-equal other-write ?w) (tramp-compat-octal-to-decimal "00002"))
3508 ((char-equal other-write ?-) 0) 3508 ((char-equal other-write ?-) 0)
3509 (t (error "Nineth char `%c' must be one of `w-'" other-write))) 3509 (t (error "Ninth char `%c' must be one of `w-'" other-write)))
3510 (cond 3510 (cond
3511 ((char-equal other-execute-or-sticky ?x) 3511 ((char-equal other-execute-or-sticky ?x)
3512 (tramp-compat-octal-to-decimal "00001")) 3512 (tramp-compat-octal-to-decimal "00001"))
diff --git a/lisp/progmodes/ada-stmt.el b/lisp/progmodes/ada-stmt.el
index e48055c9f50..b33da441eeb 100644
--- a/lisp/progmodes/ada-stmt.el
+++ b/lisp/progmodes/ada-stmt.el
@@ -56,7 +56,7 @@
56;; BUGS: 56;; BUGS:
57;;;> I have the following suggestions for the function template: 1) I 57;;;> I have the following suggestions for the function template: 1) I
58;;;> don't want it automatically assigning it a name for the return variable. I 58;;;> don't want it automatically assigning it a name for the return variable. I
59;;;> never want it to be called "Result" because that is nondescriptive. If you 59;;;> never want it to be called "Result" because that is nondescript. If you
60;;;> must define a variable, give me the ability to specify its name. 60;;;> must define a variable, give me the ability to specify its name.
61;;;> 61;;;>
62;;;> 2) You do not provide a type for variable 'Result'. Its type is the same 62;;;> 2) You do not provide a type for variable 'Result'. Its type is the same
diff --git a/lisp/term.el b/lisp/term.el
index 484bc36363e..47cda9beeed 100644
--- a/lisp/term.el
+++ b/lisp/term.el
@@ -37,8 +37,8 @@
37;; -------------------------------------- 37;; --------------------------------------
38;; 38;;
39;; While the message passing and the colorization surely introduce some 39;; While the message passing and the colorization surely introduce some
40;; overhead this has became so small that IMHO is surely outweighted by 40;; overhead this has became so small that IMHO it is surely outweighed by
41;; the benefits you get but, as usual, YMMV 41;; the benefits you get but, as usual, YMMV.
42;; 42;;
43;; Important caveat, when deciding the cursor/'gray keys' keycodes I had to 43;; Important caveat, when deciding the cursor/'gray keys' keycodes I had to
44;; make a choice: on my Linux box this choice allows me to run all the 44;; make a choice: on my Linux box this choice allows me to run all the
diff --git a/lisp/textmodes/remember.el b/lisp/textmodes/remember.el
index 07a4fae9c30..c184a90dfc2 100644
--- a/lisp/textmodes/remember.el
+++ b/lisp/textmodes/remember.el
@@ -474,7 +474,7 @@ If this is nil, then `diary-file' will be used instead."
474 (replace-match 474 (replace-match
475 (let ((style (if (boundp 'calendar-date-style) 475 (let ((style (if (boundp 'calendar-date-style)
476 calendar-date-style 476 calendar-date-style
477 ;; Don't complain about obsoleteness. 477 ;; Don't complain about obsolescence.
478 (if (with-no-warnings european-calendar-style) 478 (if (with-no-warnings european-calendar-style)
479 'european 479 'european
480 'american)))) 480 'american))))
diff --git a/src/print.c b/src/print.c
index fc36d29da7c..8e4a38c4ae9 100644
--- a/src/print.c
+++ b/src/print.c
@@ -620,7 +620,7 @@ A printed representation of an object is text which describes that object. */)
620 printcharfun = Vprin1_to_string_buffer; 620 printcharfun = Vprin1_to_string_buffer;
621 PRINTPREPARE; 621 PRINTPREPARE;
622 print (object, printcharfun, NILP (noescape)); 622 print (object, printcharfun, NILP (noescape));
623 /* Make Vprin1_to_string_buffer be the default buffer after PRINTFINSH */ 623 /* Make Vprin1_to_string_buffer be the default buffer after PRINTFINISH */
624 PRINTFINISH; 624 PRINTFINISH;
625 } 625 }
626 626