]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos
authorStefan Kangas <stefankangas@gmail.com>
Fri, 23 Dec 2022 17:21:10 +0000 (18:21 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Mon, 26 Dec 2022 09:42:02 +0000 (10:42 +0100)
(cherry picked from commit a5d39e11443fa30c8e8bc58254a1a59550dcd99e)

34 files changed:
ChangeLog.3
admin/git-bisect-start
doc/emacs/maintaining.texi
doc/lispref/ChangeLog.1
doc/lispref/display.texi
doc/lispref/tips.texi
doc/misc/ChangeLog.1
doc/misc/cc-mode.texi
etc/ORG-NEWS
etc/PROBLEMS
lisp/ChangeLog.14
lisp/ChangeLog.7
lisp/cedet/ChangeLog.1
lisp/gnus/ChangeLog.3
lisp/mail/rmailsum.el
lisp/mh-e/mh-search.el
lisp/net/tramp-sh.el
lisp/org/ChangeLog.1
lisp/org/org-element.el
lisp/org/org-faces.el
lisp/org/org-fold-core.el
lisp/progmodes/cc-engine.el
lisp/progmodes/idlw-help.el
lisp/progmodes/python.el
lisp/replace.el
lisp/sort.el
src/dispextern.h
src/haikufns.c
src/itree.c
src/xfaces.c
src/xterm.c
test/lisp/gnus/mml-sec-resources/trustlist.txt
test/lisp/progmodes/cperl-mode-resources/fontify-punctuation-vars.pl
test/lisp/progmodes/cperl-mode-tests.el

index 4b3507bae3149ea201696c8fc7f5ddedc46784ec..bff2f7a66d96da864eae08c310056f383003717f 100644 (file)
 
        * lisp/follow.el (follow-scroll-down): Do away with the optimization of doing
        vertical-motion over only one window.  Instead move over all windows, to
-       checck for being close to point-min, and setting point accordingly.
+       check for being close to point-min, and setting point accordingly.
 
 2021-11-13  Eli Zaretskii  <eliz@gnu.org>
 
 
        Allow for adding constraints targeting blocks with multiple predecessors
 
-       This commit remove the limitaiton we had not being able to add
+       This commit remove the limitation we had not being able to add
        constraints derived from conditional branches to basic blocks with
        multiple predecessors.  When this condition is verified we add a new
        dedicated basic block to hold the constraints.
        According to RFC 3986 it should be percent-encoded and thus should not
        contain spaces. However, there are HTTP server implementation (notably
        nginx) that do not do that. This makes Emacs url-http.el behave like
-       most other HTTP client implementatios. Also remove the stripping of
+       most other HTTP client implementations. Also remove the stripping of
        angle bracket quotes as they are not valid according to the RFCs.
 
 2020-07-19  Satoshi Nakagawa  <ghnacker@gmail.com>  (tiny change)
        itself and reevaluates it in each stop to yield an address.
        We also add a warning (a red bold exclamation mark) on the header line
        when the content of the page doesn't represent the memory location
-       user requested for.  That happends when some error occurs in
+       user requested for.  That happens when some error occurs in
        evaluating the address, and we display the last successfully displayed
        memory page.
        * lisp/progmodes/gdb-mi.el (gdb-memory-address-expression)
        Sometimes, when finding files with icomplete-mode, backward-deleting
        the previous word or sexp (to move up a directory) doesn't actually
        refresh the file list of the new directory.  Forcing redisplay in
-       icomplete-exhibit misteriously fixes the problem.
+       icomplete-exhibit mysteriously fixes the problem.
 
        * lisp/icomplete.el (icomplete-exhibit): Add call to redisplay.
 
        * lisp/delim-col.el: Use lexical-binding.
 
        * test/lisp/delim-col-tests.el: New file.
-       (delim-col-tests-delimit-colummns-before-after)
+       (delim-col-tests-delimit-columns-before-after)
        (delim-col-tests-delimit-columns)
        (delim-col-tests-delimit-columns-format/nil)
        (delim-col-tests-delimit-columns-format/padding)
        Fixes: Bug#31951
 
        * lisp/server.el (server-save-buffers-kill-terminal): Only pass
-       PRED=t to save-some-bufers if ARG in non-nil.
+       PRED=t to save-some-buffers if ARG in non-nil.
 
 2018-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
 
        (ses-define-if-new-local-printer): New defsubst.
        (ses-center, ses-center-span, ses-dashfill)
        (ses-dashfill-span, ses-tildefill-span): Allow to pass printer
-       as an optional argument to superseed column printer/default
+       as an optional argument to supersede column printer/default
        spreadsheet printer.
        (ses-prin1): New defun.
 
index 945d4901c1b69a812010668d843d83b09b19c53c..227ea0ba059d8890f13d3b36c13e1224fa803a12 100755 (executable)
@@ -66,7 +66,7 @@ $REAL_GIT bisect start "$@"
 ## already on master.  In other words, it is the parent of the merge
 ## commit for which 'git rev-list --max-parents=0 <commit>' does not
 ## include ce5584125c44a1a2fbb46e810459c50b227a95e2 (which is the root
-## commit of the Emacs respository).
+## commit of the Emacs repository).
 
 for C in $(cat $0 | grep '^# SKIP-BRANCH ' | sed 's/^# SKIP-BRANCH //')
 do
index 9ebb044652cbf1cd8731cb54a723aeb692c713bc..cd3244a912290479f985623619392228bfa3dc63 100644 (file)
@@ -3166,7 +3166,7 @@ Most projects with a certain amount of users track bug reports in some
 issue tracking software which assigns each report a unique and short
 number or identifier.  Those are used to reference a given bug, e.g.,
 in a source code comment above the code fixing some bug, in
-documentation files, or in discussions on some mailinglist or IRC
+documentation files, or in discussions on some mailing list or IRC
 channel.
 
 @findex bug-reference-mode
index 82840aed1d68ed325605b8b84dd827c4aef02d26..361e816bc37f3f1e6daa7d5c18b88f5a5b323c20 100644 (file)
 
        * backups.texi (Making Backups):
        * modes.texi (Example Major Modes): Use recommended coding style.
-       (Major Mode Basics, Derived Modes): Encourge more strongly use of
+       (Major Mode Basics, Derived Modes): Encourage more strongly use of
        define-derived-mode.  Mention completion-at-point-functions.
 
 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
index e67b99b769c4de6b9a570434545fa03ab992e3e1..3743499454805bb719a8c1dfa9367b82d4f94bee 100644 (file)
@@ -6294,7 +6294,7 @@ embedding large images, comparing to @code{svg-embed}, because all the
 work is done directly by librsvg.
 
 @lisp
-;; Embeding /tmp/subdir/rms.jpg and /tmp/another/rms.jpg
+;; Embedding /tmp/subdir/rms.jpg and /tmp/another/rms.jpg
 (svg-embed-base-uri-image svg "subdir/rms.jpg"
            :width "100px" :height "100px"
            :x "50px" :y "75px")
index 3a1f6de12b2b5a43942cd1bcd7d5e88966ed593f..3216a3539582ea97f85c3d0814af8964cfd41141 100644 (file)
@@ -804,7 +804,7 @@ Finally, to create a hyperlink to URLs, write the single-quoted URL,
 preceded by @samp{URL}.  For example,
 
 @smallexample
-The GNU project wesite has more information (see URL
+The GNU project website has more information (see URL
 `https://www.gnu.org/').
 @end smallexample
 
index 1c5e7c1e2fdd2dd852d7f3cc92f9ab828ddd27fa..cd3f599b934db10bd28a7d8df57b9cdaa3c8abb9 100644 (file)
        (Built-in table editor): Document M-e and M-a navigate
        inside table field.
        (Stuck projects): Docment that projects identified as
-       un-stuck will still be searchd for stuck sub-projects.
+       un-stuck will still be searched for stuck sub-projects.
        (Paragraphs): Document centering.
        (Creating timestamps, Agenda commands): Document new
        behavior when changing time stamps.
index a8f5248c4c8e2ea7eba10d9bd943803e37abb28f..eee8463a0fa28fca0dafa8b1aedea2597b746ac1 100644 (file)
@@ -7149,7 +7149,7 @@ If you add more directives to this variable, or remove directives from
 it, whilst ``indent to body'' is active, you need to re-enable the
 feature by calling @code{c-toggle-cpp-indent-to-body} for these
 changes to take effect@footnote{Note that the removal of directives
-doesn't work satisfactorally on XEmacs or on very old versions of
+doesn't work satisfactorily on XEmacs or on very old versions of
 Emacs}.
 @end defopt
 
index 67889c0b1098ef0cc1e32ab056fc3afd4cd05247..6c50469d4d87d85de8cd5ca357c3a9ce0ab56bbe 100644 (file)
@@ -733,7 +733,7 @@ following snippet to allow multiple different ID formats in Org files.
           (and (or (org-uuidgen-p id)
                   (string-match-p "[0-9a-z]\\{12\\}" id))
               (org-attach-id-uuid-folder-format id)))
-        ;; When ID looks like a timestap-based ID. Group by year-month
+        ;; When ID looks like a timestamp-based ID. Group by year-month
         ;; folders.
         (lambda (id)
           (and (string-match-p "[0-9]\\{8\\}T[0-9]\\{6\\}\.[0-9]\\{6\\}" id)
@@ -5431,9 +5431,9 @@ doing computation.
 
 There are now three lookup functions:
 
-- [[doc:org-loopup-first][org-loopup-first]]
-- [[doc:org-loopup-last][org-loopup-last]]
-- [[doc:org-loopup-all][org-loopup-all]]
+- [[doc:org-lookup-first][org-lookup-first]]
+- [[doc:org-lookup-last][org-lookup-last]]
+- [[doc:org-lookup-all][org-lookup-all]]
 
 See [[https://orgmode.org/org.html#Lookup-functions][the manual]] for details.
 *** Startup keywords
index 634480cce7d1cf755fbf50bee43c5a632296d6b9..c560f9246dd9904de2c59ebf5ebdc81af27db577 100644 (file)
@@ -3173,7 +3173,7 @@ something like the following in your init file:
 
 ** Native Compilation on macOS
 
-Native complitation requires the libgccjit library to be installed and
+Native compilation requires the libgccjit library to be installed and
 its path available to Emacs.  Errors such as:
 
     libgccjit.so: error: error invoking gcc driver
index eae47fe19857b2bcf5803dbbc3398a2b3f560fdc..1ce11c11adf35dd4a0dee91be7c155270fe38dd5 100644 (file)
 
 2008-10-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
-       * ps-print.el: Deal with page sizes for label printes.  Suggested by
+       * ps-print.el: Deal with page sizes for label printers.  Suggested by
        Friedrich Delgado Friedrichs <friedel@nomaden.org>.
        (ps-print-version): New version 7.3.3.
        (ps-page-dimensions-database): New page sizes for label printers.
 
        * replace.el (query-replace, query-replace-regexp)
        (replace-string, replace-regexp, perform-replace): Add "word"
-       indicatiors to the prompt for word delimited replacements.
+       indicators to the prompt for word delimited replacements.
 
        * replace.el (read-regexp): Rename arg `default' to `default-value'.
        Doc fix.
index 91b8d474224446b4ebad770d9725112c972fc580..83143f733604a9f4a0f8fee27953069eb56c0b8f 100644 (file)
        * simple.el (current-word): Ignore text properties.
 
        * edebug.el (edebug-sit-for-seconds): New variable.
-       (edebug-display): Use that variable to control amt of time.
+       (edebug-display): Use that variable to control amount of time.
 
 1997-06-22  Morten Welinder  <terra@diku.dk>
 
index 78275f4db3a6e8a0d8107427716630734cc1de40..a3a1034e0898cd40b72a3fbaa73f233e63c0123b 100644 (file)
        modes, and merge the tables together in :tables from :modetables.
        (srecode-make-mode-table): Init :modetables.
        (srecode-mode-table-find): Search in modetables.
-       (srecode-mode-table-new): Merge the differet files into the
+       (srecode-mode-table-new): Merge the different files into the
        modetables slot.
 
 2012-10-01  David Engster  <deng@randomsample.de>
index 8c1073dc8dbe69e4bea716ab7b76d400f310d816..bf64780799df2bdd6e8e4d12c5a6d739e143d884 100644 (file)
 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
-       where the dribbel file lives exists.
+       where the dribble file lives exists.
 
        * message.el (message-send-mail-partially-limit): Change the default to
        nil, since most people don't want this.
index d63e05f5fa2baec050a59436443aa4552baf5a38..20362d39d10b2ce8ea6be442a426f4513559dece 100644 (file)
@@ -339,7 +339,7 @@ First element is ignored.")
        (split-string header "[ \f\t\n\r\v,;]+"))))
 
 (defun rmail-summary-fill-message-parents-and-descs-vectors ()
-  "Fill parents and descendats vectors for messages.
+  "Fill parents and descendants vectors for messages.
 This populates `rmail-summary-message-parents-vector'
 and `rmail-summary-message-descendants-vector'."
   (with-current-buffer rmail-buffer
index 058ea4499fdc0c22e7f9faea598fc0c65cb7245a..1b28509dd128647d93e0fd2e6931e8554afc94e8 100644 (file)
@@ -292,7 +292,7 @@ folder containing the index search results."
                                     (cons folder msg)))))
                  folder-results-map)
 
-        ;; Vist the results folder.
+        ;; Visit the results folder.
         (mh-visit-folder index-folder () (list folder-results-map origin-map))
 
         (goto-char (point-min))
index 6087f16431e643bc4d09cf7d258b5391b6c38ece..ac5de22cb845dff0ea5ffccc0913fd15792d8b55 100644 (file)
@@ -2829,7 +2829,7 @@ the result will be a local, non-Tramp, file name."
   (when (zerop (length name)) (setq name "."))
   ;; On MS Windows, some special file names are not returned properly
   ;; by `file-name-absolute-p'.  If `tramp-syntax' is `simplified',
-  ;; there could be the falso positive "/:".
+  ;; there could be the false positive "/:".
   (if (or (and (eq system-type 'windows-nt)
               (string-match-p
                (tramp-compat-rx bol (| (: alpha ":") (: (literal null-device) eol)))
index 4f51c6a1ebb77ce737e445c7f52115bfa57a3277..e72526c3edc88239ae747c6ca50f501ef952fd5c 100644 (file)
        * org.el (org-adaptive-fill-function): Remove occasional spurious
        space character when auto-filling.
 
-       * org.el (org-mode): Call external initalizers.  Now both filling
+       * org.el (org-mode): Call external initializers.  Now both filling
        code and comments code have their own independent part in org.el.
        (org-setup-filling): Rename from `org-set-autofill-regexps'.
        (org-setup-comments-handling): New function.
 
        * ob-python.el (org-babel-python-evaluate-session): Introduced a
        new local function for sending input with a slight delay to allow
-       pythong to re-draw the prompt.  No longer removing newlines inside
+       python to re-draw the prompt.  No longer removing newlines inside
        code block bodies (was due to a defective regexp).
 
 2011-07-28  Bastien Guerry  <bzg@gnu.org>
 
        * ob-lisp.el (org-babel-execute:lisp): Turn vectors into lists
        before reading by elisp.
-       (org-bable-lisp-vector-to-list): Stub of a vector->list function,
+       (org-babel-lisp-vector-to-list): Stub of a vector->list function,
        should be replaced with a cl-vector->el-vector function.
 
 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
        inserted at the correct position.
 
        * org-publish.el (org-publish-project-alist)
-       (org-publish-projects, org-publish-org-index): Change default anme
+       (org-publish-projects, org-publish-org-index): Change default name
        for the index of file names to "sitemap.org".
 
        * org-latex.el (org-export-latex-tables):
index e049c65d6bfaa300f46b1c85782bfe855597914d..ace1cc1a984730ad986a50bc5ac97ffcf5601687 100644 (file)
@@ -7272,18 +7272,18 @@ Each element indicates the latest `org-element--cache-change-tic' when
 change did not contain gaps.")
 
 ;;;###autoload
-(defun org-element-cache-reset (&optional all no-persistance)
+(defun org-element-cache-reset (&optional all no-persistence)
   "Reset cache in current buffer.
 When optional argument ALL is non-nil, reset cache in all Org
 buffers.
-When optional argument NO-PERSISTANCE is non-nil, do not try to update
+When optional argument NO-PERSISTENCE is non-nil, do not try to update
 the cache persistence in the buffer."
   (interactive "P")
   (dolist (buffer (if all (buffer-list) (list (current-buffer))))
     (org-with-base-buffer buffer
       (when (and org-element-use-cache (derived-mode-p 'org-mode))
         ;; Only persist cache in file buffers.
-        (when (and (buffer-file-name) (not no-persistance))
+        (when (and (buffer-file-name) (not no-persistence))
           (when (not org-element-cache-persistent)
             (org-persist-unregister 'org-element--headline-cache (current-buffer))
             (org-persist-unregister 'org-element--cache (current-buffer)))
index 0effa13a1d67e47876f18fae21adb10e1457a7a9..b3ee17ccdf6766c716085d00e5009b4ce82c4273 100644 (file)
@@ -517,7 +517,7 @@ content of these blocks will still be treated as Org syntax."
 (defface org-agenda-structure-filter '((t (:inherit (org-warning org-agenda-structure))))
   "Face used for the current type of task filter in the agenda.
 It inherits from `org-agenda-structure' so it can adapt to
-it (e.g. if that is assigned a diffent font height or family)."
+it (e.g. if that is assigned a different font height or family)."
   :group 'org-faces)
 
 (defface org-agenda-date '((t (:inherit org-agenda-structure)))
index ffa689d4fa1c906ec2cfe40e82c74dfd64234779..c4d78496e556f93f35b6961fe6bc5f2e4c842aab 100644 (file)
 
 ;; All the folding specs can be specified by symbol representing their
 ;; name.  However, this is not always convenient, especially if the
-;; same spec can be used for fold different syntaxical structures.
+;; same spec can be used for fold different syntactical structures.
 ;; Any folding spec can be additionally referenced by a symbol listed
 ;; in the spec's `:alias' folding spec property.  For example, Org
 ;; mode's `org-fold-outline' folding spec can be referenced as any
 ;; all the processing related to buffer modifications.
 
 ;; The library also provides a way to unfold the text after some
-;; destructive changes breaking syntaxical structure of the buffer.
+;; destructive changes breaking syntactical structure of the buffer.
 ;; For example, Org mode automatically reveals folded drawers when the
-;; drawer becomes syntaxically incorrect:
+;; drawer becomes syntactically incorrect:
 ;; ------- before modification -------
 ;; :DRAWER:<begin fold>
 ;; Some folded text inside drawer
@@ -321,7 +321,7 @@ following symbols:
   functions relying on this package might not be able to unfold the
   edited text.  For example, removed leading stars from a folded
   headline in Org mode will break visibility cycling since Org mode
-  will not be avare that the following folded text belonged to
+  will not be aware that the following folded text belonged to
   headline.
 
 - `ignore-modification-checks': Do not try to detect insertions in the
index edb873f5a6238781e6583922d5725f41bc756735..2198f3115a5e23b5e170c3525315a9397dc6c90f 100644 (file)
@@ -7757,7 +7757,7 @@ multi-line strings (but not C++, for example)."
                               (1- (match-end 1)) ; 1- For the inserted ".
                             eoll))))
 
-             ;; ...and clear `syntax-table' text propertes from the
+             ;; ...and clear `syntax-table' text properties from the
              ;; following raw strings.
              (c-depropertize-ml-strings-in-region (point) (1+ eoll)))
          ;; Remove the temporary string delimiter.
index a19abf77e5f1ab5cf4aa67813089ec9ed3a0a51a..51afb7e48506e8d39423c8a4dfc7bb9bcabe3240 100644 (file)
@@ -269,7 +269,7 @@ Scrolling:          SPC  DEL  RET
 Text Searches:      Inside Topic: Use Emacs search functions
 Exit:               [q]uit or mouse button 3 will kill the frame
 
-When the hep text is a source file, the following commands are available
+When the help text is a source file, the following commands are available
 
 Fontification:      [F]ontify the buffer like source code
 Jump:               [h] to function doclib header
index d383fa57c04154ce5e5efd5f75bc843789957673..0cd0c6c225aa9bdd4aa982c2f0cf544ab3eab98c 100644 (file)
@@ -4540,7 +4540,7 @@ Commands that must finish the tracking session are listed in
   (when (and python-pdbtrack-tracked-buffer
              ;; Empty input is sent by C-d or `comint-send-eof'
              (or (string-empty-p input)
-                 ;; "n some text" is "n" command for pdb. Split input and get firs part
+                 ;; "n some text" is "n" command for pdb. Split input and get first part
                  (let* ((command (car (split-string (string-trim input) " "))))
                    (setq python-pdbtrack-prev-command-continue
                          (or (member command python-pdbtrack-continue-command)
index 302cb65543b6ffdbbad24436de3baad79513c20f..cebe779ae4c7966861e4f072082743d4959a5db3 100644 (file)
@@ -1692,7 +1692,7 @@ contents of the line; it normally shows the line number.  \(For
 multiline matches, the prefix column shows the line number for the
 first line and whitespace for the rest of the lines.\)
 If this face will display the same as the default face, the prefix
-column will not be highlighted speciall."
+column will not be highlighted specially."
   :type 'face
   :group 'matching
   :version "24.4")
index d04f075abd14cbd1811c8d808e94ee41ab9d8c33..b66d6453d21ad866630070c0dc8c5ba51961d345 100644 (file)
@@ -86,7 +86,7 @@ second key.  If PREDICATE is nil, comparison is done with `<' if
 the keys are numbers, with `compare-buffer-substrings' if the
 keys are cons cells (the car and cdr of each cons cell are taken
 as start and end positions), and with `string<' otherwise."
-  ;; Heuristically try to avoid messages if sorting a small amt of text.
+  ;; Heuristically try to avoid messages if sorting a small amount of text.
   (let ((messages (> (- (point-max) (point-min)) 50000)))
     (save-excursion
       (if messages (message "Finding sort keys..."))
index df6134e68f05078f2a5f3cda8a380bbad814c282..e6c4270bebdbda6aa369cdf2c06b52419a57ef79 100644 (file)
@@ -107,7 +107,7 @@ typedef struct
 {
   int width, height;           /* size of image */
   char *data;                  /* pointer to image data */
-  int bytes_per_line;          /* accelarator to next line */
+  int bytes_per_line;          /* accelerator to next line */
   int bits_per_pixel;          /* bits per pixel (ZPixmap) */
 } *Emacs_Pix_Container;
 typedef Emacs_Pix_Container Emacs_Pixmap;
@@ -1712,7 +1712,7 @@ struct face
 
   /* Non-zero means characters in this face have a box of that
      thickness around them. Vertical (left and right) and horizontal
-     (top and bottom) borders size can be set separatedly using an
+     (top and bottom) borders size can be set separately using an
      associated list of two ints in the form
      (vertical_size . horizontal_size). In case one of the value is
      negative, its absolute value indicates the thickness, and the
index 5717d0354f89047c1bd443f28f34a2865a08479b..ea12a144888ade138475d1f6d22bb6ecd8a8b96d 100644 (file)
@@ -3245,7 +3245,7 @@ syms_of_haikufns (void)
 
   DEFVAR_LISP ("haiku-allowed-ui-colors", Vhaiku_allowed_ui_colors,
               doc: /* Vector of UI colors that Emacs can look up from the system.
-If this is set up incorrectly, Emacs can crash when encoutering an
+If this is set up incorrectly, Emacs can crash when encountering an
 invalid color.  */);
   Vhaiku_allowed_ui_colors = Qnil;
 
index 975f3a8e4fbe83ee58fb527fb15a204fc341ac25..f582a6112a70eda145bc5ec1634a1ed0e4cdff35 100644 (file)
@@ -85,7 +85,7 @@ along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */
    this narrowing is O(K*log(N)) where K is the size of the result
    set.  If we are interested in finding the node in a range with the
    smallest END, we might have to examine all K nodes in that range.
-   In the case of the *-overlay-channge functions, K may well be equal
+   In the case of the *-overlay-change functions, K may well be equal
    to N.
 
    Ideally, a tree based data structure for overlays would have
index be4a7ca71ccf20422f87b76f78083f5c0e5f59e7..663386dc25bdcbcffa51f9777e8ba5ca38a6cfe4 100644 (file)
@@ -7280,7 +7280,7 @@ syms_of_xfaces (void)
   DEFVAR_BOOL ("face-filters-always-match", face_filters_always_match,
     doc: /* Non-nil means that face filters are always deemed to match.
 This variable is intended for use only by code that evaluates
-the "specifity" of a face specification and should be let-bound
+the "specificity" of a face specification and should be let-bound
 only for this purpose.  */);
 
   DEFVAR_LISP ("face--new-frame-defaults", Vface_new_frame_defaults,
index 44fad6e8d59082bb981b999c73798ec37892c91c..a4ce228e9e6f540c03d274fd423a740bf7373389 100644 (file)
@@ -4513,7 +4513,7 @@ x_dnd_send_position (struct frame *f, Window target, Window toplevel,
      maintained by the original author of the protocol specifies it
      for all versions.  Since at least one program supports these
      flags, but uses protocol v4 (and not v5), set them for all
-     protocool versions.  */
+     protocol versions.  */
   if (button >= 4 && button <= 7)
     {
       msg.xclient.data.l[1] |= (1 << 10);
index f886572d28398a32de75c4f29b9d8cf5c3714c4b..947ec5261997e45d64e03ebeae6ffae14e17ea72 100644 (file)
@@ -2,7 +2,7 @@
 # well as empty lines are ignored.  Lines have a length limit but this
 # is not a serious limitation as the format of the entries is fixed and
 # checked by gpg-agent.  A non-comment line starts with optional white
-# space, followed by the SHA-1 fingerpint in hex, followed by a flag
+# space, followed by the SHA-1 fingerprint in hex, followed by a flag
 # which may be one of 'P', 'S' or '*' and optionally followed by a list of
 # other flags.  The fingerprint may be prefixed with a '!' to mark the
 # key as not trusted.  You should give the gpg-agent a HUP or run the
index fa328438cb1587d864cb4a40c14eb57475418330..6d3f478595e328b3b7f095a2cf3c0b2e261e7c4d 100644 (file)
@@ -1,4 +1,4 @@
-# The following Perl punctiation variables contain characters which
+# The following Perl punctuation variables contain characters which
 # are classified as string delimiters in the syntax table.  The mode
 # should not be confused by these.
 # The corresponding tests check that two consecutive '#' characters
index 1bb206e7040820507118fb03b666e4a5199e6765..96615c193831177ae66b8d9506009116bc3692f6 100644 (file)
@@ -114,7 +114,7 @@ end of the statement."
 ;;; Fontification tests
 
 (ert-deftest cperl-test-fontify-punct-vars ()
-  "Test fontification of Perl's punctiation variables.
+  "Test fontification of Perl's punctuation variables.
 Perl has variable names containing unbalanced quotes for the list
 separator $\" and pre- and postmatch $` and $'.  A reference to
 these variables, for example \\$\", should not cause the dollar