aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2014-01-09 23:10:37 -0800
committerPaul Eggert2014-01-09 23:10:37 -0800
commit06827ec8428b897a38dc0532ee3d2070ae07aba1 (patch)
tree506e150528a6192807e1db37fa82846a1d27752e
parentdad6fae7481c35aa1ff9491f789b860aaa898dec (diff)
downloademacs-06827ec8428b897a38dc0532ee3d2070ae07aba1.tar.gz
emacs-06827ec8428b897a38dc0532ee3d2070ae07aba1.zip
Spelling fixes.
* mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro. * woman.el (woman-mark-horizontal-position): Rename from woman-mark-horizonal-position. Use changed.
-rw-r--r--doc/misc/autotype.texi2
-rw-r--r--doc/misc/calc.texi4
-rw-r--r--doc/misc/gnus.texi4
-rw-r--r--doc/misc/idlwave.texi2
-rw-r--r--etc/ORG-NEWS2
-rw-r--r--etc/echo.msg3
-rw-r--r--lisp/ChangeLog7
-rw-r--r--lisp/cedet/semantic/bovine/c.el4
-rw-r--r--lisp/cedet/srecode/map.el4
-rw-r--r--lisp/emacs-lisp/eieio-opt.el2
-rw-r--r--lisp/mail/uce.el2
-rw-r--r--lisp/mail/unrmail.el4
-rw-r--r--lisp/progmodes/verilog-mode.el4
-rw-r--r--lisp/term/README2
-rw-r--r--lisp/textmodes/tex-mode.el2
-rw-r--r--lisp/woman.el4
-rw-r--r--msdos/inttypes.h2
-rw-r--r--nt/inc/inttypes.h2
-rw-r--r--src/font.c2
-rw-r--r--test/indent/pascal.pas2
20 files changed, 33 insertions, 27 deletions
diff --git a/doc/misc/autotype.texi b/doc/misc/autotype.texi
index aacf4fad83e..7ca860486c2 100644
--- a/doc/misc/autotype.texi
+++ b/doc/misc/autotype.texi
@@ -302,7 +302,7 @@ of the same name as the command and can thus be overridden from your
302 Various characters usually appear in pairs. When, for example, you insert 302 Various characters usually appear in pairs. When, for example, you insert
303an open parenthesis, no matter whether you are programming or writing prose, 303an open parenthesis, no matter whether you are programming or writing prose,
304you will surely enter a closing one later. By entering both at the same time 304you will surely enter a closing one later. By entering both at the same time
305and leaving the cursor inbetween, Emacs can guarantee you that such 305and leaving the cursor in between, Emacs can guarantee you that such
306parentheses are always balanced. And if you have a non-qwerty keyboard, where 306parentheses are always balanced. And if you have a non-qwerty keyboard, where
307typing some of the stranger programming language symbols makes you bend your 307typing some of the stranger programming language symbols makes you bend your
308fingers backwards, this can be quite relieving too. 308fingers backwards, this can be quite relieving too.
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi
index 10c863a9513..1700aee9dc1 100644
--- a/doc/misc/calc.texi
+++ b/doc/misc/calc.texi
@@ -28053,8 +28053,8 @@ radiation related to the cesium-133 atom. The only SI unit that is not
28053based on a fundamental physical process (although there are efforts to 28053based on a fundamental physical process (although there are efforts to
28054change this) is the kilogram, which was originally defined as the mass 28054change this) is the kilogram, which was originally defined as the mass
28055of one liter of water, but is now defined as the mass of the 28055of one liter of water, but is now defined as the mass of the
28056International Prototype Kilogram (IPK), a cylinder of platinum-iridium 28056international prototype of the kilogram (IPK), a cylinder of platinum-iridium
28057kept at the Bureau International des Poids et Mesures in S@`evres, 28057kept at the Bureau international des poids et mesures in S@`evres,
28058France. (There are several copies of the IPK throughout the world.) 28058France. (There are several copies of the IPK throughout the world.)
28059The British imperial units, once defined in terms of physical objects, 28059The British imperial units, once defined in terms of physical objects,
28060were redefined in 1963 in terms of SI units. The US customary units, 28060were redefined in 1963 in terms of SI units. The US customary units,
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 376d2a0ad26..6ad0c26f9ac 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -10229,8 +10229,8 @@ summary buffer, point will just move to this article.
10229If given a positive numerical prefix, fetch that many articles back into 10229If given a positive numerical prefix, fetch that many articles back into
10230the ancestry. If given a negative numerical prefix, fetch just that 10230the ancestry. If given a negative numerical prefix, fetch just that
10231ancestor. So if you say @kbd{3 ^}, Gnus will fetch the parent, the 10231ancestor. So if you say @kbd{3 ^}, Gnus will fetch the parent, the
10232grandparent and the grandgrandparent of the current article. If you say 10232grandparent and the great-grandparent of the current article. If you say
10233@kbd{-3 ^}, Gnus will only fetch the grandgrandparent of the current 10233@kbd{-3 ^}, Gnus will only fetch the great-grandparent of the current
10234article. 10234article.
10235 10235
10236@item A R (Summary) 10236@item A R (Summary)
diff --git a/doc/misc/idlwave.texi b/doc/misc/idlwave.texi
index a6940781ca7..c4719dcd039 100644
--- a/doc/misc/idlwave.texi
+++ b/doc/misc/idlwave.texi
@@ -591,7 +591,7 @@ slightly from the margin and use only 3 spaces as indentation between
591 591
592Restart Emacs, and re-indent the program we developed in the first part 592Restart Emacs, and re-indent the program we developed in the first part
593of this tutorial with @kbd{C-c h} and @kbd{C-M-\}. You may want to keep 593of this tutorial with @kbd{C-c h} and @kbd{C-M-\}. You may want to keep
594these lines in @file{.emacs}, with values adjusted to your likings. If 594these lines in @file{.emacs}, with values adjusted to your liking. If
595you want to get more information about any of these variables, type, 595you want to get more information about any of these variables, type,
596e.g., @kbd{C-h v idlwave-main-block-indent @key{RET}}. To find which 596e.g., @kbd{C-h v idlwave-main-block-indent @key{RET}}. To find which
597variables can be customized, look for items marked @samp{User Option:} 597variables can be customized, look for items marked @samp{User Option:}
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index a0ed5c9e338..c74506ce3ac 100644
--- a/etc/ORG-NEWS
+++ b/etc/ORG-NEWS
@@ -1062,7 +1062,7 @@ See http://orgmode.org/elpa/
1062 | =k= | | [[doc::org-agenda-capture][org-agenda-capture]] | 1062 | =k= | | [[doc::org-agenda-capture][org-agenda-capture]] |
1063 | C-c , | , | [[doc::org-priority][org-priority]] | 1063 | C-c , | , | [[doc::org-priority][org-priority]] |
1064 1064
1065** New package and Babel langage 1065** New package and Babel language
1066 1066
1067*** =org-eshell.el= by Konrad Hinsen is now in Org 1067*** =org-eshell.el= by Konrad Hinsen is now in Org
1068 1068
diff --git a/etc/echo.msg b/etc/echo.msg
index 00a94b7ae97..53d051f85ef 100644
--- a/etc/echo.msg
+++ b/etc/echo.msg
@@ -69,7 +69,7 @@ DESCRIPTION
69 69
70 -i emulate IBM OS/VU (recursive universes not supported) 70 -i emulate IBM OS/VU (recursive universes not supported)
71 71
72 -I emulate IBM VTOS 3.7.6 (chronosynclastic infundibulae 72 -I emulate IBM VTOS 3.7.6 (chronosynclastic infundibula
73 supported with restrictions documented in IBM VTOS 73 supported with restrictions documented in IBM VTOS
74 74
75 75
@@ -207,4 +207,3 @@ AUTHOR
207 207
208 208
209Printed 10/28/85 18 January 1983 3 209Printed 10/28/85 18 January 1983 3
210
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7fecb6b58c3..aae582bfff2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12014-01-10 Paul Eggert <eggert@cs.ucla.edu>
2
3 Spelling fixes.
4 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
5 * woman.el (woman-mark-horizontal-position):
6 Rename from woman-mark-horizonal-position. Use changed.
7
12014-01-10 Glenn Morris <rgm@gnu.org> 82014-01-10 Glenn Morris <rgm@gnu.org>
2 9
3 * info.el (info-initialize): If running uninstalled, ensure our 10 * info.el (info-initialize): If running uninstalled, ensure our
diff --git a/lisp/cedet/semantic/bovine/c.el b/lisp/cedet/semantic/bovine/c.el
index 8627abc5b9e..e4f239b14a9 100644
--- a/lisp/cedet/semantic/bovine/c.el
+++ b/lisp/cedet/semantic/bovine/c.el
@@ -504,7 +504,7 @@ code to parse."
504 (let ((eval-form (eval parsedtokelist))) 504 (let ((eval-form (eval parsedtokelist)))
505 (if (or (not eval-form) 505 (if (or (not eval-form)
506 (and (numberp eval-form) 506 (and (numberp eval-form)
507 (equal eval-form 0)));; ifdefline resulted in false 507 (equal eval-form 0)));; ifdef line resulted in false
508 508
509 ;; The if indicates to skip this preprocessor section 509 ;; The if indicates to skip this preprocessor section
510 (let ((pt nil)) 510 (let ((pt nil))
@@ -1242,7 +1242,7 @@ Use `semantic-analyze-current-tag' to debug this fcn."
1242 (setq scope (semantic-calculate-scope)) 1242 (setq scope (semantic-calculate-scope))
1243 1243
1244 (setq allhits (semantic--analyze-refs-full-lookup tag scope t)) 1244 (setq allhits (semantic--analyze-refs-full-lookup tag scope t))
1245 1245
1246 (when (or (zerop (semanticdb-find-result-length allhits)) 1246 (when (or (zerop (semanticdb-find-result-length allhits))
1247 (and (= (semanticdb-find-result-length allhits) 1) 1247 (and (= (semanticdb-find-result-length allhits) 1)
1248 (eq (car (semanticdb-find-result-nth allhits 0)) tag))) 1248 (eq (car (semanticdb-find-result-nth allhits 0)) tag)))
diff --git a/lisp/cedet/srecode/map.el b/lisp/cedet/srecode/map.el
index fc286c915dc..31ea7101504 100644
--- a/lisp/cedet/srecode/map.el
+++ b/lisp/cedet/srecode/map.el
@@ -80,7 +80,7 @@ Each app keys to an alist of files and modes (as above.)")
80 ans)) 80 ans))
81 81
82(defmethod srecode-map-entry-for-app ((map srecode-map) app) 82(defmethod srecode-map-entry-for-app ((map srecode-map) app)
83 "Return the entry in MAP for APP'lication." 83 "Return the entry in MAP for APP."
84 (assoc app (oref map apps)) 84 (assoc app (oref map apps))
85 ) 85 )
86 86
@@ -137,7 +137,7 @@ Return non-nil if the MAP was changed."
137 dirty)) 137 dirty))
138 138
139(defmethod srecode-map-delete-file-entry-from-app ((map srecode-map) file app) 139(defmethod srecode-map-delete-file-entry-from-app ((map srecode-map) file app)
140 "Delete from MAP the FILE entry within the APP'lication." 140 "Delete from MAP the FILE entry within the APP."
141 (let* ((appe (srecode-map-entry-for-app map app)) 141 (let* ((appe (srecode-map-entry-for-app map app))
142 (fentry (assoc file (cdr appe)))) 142 (fentry (assoc file (cdr appe))))
143 (setcdr appe (delete fentry (cdr appe)))) 143 (setcdr appe (delete fentry (cdr appe))))
diff --git a/lisp/emacs-lisp/eieio-opt.el b/lisp/emacs-lisp/eieio-opt.el
index 127c25540fa..8e43eff2b83 100644
--- a/lisp/emacs-lisp/eieio-opt.el
+++ b/lisp/emacs-lisp/eieio-opt.el
@@ -124,7 +124,7 @@ If CLASS is actually an object, then also display current values of that object.
124 ;; Describe all the methods specific to this class. 124 ;; Describe all the methods specific to this class.
125 (let ((methods (eieio-all-generic-functions class)) 125 (let ((methods (eieio-all-generic-functions class))
126 (type [":STATIC" ":BEFORE" ":PRIMARY" ":AFTER"]) 126 (type [":STATIC" ":BEFORE" ":PRIMARY" ":AFTER"])
127 counter doc argshl dochl) 127 counter doc)
128 (when methods 128 (when methods
129 (insert (propertize "Specialized Methods:\n\n" 'face 'bold)) 129 (insert (propertize "Specialized Methods:\n\n" 'face 'bold))
130 (while methods 130 (while methods
diff --git a/lisp/mail/uce.el b/lisp/mail/uce.el
index c4816209d34..a6e2513c8c9 100644
--- a/lisp/mail/uce.el
+++ b/lisp/mail/uce.el
@@ -279,7 +279,7 @@ You might need to set `uce-mail-reader' before using this."
279 (goto-char (point-min))) 279 (goto-char (point-min)))
280 ;; Now find the mail hub that first accepted this message. 280 ;; Now find the mail hub that first accepted this message.
281 ;; This should try to find the last Received: header. 281 ;; This should try to find the last Received: header.
282 ;; Sometimes there may be other headers inbetween Received: headers. 282 ;; Sometimes there may be other headers in between Received: headers.
283 (cond ((eq uce-mail-reader 'gnus) 283 (cond ((eq uce-mail-reader 'gnus)
284 ;; Does Gnus always have Lines: in the end? 284 ;; Does Gnus always have Lines: in the end?
285 (re-search-forward "^Lines:") 285 (re-search-forward "^Lines:")
diff --git a/lisp/mail/unrmail.el b/lisp/mail/unrmail.el
index e1559578dee..8a9d5106176 100644
--- a/lisp/mail/unrmail.el
+++ b/lisp/mail/unrmail.el
@@ -52,12 +52,12 @@ Therefore any lines in the message bodies that start with \"From \"
52must be quoted. The `mboxo' format just prepends a \">\" to such lines. 52must be quoted. The `mboxo' format just prepends a \">\" to such lines.
53This is not reversible, because given a line starting with \">From \" in 53This is not reversible, because given a line starting with \">From \" in
54an mboxo file, it is not possible to know whether the original had a \">\" 54an mboxo file, it is not possible to know whether the original had a \">\"
55or not. The `mxbord' format avoids this by also quoting \">From \" as 55or not. The `mboxrd' format avoids this by also quoting \">From \" as
56\">>From \", and so on. For this reason, mboxrd is recommended. 56\">>From \", and so on. For this reason, mboxrd is recommended.
57 57
58See also `rmail-mbox-format'." 58See also `rmail-mbox-format'."
59 :type '(choice (const mboxrd) 59 :type '(choice (const mboxrd)
60 (const mboxro)) 60 (const mboxo))
61 :version "24.4" 61 :version "24.4"
62 :group 'rmail-files) 62 :group 'rmail-files)
63 63
diff --git a/lisp/progmodes/verilog-mode.el b/lisp/progmodes/verilog-mode.el
index 6408afb6af2..ee5f8cb046b 100644
--- a/lisp/progmodes/verilog-mode.el
+++ b/lisp/progmodes/verilog-mode.el
@@ -10509,8 +10509,8 @@ DIFFPT. This function is called via `verilog-diff-function'."
10509 10509
10510(defun verilog-diff-auto () 10510(defun verilog-diff-auto ()
10511 "Expand AUTOs in a temporary buffer and indicate any change. 10511 "Expand AUTOs in a temporary buffer and indicate any change.
10512Whitespace differences are ignored to determine identicalness, but 10512Whitespace is ignored when detecting differences, but once a
10513once a difference is detected, whitespace differences may be shown. 10513difference is detected, whitespace differences may be shown.
10514 10514
10515To call this from the command line, see \\[verilog-batch-diff-auto]. 10515To call this from the command line, see \\[verilog-batch-diff-auto].
10516 10516
diff --git a/lisp/term/README b/lisp/term/README
index 3f8ff8c0d62..b8756c3873d 100644
--- a/lisp/term/README
+++ b/lisp/term/README
@@ -55,7 +55,7 @@ are listed in src/term.c; look for the string `keys' in that file.
55terminal mode as on an X console. If there are differences, you can bet 55terminal mode as on an X console. If there are differences, you can bet
56they'll frustrate you after you've forgotten about them. 56they'll frustrate you after you've forgotten about them.
57 57
58 For another, the X keysms provide a standard set of names that Emacs knows 58 For another, the X keysyms provide a standard set of names that Emacs knows
59about. It tries to bind many of them to useful things at startup, before your 59about. It tries to bind many of them to useful things at startup, before your
60.emacs is read (so you can override them). In some ways, the X keysym standard 60.emacs is read (so you can override them). In some ways, the X keysym standard
61is a admittedly poor one; it's incomplete, and not well matched to the set of 61is a admittedly poor one; it's incomplete, and not well matched to the set of
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el
index 3d53dfb765f..a1a3e16a5aa 100644
--- a/lisp/textmodes/tex-mode.el
+++ b/lisp/textmodes/tex-mode.el
@@ -2803,7 +2803,7 @@ There might be text before point."
2803 (t 2803 (t
2804 (let ((col (current-column))) 2804 (let ((col (current-column)))
2805 (if (or (not (eq (char-syntax (or (char-after pos) ?\s)) ?\()) 2805 (if (or (not (eq (char-syntax (or (char-after pos) ?\s)) ?\())
2806 ;; Can't be an arg if there's an empty line inbetween. 2806 ;; Can't be an arg if there's an empty line in between.
2807 (save-excursion (re-search-forward "^[ \t]*$" pos t))) 2807 (save-excursion (re-search-forward "^[ \t]*$" pos t)))
2808 ;; If the first char was not an open-paren, there's 2808 ;; If the first char was not an open-paren, there's
2809 ;; a risk that this is really not an argument to the 2809 ;; a risk that this is really not an argument to the
diff --git a/lisp/woman.el b/lisp/woman.el
index 87ebf415a02..7100e4b61cf 100644
--- a/lisp/woman.el
+++ b/lisp/woman.el
@@ -2300,7 +2300,7 @@ Currently set only from '\" t in the first line of the source file.")
2300 2300
2301 ;; Process \k escapes BEFORE changing tab width (?): 2301 ;; Process \k escapes BEFORE changing tab width (?):
2302 (goto-char from) 2302 (goto-char from)
2303 (woman-mark-horizonal-position) 2303 (woman-mark-horizontal-position)
2304 2304
2305 ;; Set buffer-local variables: 2305 ;; Set buffer-local variables:
2306 (setq fill-column woman-fill-column 2306 (setq fill-column woman-fill-column
@@ -3452,7 +3452,7 @@ Format paragraphs upto TO. Supports special chars.
3452Each element has the form (KEY VALUE . INC) -- inc may be nil. 3452Each element has the form (KEY VALUE . INC) -- inc may be nil.
3453Also bound locally in `woman2-roff-buffer'.") 3453Also bound locally in `woman2-roff-buffer'.")
3454 3454
3455(defun woman-mark-horizonal-position () 3455(defun woman-mark-horizontal-position ()
3456 "\\kx -- Store current horizontal position in INPUT LINE in register x." 3456 "\\kx -- Store current horizontal position in INPUT LINE in register x."
3457 (while (re-search-forward "\\\\k\\(.\\)" nil t) 3457 (while (re-search-forward "\\\\k\\(.\\)" nil t)
3458 (goto-char (match-beginning 0)) 3458 (goto-char (match-beginning 0))
diff --git a/msdos/inttypes.h b/msdos/inttypes.h
index 47cfdaeea33..9f59d4e1a2e 100644
--- a/msdos/inttypes.h
+++ b/msdos/inttypes.h
@@ -1,4 +1,4 @@
1/* Replacement inntypes.h file for building GNU Emacs on MS-DOS with DJGPP. 1/* Replacement inttypes.h file for building GNU Emacs on MS-DOS with DJGPP.
2 2
3Copyright (C) 2011-2014 Free Software Foundation, Inc. 3Copyright (C) 2011-2014 Free Software Foundation, Inc.
4 4
diff --git a/nt/inc/inttypes.h b/nt/inc/inttypes.h
index 9dfc7feda02..e6d18f3861f 100644
--- a/nt/inc/inttypes.h
+++ b/nt/inc/inttypes.h
@@ -1,4 +1,4 @@
1/* Replacement inntypes.h file for building GNU Emacs on Windows with MSVC. 1/* Replacement inttypes.h file for building GNU Emacs on Windows with MSVC.
2 2
3Copyright (C) 2011-2014 Free Software Foundation, Inc. 3Copyright (C) 2011-2014 Free Software Foundation, Inc.
4 4
diff --git a/src/font.c b/src/font.c
index cb0a28a524b..fa097c7d7e6 100644
--- a/src/font.c
+++ b/src/font.c
@@ -4429,7 +4429,7 @@ where
4429 LANGSYS is a symbol specifying a langsys tag of OpenType, 4429 LANGSYS is a symbol specifying a langsys tag of OpenType,
4430 GSUB and GPOS, if non-nil, are lists of symbols specifying feature tags. 4430 GSUB and GPOS, if non-nil, are lists of symbols specifying feature tags.
4431 4431
4432If LANGYS is nil, the default langsys is selected. 4432If LANGSYS is nil, the default langsys is selected.
4433 4433
4434The features are applied in the order they appear in the list. The 4434The features are applied in the order they appear in the list. The
4435symbol `*' means to apply all available features not present in this 4435symbol `*' means to apply all available features not present in this
diff --git a/test/indent/pascal.pas b/test/indent/pascal.pas
index 1ae22d369d1..4b3be7cf57c 100644
--- a/test/indent/pascal.pas
+++ b/test/indent/pascal.pas
@@ -688,7 +688,7 @@ var
688 NoSound; 688 NoSound;
689 RestoreTerminalClearCRT; 689 RestoreTerminalClearCRT;
690 WriteLn (StdErr, 'You''re trying to kill me. Since I have break checking turned off,'); 690 WriteLn (StdErr, 'You''re trying to kill me. Since I have break checking turned off,');
691 WriteLn (StdErr, 'I''m not dying, but I''ll do you a favour and terminate now.'); 691 WriteLn (StdErr, 'I''m not dying, but I''ll do you a favor and terminate now.');
692 Halt (3) 692 Halt (3)
693 end; 693 end;
694 694