aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorPaul Eggert2011-12-29 18:52:49 -0800
committerPaul Eggert2011-12-29 18:52:49 -0800
commit9858f6c326dfad35733b0dc86231bdd97f2b7703 (patch)
tree74e717ced1fa94d505e3ace360f3c9280bd9b2fa /lisp
parent2cae5ba432fc30042950c073b7ec7807bb98bcde (diff)
downloademacs-9858f6c326dfad35733b0dc86231bdd97f2b7703.tar.gz
emacs-9858f6c326dfad35733b0dc86231bdd97f2b7703.zip
Spelling fixes.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog.72
-rw-r--r--lisp/allout-widgets.el2
-rw-r--r--lisp/cedet/semantic/lex-spp.el2
-rw-r--r--lisp/emacs-lisp/avl-tree.el2
-rw-r--r--lisp/emacs-lisp/bytecomp.el2
-rw-r--r--lisp/frame.el2
-rw-r--r--lisp/gnus/ChangeLog2
-rw-r--r--lisp/gnus/gnus-agent.el2
-rw-r--r--lisp/gnus/gnus-int.el2
-rw-r--r--lisp/gnus/mm-util.el2
-rw-r--r--lisp/gnus/nndiary.el4
-rw-r--r--lisp/gnus/nnir.el2
-rw-r--r--lisp/language/english.el2
-rw-r--r--lisp/mh-e/mh-e.el2
-rw-r--r--lisp/minibuffer.el2
-rw-r--r--lisp/nxml/rng-valid.el2
-rw-r--r--lisp/obsolete/pgg-parse.el2
-rw-r--r--lisp/org/ChangeLog4
-rw-r--r--lisp/org/ob-latex.el2
-rw-r--r--lisp/org/org-exp.el2
-rw-r--r--lisp/play/dunnet.el2
-rw-r--r--lisp/progmodes/cc-engine.el4
-rw-r--r--lisp/progmodes/cc-mode.el8
-rw-r--r--lisp/progmodes/idlwave.el2
-rw-r--r--lisp/progmodes/prolog.el4
-rw-r--r--lisp/speedbar.el2
-rw-r--r--lisp/textmodes/bibtex.el2
-rw-r--r--lisp/textmodes/reftex-vars.el2
-rw-r--r--lisp/textmodes/rst.el2
-rw-r--r--lisp/vc/vc-cvs.el2
-rw-r--r--lisp/vc/vc-mtn.el2
31 files changed, 38 insertions, 38 deletions
diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7
index b05707abe5c..5036cf1fcce 100644
--- a/lisp/ChangeLog.7
+++ b/lisp/ChangeLog.7
@@ -13739,7 +13739,7 @@
13739 (isearch-toggle-specified-input-method): Set the above variables. 13739 (isearch-toggle-specified-input-method): Set the above variables.
13740 (isearch-toggle-input-method): Likewise. 13740 (isearch-toggle-input-method): Likewise.
13741 (isearch-process-search-multibyte-characters): Give 13741 (isearch-process-search-multibyte-characters): Give
13742 iseach-input-method as arg to read-multilingual-string. 13742 isearch-input-method as arg to read-multilingual-string.
13743 13743
13744 * international/mule-cmds.el (read-multilingual-string): Adjusted 13744 * international/mule-cmds.el (read-multilingual-string): Adjusted
13745 for the previous change of variables related to input methods. 13745 for the previous change of variables related to input methods.
diff --git a/lisp/allout-widgets.el b/lisp/allout-widgets.el
index 715879534b0..4a25374d8fe 100644
--- a/lisp/allout-widgets.el
+++ b/lisp/allout-widgets.el
@@ -1635,7 +1635,7 @@ Use this to redecorate only the item, when you know that its
1635situation with respect to siblings, parent, and offspring is 1635situation with respect to siblings, parent, and offspring is
1636unchanged from its last decoration. Use 1636unchanged from its last decoration. Use
1637`allout-decorate-item-and-context' instead to reassess and adjust 1637`allout-decorate-item-and-context' instead to reassess and adjust
1638relevent context, when suitable." 1638relevant context, when suitable."
1639 (if (not (equal (widget-get item-widget :last-decorated-tick) 1639 (if (not (equal (widget-get item-widget :last-decorated-tick)
1640 allout-command-counter)) 1640 allout-command-counter))
1641 (let ((was-modified (buffer-modified-p)) 1641 (let ((was-modified (buffer-modified-p))
diff --git a/lisp/cedet/semantic/lex-spp.el b/lisp/cedet/semantic/lex-spp.el
index cf82da303ce..6b6bf180b1a 100644
--- a/lisp/cedet/semantic/lex-spp.el
+++ b/lisp/cedet/semantic/lex-spp.el
@@ -577,7 +577,7 @@ and what valid VAL values are."
577 (cond 577 (cond
578 ;; CASE 3: Merge symbols together. 578 ;; CASE 3: Merge symbols together.
579 ((eq (semantic-lex-token-class v) 'spp-symbol-merge) 579 ((eq (semantic-lex-token-class v) 'spp-symbol-merge)
580 ;; We need to merge the tokens in the 'text segement together, 580 ;; We need to merge the tokens in the 'text segment together,
581 ;; and produce a single symbol from it. 581 ;; and produce a single symbol from it.
582 (let ((newsym 582 (let ((newsym
583 (mapconcat (lambda (tok) 583 (mapconcat (lambda (tok)
diff --git a/lisp/emacs-lisp/avl-tree.el b/lisp/emacs-lisp/avl-tree.el
index bc1efc118ef..1db12eb94f6 100644
--- a/lisp/emacs-lisp/avl-tree.el
+++ b/lisp/emacs-lisp/avl-tree.el
@@ -31,7 +31,7 @@
31;; deleting, and retrieving data from an AVL tree containing n elements 31;; deleting, and retrieving data from an AVL tree containing n elements
32;; is O(log n). It is somewhat more rigidly balanced than other 32;; is O(log n). It is somewhat more rigidly balanced than other
33;; self-balancing binary trees (such as red-black trees and AA trees), 33;; self-balancing binary trees (such as red-black trees and AA trees),
34;; making insertion slighty slower, deletion somewhat slower, and 34;; making insertion slightly slower, deletion somewhat slower, and
35;; retrieval somewhat faster (the asymptotic scaling is of course the 35;; retrieval somewhat faster (the asymptotic scaling is of course the
36;; same for all types). Thus it may be a good choice when the tree will 36;; same for all types). Thus it may be a good choice when the tree will
37;; be relatively static, i.e. data will be retrieved more often than 37;; be relatively static, i.e. data will be retrieved more often than
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index 29c5f3f092b..8c63428cdf1 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -3725,7 +3725,7 @@ that suppresses all warnings during execution of BODY."
3725(defun byte-compile-if (form) 3725(defun byte-compile-if (form)
3726 (byte-compile-form (car (cdr form))) 3726 (byte-compile-form (car (cdr form)))
3727 ;; Check whether we have `(if (fboundp ...' or `(if (boundp ...' 3727 ;; Check whether we have `(if (fboundp ...' or `(if (boundp ...'
3728 ;; and avoid warnings about the relevent symbols in the consequent. 3728 ;; and avoid warnings about the relevant symbols in the consequent.
3729 (let ((clause (nth 1 form)) 3729 (let ((clause (nth 1 form))
3730 (donetag (byte-compile-make-tag))) 3730 (donetag (byte-compile-make-tag)))
3731 (if (null (nthcdr 3 form)) 3731 (if (null (nthcdr 3 form))
diff --git a/lisp/frame.el b/lisp/frame.el
index af668f80961..3405de651c7 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -396,7 +396,7 @@ there (in decreasing order of priority)."
396 ;; Finally, get rid of the old frame. 396 ;; Finally, get rid of the old frame.
397 (delete-frame frame-initial-frame t)) 397 (delete-frame frame-initial-frame t))
398 398
399 ;; Otherwise, we don't need all that rigamarole; just apply 399 ;; Otherwise, we don't need all that rigmarole; just apply
400 ;; the new parameters. 400 ;; the new parameters.
401 (let (newparms allparms tail) 401 (let (newparms allparms tail)
402 (setq allparms (append initial-frame-alist 402 (setq allparms (append initial-frame-alist
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 1fff67074e7..a6e88088ee4 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -4713,7 +4713,7 @@
47132010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org> 47132010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4714 4714
4715 * nnimap.el (nnimap-request-head): New function. 4715 * nnimap.el (nnimap-request-head): New function.
4716 (nnimap-request-move-article): Try to be slighly faster by not 4716 (nnimap-request-move-article): Try to be slightly faster by not
4717 requesting the entire message when moving. 4717 requesting the entire message when moving.
4718 (nnimap-transform-headers): Don't bug out on bodiless articles. 4718 (nnimap-transform-headers): Don't bug out on bodiless articles.
4719 (nnimap-send-command): Have no outstanding messages if the IMAP server 4719 (nnimap-send-command): Have no outstanding messages if the IMAP server
diff --git a/lisp/gnus/gnus-agent.el b/lisp/gnus/gnus-agent.el
index bf7f31e6392..d268dd7b0c1 100644
--- a/lisp/gnus/gnus-agent.el
+++ b/lisp/gnus/gnus-agent.el
@@ -4031,7 +4031,7 @@ If REREAD is not nil, downloaded articles are marked as unread."
4031 ;; gnus-agent-regenerate-group can remove the article ID of every 4031 ;; gnus-agent-regenerate-group can remove the article ID of every
4032 ;; article (with the exception of the last ID in the list - it's 4032 ;; article (with the exception of the last ID in the list - it's
4033 ;; special) that no longer appears in the overview. In this 4033 ;; special) that no longer appears in the overview. In this
4034 ;; situtation, the last article ID in the list implies that it, 4034 ;; situation, the last article ID in the list implies that it,
4035 ;; and every article ID preceding it, have been fetched from the 4035 ;; and every article ID preceding it, have been fetched from the
4036 ;; server. 4036 ;; server.
4037 4037
diff --git a/lisp/gnus/gnus-int.el b/lisp/gnus/gnus-int.el
index 2e102634727..320a7aa017d 100644
--- a/lisp/gnus/gnus-int.el
+++ b/lisp/gnus/gnus-int.el
@@ -356,7 +356,7 @@ If it is down, start it up (again)."
356 infos data)) 356 infos data))
357 357
358(defun gnus-retrieve-group-data-early (gnus-command-method infos) 358(defun gnus-retrieve-group-data-early (gnus-command-method infos)
359 "Start early async retrival of data from GNUS-COMMAND-METHOD." 359 "Start early async retrieval of data from GNUS-COMMAND-METHOD."
360 (when (stringp gnus-command-method) 360 (when (stringp gnus-command-method)
361 (setq gnus-command-method (gnus-server-to-method gnus-command-method))) 361 (setq gnus-command-method (gnus-server-to-method gnus-command-method)))
362 (funcall (gnus-get-function gnus-command-method 'retrieve-group-data-early) 362 (funcall (gnus-get-function gnus-command-method 'retrieve-group-data-early)
diff --git a/lisp/gnus/mm-util.el b/lisp/gnus/mm-util.el
index 129609df10d..a114fb64ded 100644
--- a/lisp/gnus/mm-util.el
+++ b/lisp/gnus/mm-util.el
@@ -424,7 +424,7 @@ corresponding number of an iso-8859 charset."
424 ;; Cf. http://thread.gmane.org/v9lkng5nwy.fsf@marauder.physik.uni-ulm.de 424 ;; Cf. http://thread.gmane.org/v9lkng5nwy.fsf@marauder.physik.uni-ulm.de
425 "List of IBM codepage numbers. 425 "List of IBM codepage numbers.
426 426
427The codepage mappings slighly differ between IBM and other vendors. 427The codepage mappings slightly differ between IBM and other vendors.
428See \"ftp://ftp.unicode.org/Public/MAPPINGS/VENDORS/IBM/README.TXT\". 428See \"ftp://ftp.unicode.org/Public/MAPPINGS/VENDORS/IBM/README.TXT\".
429 429
430If an element is a number corresponding to a supported windows 430If an element is a number corresponding to a supported windows
diff --git a/lisp/gnus/nndiary.el b/lisp/gnus/nndiary.el
index 29f0695c74e..b0c31907d96 100644
--- a/lisp/gnus/nndiary.el
+++ b/lisp/gnus/nndiary.el
@@ -71,7 +71,7 @@
71 71
72;; * nndiary-get-new-mail, nndiary-mail-source and nndiary-split-methods: 72;; * nndiary-get-new-mail, nndiary-mail-source and nndiary-split-methods:
73;; NNDiary has some experimental parts, in the sense Gnus normally uses only 73;; NNDiary has some experimental parts, in the sense Gnus normally uses only
74;; one mail back ends for mail retreival and splitting. This back end is 74;; one mail back ends for mail retrieval and splitting. This back end is
75;; also an attempt to make it behave differently. For Gnus developers: as 75;; also an attempt to make it behave differently. For Gnus developers: as
76;; you can see if you snarf into the code, that was not a very difficult 76;; you can see if you snarf into the code, that was not a very difficult
77;; thing to do. Something should be done about the respooling breakage 77;; thing to do. Something should be done about the respooling breakage
@@ -224,7 +224,7 @@ The hooks will be called with the article in the current buffer."
224(defvoo nndiary-get-new-mail nil 224(defvoo nndiary-get-new-mail nil
225 "Whether nndiary gets new mail and split it. 225 "Whether nndiary gets new mail and split it.
226Contrary to traditional mail back ends, this variable can be set to t 226Contrary to traditional mail back ends, this variable can be set to t
227even if your primary mail back end also retreives mail. In such a case, 227even if your primary mail back end also retrieves mail. In such a case,
228NDiary uses its own mail-sources and split-methods.") 228NDiary uses its own mail-sources and split-methods.")
229 229
230(defvoo nndiary-nov-is-evil nil 230(defvoo nndiary-nov-is-evil nil
diff --git a/lisp/gnus/nnir.el b/lisp/gnus/nnir.el
index 3d0fc78dca7..ceeaeda9309 100644
--- a/lisp/gnus/nnir.el
+++ b/lisp/gnus/nnir.el
@@ -304,7 +304,7 @@ is `(valuefunc member)'."
304;;; User Customizable Variables: 304;;; User Customizable Variables:
305 305
306(defgroup nnir nil 306(defgroup nnir nil
307 "Search groups in Gnus with assorted seach engines." 307 "Search groups in Gnus with assorted search engines."
308 :group 'gnus) 308 :group 'gnus)
309 309
310(defcustom nnir-ignored-newsgroups "" 310(defcustom nnir-ignored-newsgroups ""
diff --git a/lisp/language/english.el b/lisp/language/english.el
index dd96d38a197..44201755589 100644
--- a/lisp/language/english.el
+++ b/lisp/language/english.el
@@ -30,7 +30,7 @@
30 30
31;; We need nothing special to support English on Emacs. Selecting 31;; We need nothing special to support English on Emacs. Selecting
32;; English as a language environment is one of the ways to reset 32;; English as a language environment is one of the ways to reset
33;; various multilingual environment to the original settting. 33;; various multilingual environment to the original setting.
34 34
35;;; Code: 35;;; Code:
36 36
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el
index 77ff914b0cc..9d0ece0f505 100644
--- a/lisp/mh-e/mh-e.el
+++ b/lisp/mh-e/mh-e.el
@@ -342,7 +342,7 @@ Name of the Previous sequence.")
342 "Non-nil means that we have \"flists\".") 342 "Non-nil means that we have \"flists\".")
343 343
344(defvar mh-index-data-file ".mhe_index" 344(defvar mh-index-data-file ".mhe_index"
345 "MH-E specific file where index seach info is stored.") 345 "MH-E specific file where index search info is stored.")
346 346
347(defvar mh-letter-header-field-regexp "^\\([A-Za-z][A-Za-z0-9-]*\\):") 347(defvar mh-letter-header-field-regexp "^\\([A-Za-z][A-Za-z0-9-]*\\):")
348 348
diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el
index 11e195d4f7f..d9a2f976acd 100644
--- a/lisp/minibuffer.el
+++ b/lisp/minibuffer.el
@@ -2672,7 +2672,7 @@ the same set of elements."
2672 mergedpat)) 2672 mergedpat))
2673 ;; New pos from the start. 2673 ;; New pos from the start.
2674 (newpos (length (completion-pcm--pattern->string pointpat))) 2674 (newpos (length (completion-pcm--pattern->string pointpat)))
2675 ;; Do it afterwards because it changes `pointpat' by sideeffect. 2675 ;; Do it afterwards because it changes `pointpat' by side effect.
2676 (merged (completion-pcm--pattern->string (nreverse mergedpat)))) 2676 (merged (completion-pcm--pattern->string (nreverse mergedpat))))
2677 2677
2678 (setq suffix (completion--merge-suffix merged newpos suffix)) 2678 (setq suffix (completion--merge-suffix merged newpos suffix))
diff --git a/lisp/nxml/rng-valid.el b/lisp/nxml/rng-valid.el
index 1f69f5d7bf3..c0bad849735 100644
--- a/lisp/nxml/rng-valid.el
+++ b/lisp/nxml/rng-valid.el
@@ -570,7 +570,7 @@ Return t if there is work to do, nil otherwise."
570 (rng-clear-cached-state remove-start (1- pos))) 570 (rng-clear-cached-state remove-start (1- pos)))
571 ;; sync up with cached validation state 571 ;; sync up with cached validation state
572 (setq continue nil) 572 (setq continue nil)
573 ;; do this before settting rng-validate-up-to-date-end 573 ;; do this before setting rng-validate-up-to-date-end
574 ;; in case we get a quit 574 ;; in case we get a quit
575 (rng-mark-xmltok-errors) 575 (rng-mark-xmltok-errors)
576 (rng-mark-xmltok-dependent-regions) 576 (rng-mark-xmltok-dependent-regions)
diff --git a/lisp/obsolete/pgg-parse.el b/lisp/obsolete/pgg-parse.el
index 3d4539d9466..4e086e0d8aa 100644
--- a/lisp/obsolete/pgg-parse.el
+++ b/lisp/obsolete/pgg-parse.el
@@ -53,7 +53,7 @@
53 53
54(defcustom pgg-parse-symmetric-key-algorithm-alist 54(defcustom pgg-parse-symmetric-key-algorithm-alist
55 '((1 . IDEA) (2 . 3DES) (4 . CAST5) (5 . SAFER-SK128)) 55 '((1 . IDEA) (2 . 3DES) (4 . CAST5) (5 . SAFER-SK128))
56 "Alist of the assigned number to the simmetric key algorithm." 56 "Alist of the assigned number to the symmetric key algorithm."
57 :group 'pgg-parse 57 :group 'pgg-parse
58 :type '(repeat 58 :type '(repeat
59 (cons (sexp :tag "Number") (sexp :tag "Type")))) 59 (cons (sexp :tag "Number") (sexp :tag "Type"))))
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 6f835c7bfa4..ac328d10910 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -322,7 +322,7 @@
3222011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> 3222011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
323 323
324 * org-capture.el (org-capture): If no file is associated to 324 * org-capture.el (org-capture): If no file is associated to
325 current buffer, check dired buffer and try to retreive a possibly 325 current buffer, check dired buffer and try to retrieve a possibly
326 directory associated. 326 directory associated.
327 327
3282011-07-28 Eric Schulte <schulte.eric@gmail.com> 3282011-07-28 Eric Schulte <schulte.eric@gmail.com>
@@ -948,7 +948,7 @@
9482011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> 9482011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
949 949
950 * org-latex.el (org-export-latex-preprocess): Rely on 950 * org-latex.el (org-export-latex-preprocess): Rely on
951 `org-export-footnotes-markers' to retreive definition of the 951 `org-export-footnotes-markers' to retrieve definition of the
952 current footnote during export. 952 current footnote during export.
953 953
9542011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> 9542011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
diff --git a/lisp/org/ob-latex.el b/lisp/org/ob-latex.el
index c27ca33080a..731d83096d8 100644
--- a/lisp/org/ob-latex.el
+++ b/lisp/org/ob-latex.el
@@ -171,7 +171,7 @@ Extracted from `org-export-as-pdf' in org-latex.el."
171 pdffile))) 171 pdffile)))
172 172
173(defun org-babel-prep-session:latex (session params) 173(defun org-babel-prep-session:latex (session params)
174 "Return an error because LaTeX doesn't support sesstions." 174 "Return an error because LaTeX doesn't support sessions."
175 (error "LaTeX does not support sessions")) 175 (error "LaTeX does not support sessions"))
176 176
177(provide 'ob-latex) 177(provide 'ob-latex)
diff --git a/lisp/org/org-exp.el b/lisp/org/org-exp.el
index 35a51649452..20275714a0e 100644
--- a/lisp/org/org-exp.el
+++ b/lisp/org/org-exp.el
@@ -2290,7 +2290,7 @@ TYPE must be a string, any of:
2290 (plist-get org-export-opt-plist 2290 (plist-get org-export-opt-plist
2291 (intern (concat ":" key))))) 2291 (intern (concat ":" key)))))
2292 (save-match-data 2292 (save-match-data
2293 ;; If arguments are provided, first retreive them properly 2293 ;; If arguments are provided, first retrieve them properly
2294 ;; (in ARGS, as a list), then replace them in VAL. 2294 ;; (in ARGS, as a list), then replace them in VAL.
2295 (when args 2295 (when args
2296 (setq args (org-split-string args ",") args2 nil) 2296 (setq args (org-split-string args ",") args2 nil)
diff --git a/lisp/play/dunnet.el b/lisp/play/dunnet.el
index 696442ee8cb..36f405eedc7 100644
--- a/lisp/play/dunnet.el
+++ b/lisp/play/dunnet.el
@@ -2183,7 +2183,7 @@ A hole leads north."
2183 nil nil nil nil nil 2183 nil nil nil nil nil
2184 (list obj-box) ;; stair-landing 2184 (list obj-box) ;; stair-landing
2185 nil nil nil 2185 nil nil nil
2186 (list obj-axe) ;; smal-crawlspace 2186 (list obj-axe) ;; small-crawlspace
2187 nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil 2187 nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil
2188 nil nil nil nil nil 2188 nil nil nil nil nil
2189 (list obj-special) ;; fourth-vermont-intersection 2189 (list obj-special) ;; fourth-vermont-intersection
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el
index 0865ddfed69..57ee3943bbe 100644
--- a/lisp/progmodes/cc-engine.el
+++ b/lisp/progmodes/cc-engine.el
@@ -2153,14 +2153,14 @@ comment at the start of cc-engine.el for more info."
2153 (if (> pos c-state-nonlit-pos-cache-limit) 2153 (if (> pos c-state-nonlit-pos-cache-limit)
2154 (setq c-state-nonlit-pos-cache-limit pos)) 2154 (setq c-state-nonlit-pos-cache-limit pos))
2155 pos)))) 2155 pos))))
2156 2156
2157(defun c-state-literal-at (here) 2157(defun c-state-literal-at (here)
2158 ;; If position HERE is inside a literal, return (START . END), the 2158 ;; If position HERE is inside a literal, return (START . END), the
2159 ;; boundaries of the literal (which may be outside the accessible bit of the 2159 ;; boundaries of the literal (which may be outside the accessible bit of the
2160 ;; buffer). Otherwise, return nil. 2160 ;; buffer). Otherwise, return nil.
2161 ;; 2161 ;;
2162 ;; This function is almost the same as `c-literal-limits'. Previously, it 2162 ;; This function is almost the same as `c-literal-limits'. Previously, it
2163 ;; differed in that it was a lower level function, and that it rigourously 2163 ;; differed in that it was a lower level function, and that it rigorously
2164 ;; followed the syntax from BOB. `c-literal-limits' is now (2011-12) 2164 ;; followed the syntax from BOB. `c-literal-limits' is now (2011-12)
2165 ;; virtually identical to this function. 2165 ;; virtually identical to this function.
2166 (save-restriction 2166 (save-restriction
diff --git a/lisp/progmodes/cc-mode.el b/lisp/progmodes/cc-mode.el
index 1bc0741b0aa..bf7d6bfed12 100644
--- a/lisp/progmodes/cc-mode.el
+++ b/lisp/progmodes/cc-mode.el
@@ -1102,7 +1102,7 @@ Note that the style variables are always made local to the buffer."
1102 ;; nested. 1102 ;; nested.
1103 ;; 1103 ;;
1104 ;; This function is called indirectly from font locking stuff - either from 1104 ;; This function is called indirectly from font locking stuff - either from
1105 ;; c-after-change (to prepare for after-change font-lockng) or from font 1105 ;; c-after-change (to prepare for after-change font-locking) or from font
1106 ;; lock context (etc.) fontification. 1106 ;; lock context (etc.) fontification.
1107 (let ((lit-limits (c-literal-limits)) 1107 (let ((lit-limits (c-literal-limits))
1108 (new-pos pos) 1108 (new-pos pos)
@@ -1165,7 +1165,7 @@ Note that the style variables are always made local to the buffer."
1165 ;; 1165 ;;
1166 ;; 1166 ;;
1167 ;; void myfunc(T* p) {} 1167 ;; void myfunc(T* p) {}
1168 ;; 1168 ;;
1169 ;; Type a space in the first blank line, and the fontification of the next 1169 ;; Type a space in the first blank line, and the fontification of the next
1170 ;; line was fouled up by context fontification. 1170 ;; line was fouled up by context fontification.
1171 (let ((new-beg beg) (new-end end) new-region) 1171 (let ((new-beg beg) (new-end end) new-region)
@@ -1180,10 +1180,10 @@ Note that the style variables are always made local to the buffer."
1180 c-before-context-fontification-functions)))) 1180 c-before-context-fontification-functions))))
1181 (funcall c-standard-font-lock-fontify-region-function 1181 (funcall c-standard-font-lock-fontify-region-function
1182 new-beg new-end verbose))) 1182 new-beg new-end verbose)))
1183 1183
1184(defun c-after-font-lock-init () 1184(defun c-after-font-lock-init ()
1185 ;; Put on `font-lock-mode-hook'. This function ensures our after-change 1185 ;; Put on `font-lock-mode-hook'. This function ensures our after-change
1186 ;; function will get excuted before the font-lock one. Amongst other 1186 ;; function will get executed before the font-lock one. Amongst other
1187 ;; things. 1187 ;; things.
1188 (remove-hook 'after-change-functions 'c-after-change t) 1188 (remove-hook 'after-change-functions 'c-after-change t)
1189 (add-hook 'after-change-functions 'c-after-change nil t) 1189 (add-hook 'after-change-functions 'c-after-change nil t)
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el
index 6ce415b563d..9bc4af2a072 100644
--- a/lisp/progmodes/idlwave.el
+++ b/lisp/progmodes/idlwave.el
@@ -7855,7 +7855,7 @@ Restore the pre-completion window configuration if possible."
7855If point is on a keyword, help for that keyword will be shown. If 7855If point is on a keyword, help for that keyword will be shown. If
7856point is on a routine name or in the argument list of a routine, help 7856point is on a routine name or in the argument list of a routine, help
7857for that routine will be displayed. Works for system routines and 7857for that routine will be displayed. Works for system routines and
7858keywords, it pulls up text help. For other routies and keywords, 7858keywords, it pulls up text help. For other routines and keywords,
7859visits the source file, finding help in the header (if 7859visits the source file, finding help in the header (if
7860`idlwave-help-source-try-header' is non-nil) or the routine definition 7860`idlwave-help-source-try-header' is non-nil) or the routine definition
7861itself." 7861itself."
diff --git a/lisp/progmodes/prolog.el b/lisp/progmodes/prolog.el
index 0efc2ca231b..389746e2850 100644
--- a/lisp/progmodes/prolog.el
+++ b/lisp/progmodes/prolog.el
@@ -3262,7 +3262,7 @@ STRING should be given if the last search was by `string-match' on STRING."
3262(defun prolog-clause-start (&optional not-allow-methods) 3262(defun prolog-clause-start (&optional not-allow-methods)
3263 "Return the position at the start of the head of the current clause. 3263 "Return the position at the start of the head of the current clause.
3264If NOTALLOWMETHODS is non-nil then do not match on methods in 3264If NOTALLOWMETHODS is non-nil then do not match on methods in
3265objects (relevent only if 'prolog-system' is set to 'sicstus)." 3265objects (relevant only if 'prolog-system' is set to 'sicstus)."
3266 (save-excursion 3266 (save-excursion
3267 (let ((notdone t) 3267 (let ((notdone t)
3268 (retval (point-min))) 3268 (retval (point-min)))
@@ -3328,7 +3328,7 @@ objects (relevent only if 'prolog-system' is set to 'sicstus)."
3328(defun prolog-clause-end (&optional not-allow-methods) 3328(defun prolog-clause-end (&optional not-allow-methods)
3329 "Return the position at the end of the current clause. 3329 "Return the position at the end of the current clause.
3330If NOTALLOWMETHODS is non-nil then do not match on methods in 3330If NOTALLOWMETHODS is non-nil then do not match on methods in
3331objects (relevent only if 'prolog-system' is set to 'sicstus)." 3331objects (relevant only if 'prolog-system' is set to 'sicstus)."
3332 (save-excursion 3332 (save-excursion
3333 (beginning-of-line) ; Necessary since we use "^...." for the search. 3333 (beginning-of-line) ; Necessary since we use "^...." for the search.
3334 (if (re-search-forward 3334 (if (re-search-forward
diff --git a/lisp/speedbar.el b/lisp/speedbar.el
index efe7832aca6..33b76e7658e 100644
--- a/lisp/speedbar.el
+++ b/lisp/speedbar.el
@@ -3063,7 +3063,7 @@ a function if appropriate."
3063 (let* ((speedbar-frame (speedbar-current-frame)) 3063 (let* ((speedbar-frame (speedbar-current-frame))
3064 (fn (get-text-property (point) 'speedbar-function)) 3064 (fn (get-text-property (point) 'speedbar-function))
3065 (tok (get-text-property (point) 'speedbar-token)) 3065 (tok (get-text-property (point) 'speedbar-token))
3066 ;; The 1-,+ is safe because scaning starts AFTER the point 3066 ;; The 1-,+ is safe because scanning starts AFTER the point
3067 ;; specified. This lets the search include the character the 3067 ;; specified. This lets the search include the character the
3068 ;; cursor is on. 3068 ;; cursor is on.
3069 (tp (previous-single-property-change 3069 (tp (previous-single-property-change
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el
index 8df2e81c723..16b83802d1f 100644
--- a/lisp/textmodes/bibtex.el
+++ b/lisp/textmodes/bibtex.el
@@ -5140,7 +5140,7 @@ Return the URL or nil if none can be generated."
5140 (message "No URL known.")) 5140 (message "No URL known."))
5141 url))) 5141 url)))
5142 5142
5143;; We could combine multiple seach results with set operations 5143;; We could combine multiple search results with set operations
5144;; AND, OR, MINUS, and NOT. Would this be useful? 5144;; AND, OR, MINUS, and NOT. Would this be useful?
5145;; How complicated are searches in real life? 5145;; How complicated are searches in real life?
5146;; We could also have other searches such as "publication year newer than...". 5146;; We could also have other searches such as "publication year newer than...".
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el
index 1b503c78afd..bca07324d19 100644
--- a/lisp/textmodes/reftex-vars.el
+++ b/lisp/textmodes/reftex-vars.el
@@ -1750,7 +1750,7 @@ The option is ignored when `reftex-use-fonts' is nil."
1750(defcustom reftex-highlight-selection 'cursor 1750(defcustom reftex-highlight-selection 'cursor
1751 "*Non-nil mean, highlight selected text in selection and *toc* buffers. 1751 "*Non-nil mean, highlight selected text in selection and *toc* buffers.
1752Normally, the text near the cursor is the selected text, and it is 1752Normally, the text near the cursor is the selected text, and it is
1753highlighted. This is the entry most keys in the selction and *toc* 1753highlighted. This is the entry most keys in the selection and *toc*
1754buffers act on. However, if you mainly use the mouse to select an 1754buffers act on. However, if you mainly use the mouse to select an
1755item, you may find it nice to have mouse-triggered highlighting 1755item, you may find it nice to have mouse-triggered highlighting
1756instead or as well. The variable may have one of these values: 1756instead or as well. The variable may have one of these values:
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el
index f2dba1575c2..88983e7c98a 100644
--- a/lisp/textmodes/rst.el
+++ b/lisp/textmodes/rst.el
@@ -2348,7 +2348,7 @@ of (COLUMN-NUMBER . LINE) pairs."
2348 )) 2348 ))
2349 2349
2350(defun rst-shift-region-right (pfxarg) 2350(defun rst-shift-region-right (pfxarg)
2351 "Indent region ridigly, by a few characters to the right. 2351 "Indent region rigidly, by a few characters to the right.
2352This function first computes all possible alignment columns by 2352This function first computes all possible alignment columns by
2353inspecting the lines preceding the region for bulleted or 2353inspecting the lines preceding the region for bulleted or
2354enumerated list items. If the leftmost column is beyond the 2354enumerated list items. If the leftmost column is beyond the
diff --git a/lisp/vc/vc-cvs.el b/lisp/vc/vc-cvs.el
index 7d6c3caf7ff..5506b701102 100644
--- a/lisp/vc/vc-cvs.el
+++ b/lisp/vc/vc-cvs.el
@@ -319,7 +319,7 @@ its parents."
319 (unless (or (not rev) (vc-cvs-valid-revision-number-p rev)) 319 (unless (or (not rev) (vc-cvs-valid-revision-number-p rev))
320 (if (not (vc-cvs-valid-symbolic-tag-name-p rev)) 320 (if (not (vc-cvs-valid-symbolic-tag-name-p rev))
321 (error "%s is not a valid symbolic tag name" rev) 321 (error "%s is not a valid symbolic tag name" rev)
322 ;; If the input revison is a valid symbolic tag name, we create it 322 ;; If the input revision is a valid symbolic tag name, we create it
323 ;; as a branch, commit and switch to it. 323 ;; as a branch, commit and switch to it.
324 (apply 'vc-cvs-command nil 0 files "tag" "-b" (list rev)) 324 (apply 'vc-cvs-command nil 0 files "tag" "-b" (list rev))
325 (apply 'vc-cvs-command nil 0 files "update" "-r" (list rev)) 325 (apply 'vc-cvs-command nil 0 files "update" "-r" (list rev))
diff --git a/lisp/vc/vc-mtn.el b/lisp/vc/vc-mtn.el
index f49ad09b5d7..0a0d4d4d1de 100644
--- a/lisp/vc/vc-mtn.el
+++ b/lisp/vc/vc-mtn.el
@@ -193,7 +193,7 @@ If nil, use the value of `vc-diff-switches'. If t, use no switches."
193 (unless contents-done 193 (unless contents-done
194 (vc-mtn-command nil 0 file "revert"))) 194 (vc-mtn-command nil 0 file "revert")))
195 195
196;; (defun vc-mtn-roolback (files) 196;; (defun vc-mtn-rollback (files)
197;; ) 197;; )
198 198
199(defun vc-mtn-print-log (files buffer &optional shortlog start-revision limit) 199(defun vc-mtn-print-log (files buffer &optional shortlog start-revision limit)