]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos
authorStefan Kangas <stefankangas@gmail.com>
Sun, 20 Nov 2022 11:59:39 +0000 (12:59 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 20 Nov 2022 11:59:39 +0000 (12:59 +0100)
65 files changed:
ChangeLog.3
admin/cus-test.el
admin/grammars/srecode-template.wy
admin/last-chance.el
admin/notes/bug-triage
doc/misc/ede.texi
doc/misc/org.org
doc/misc/srecode.texi
etc/NEXTSTEP
etc/themes/dichromacy-theme.el
lisp/ChangeLog.12
lisp/ChangeLog.15
lisp/ChangeLog.16
lisp/cedet/ChangeLog.1
lisp/cedet/ede/makefile-edit.el
lisp/cedet/ede/proj.el
lisp/cedet/ede/project-am.el
lisp/cedet/semantic.el
lisp/cedet/semantic/analyze/fcn.el
lisp/cedet/semantic/bovine/c.el
lisp/cedet/semantic/complete.el
lisp/cedet/semantic/db-ebrowse.el
lisp/cedet/semantic/db-find.el
lisp/cedet/semantic/decorate/include.el
lisp/cedet/semantic/edit.el
lisp/cedet/semantic/idle.el
lisp/cedet/semantic/scope.el
lisp/cedet/semantic/symref/list.el
lisp/cedet/semantic/util-modes.el
lisp/cedet/srecode/document.el
lisp/cedet/srecode/extract.el
lisp/cedet/srecode/semantic.el
lisp/emacs-lisp/checkdoc.el
lisp/emacs-lisp/package-vc.el
lisp/erc/ChangeLog.1
lisp/eshell/esh-proc.el
lisp/gnus/mml.el
lisp/mail/feedmail.el
lisp/mail/rfc6068.el
lisp/mail/rmail.el
lisp/mail/supercite.el
lisp/man.el
lisp/org/ChangeLog.1
lisp/progmodes/eglot.el
lisp/progmodes/hideshow.el
lisp/progmodes/prog-mode.el
lisp/progmodes/verilog-mode.el
lisp/subr.el
lisp/url/ChangeLog.1
lisp/vc/vc-rcs.el
src/ChangeLog.11
src/ChangeLog.12
src/ChangeLog.8
src/dbusbind.c
src/font.h
src/itree.c
src/xselect.c
src/xsettings.c
test/lisp/auth-source-pass-tests.el
test/lisp/cedet/srecode/fields-tests.el
test/lisp/net/dbus-tests.el
test/lisp/vc/vc-tests.el
test/src/comp-resources/comp-test-funcs.el
test/src/comp-tests.el
test/src/eval-tests.el

index 3ebe74e76b30aed5c731b5f71f2c44e39429c986..d27a14d42790fd3524e76bc359fc1c13ff18a77f 100644 (file)
 
 2021-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
 
-       Fix `describe-function' for autoloaded adviced functions
+       Fix `describe-function' for autoloaded advised functions
 
        * lisp/emacs-lisp/nadvice.el (advice--make-single-doc): Factor
        out.
        Fix prompting for large files when loading literally
 
        * lisp/files.el (find-file-noselect): Don't include "literally" in
-       the "large file" prompt if we're gonna load literally anyway
+       the "large file" prompt if we're going to load literally anyway
        (bug#49144).
 
 2021-06-21  Lars Ingebrigtsen  <larsi@gnus.org>
 
 2020-07-13  Andrea Corallo  <akrl@sdf.org>
 
-       Rework the backend to allocate arument arrays for call by references
+       Rework the backend to allocate argument arrays for call by references
 
        * src/comp.c (comp_t): Add 'zero' field.
        (emit_limple_call_ref): Allocate an array to host the parameters
        Simply return the directory selected by the user.
        (project-switch-project-find-file): Remove.
        (project-switch-project-dired): Rename to project-dired and make
-       it follow the convention of existing projec tcommands.
+       it follow the convention of existing project tcommands.
        (project-switch-project-eshell): Ditto.
        (project-switch-project): Instead of passing the project instance
        to the command, just bind default-directory.
        'lambda_gc_guard' 'lambda_c_name_idx_h' 'data_imp_relocs'
        'loaded_once' fields.
 
-       * src/comp.c (load_comp_unit): Use compilaiton unit 'loaded_once'
+       * src/comp.c (load_comp_unit): Use compilation unit 'loaded_once'
        field.
        (make_subr, Fcomp__register_lambda): New functions.
        (Fcomp__register_subr): Make use of 'make_subr'.
 
        compute dominator tree
 
-       ssa and endge number generation with generator
+       ssa and edge number generation with generator
 
        add edge computation
 
 
        * doc/misc/eshell.texi (Built-ins): Fix alias description
 
-       Dear eamcs developers, eshells current documentation first states
+       Dear emacs developers, eshell's current documentation first states
        that alias definitions are not saved to an alias file, later that
        they are saved to an alias file.  I tested it and the latter is
        correct.
        cl-loop: Calculate the array length just once
 
        * lisp/emacs-lisp/cl-macs.el (cl--parse-loop-clause):
-       Dont calculate the array length on each iteration (Bug#29866).
+       Don't calculate the array length on each iteration (Bug#29866).
 
 2018-01-07  Philipp Stephani  <phst@google.com>
 
        2e1b3522b8 Improve documentation of 'line-number-display-width'
        5b6e59cfdb Implement vc-default-dir-extra-headers for vc-rcs
        22adeca42a In NEWS give advice on use of `switch-to-buffer' (Bug#28645)
-       2c3e6f1ddc Dont update primary selection with winner-undo
+       2c3e6f1ddc Don't update primary selection with winner-undo
        b38724ab67 Work around ImageMagick bug 825
        20cc68e871 Document rectangle-preview option more (Bug#27974)
        a0b7b301dd Do not reject https://gnu.org in commit messages
 
        * doc/misc/eshell.texi (Built-ins): Fix alias description
 
-       Dear eamcs developers, eshells current documentation first states
+       Dear emacs developers, eshell's current documentation first states
        that alias definitions are not saved to an alias file, later that
        they are saved to an alias file.  I tested it and the latter is
        correct.
 2017-10-17  Tino Calancha  <tino.calancha@gmail.com>
            Noam Postavsky  <npostavs@gmail.com>
 
-       Dont update primary selection with winner-undo
+       Don't update primary selection with winner-undo
 
        * lisp/winner.el (winner-set):
-       Dont update primary selection when select-enable-primary
+       Don't update primary selection when select-enable-primary
        is non-nil (Bug#28631).
 
 2017-10-17  Paul Eggert  <eggert@cs.ucla.edu>
 
        Ignore mouse-movement for describe-key-briefly (Bug#12204)
 
-       * lisp/help.el (help-read-key-sequence): Add optional argument ot
+       * lisp/help.el (help-read-key-sequence): Add optional argument to
        ignore `mouse-movement' events.
        (describe-key-briefly): Use it.
        * doc/emacs/help.texi (Key Help):
        (tramp-adb-ls-toolbox-regexp):
        Ignore addition links column on Android 7.
        (tramp-adb-get-ls-command):
-       Dont use --color=none when using toybox (Android 7).  It's not
+       Don't use --color=none when using toybox (Android 7).  It's not
        possible to disable coloring explicitly for toybox ls.
 
 2017-05-27  Svante Carl v. Erichsen  <Svante.v.Erichsen@web.de>  (tiny change)
 
 2017-05-23  Paul Eggert  <eggert@cs.ucla.edu>
 
-       Don't warn about missing brances on macOS
+       Don't warn about missing branches on macOS
 
        On macOS, removing -Wmissing-braces is not enough; the warning has to
        be disabled explicitly.
index 22d5a3a1516299e0c23778015e3d7065c1e0145d..7e73f2e44aa60e224d5dc44314c57e80f8852b7b 100644 (file)
@@ -131,7 +131,7 @@ Names should be as they appear in loaddefs.el.")
 ;; Don't create a file `abbrev-file-name'.
 (setq save-abbrevs nil)
 
-;; Avoid compile logs from adviced functions.
+;; Avoid compile logs from advised functions.
 (eval-after-load "bytecomp"
   '(setq ad-default-compilation-action 'never))
 
index c3531ebd549d27611c588dc4b9377d65c3cfff54..7ba73d2921a4537da037ae828e242f638900222a 100644 (file)
@@ -126,7 +126,7 @@ variable
   : SET symbol insertable-string-list newline
     (VARIABLE-TAG $2 nil $3)
   | SET symbol number newline
-    ;; This so a common error w/ priority works.
+    ;; This so a common error with priority works.
     ;; Note that "number" still has a string value in the lexer.
     (VARIABLE-TAG $2 nil (list $3))
   | SHOW symbol newline
index 30d6a25a2878c1474b6564d33820cf28679dcd48..45d470cacde0dc09ef33837c0a7e61428416cb5f 100644 (file)
@@ -41,7 +41,7 @@
 ;;
 ;; will show you any references to `change-log-date-face' in the
 ;; *.el files in a new buffer (in Grep mode).  Hopefully you see
-;; only the obsolete declaration and can proceed w/ its removal.
+;; only the obsolete declaration and can proceed with its removal.
 ;; If not, please DTRT and refrain from the removal until those
 ;; references are properly transitioned.
 ;;
index 3d9a275c9d2690115bbe2aa38387d2921d90fab6..bee7242337d689d0ee30861bae4886c7a912c960 100644 (file)
@@ -73,7 +73,7 @@ the ones that are not reproducible on the current release.
          know if you are able to?  If I don't hear back in a few
          weeks, I'll just close this bug as unreproducible."
      [ ] Check that the priority is reasonable.  Most bugs should be
-         marked as normal, but crashers and security issues can be
+         marked as normal, but crashes and security issues can be
          marked as serious.
   3. Your changes will take some time to take effect.  After a period of minutes
      to hours, you will get a mail telling you the control message has been
index 7a26fe0e57a11a0dc0334d288ab75c0e17a459e9..0463d068c22629d27baf6255b971e0783d5c30e4 100644 (file)
@@ -2536,7 +2536,7 @@ Call this when a user finishes customizing @var{TARGET}.
 @end deffn
 
 @deffn Method project-edit-file-target :AFTER ot
-Edit the target @var{OT} associated w/ this file.
+Edit the target @var{OT} associated with this file.
 @end deffn
 
 @deffn Method ede-documentation :AFTER this
@@ -3563,7 +3563,7 @@ Run the current project in the debugger.
 @end deffn
 
 @deffn Method project-edit-file-target :AFTER obj
-Edit the target associated w/ this file.
+Edit the target associated with this file.
 @end deffn
 
 @node project-am-objectcode
index ae3ca0b64f3cad75788b8ed060fbddf963d1f2d2..6ad8c462cc37b50064b7e8846065f5729a778060 100644 (file)
@@ -16569,7 +16569,7 @@ identifying a reference in the bibliography.
 
 - Each key can be qualified by a /prefix/ (e.g.\nbsp{}"see ") and/or
   a /suffix/ (e.g.\nbsp{}"p.\nbsp{}123"), giving information useful or necessary
-  fo the comprehension of the citation but not included in the
+  for the comprehension of the citation but not included in the
   reference.
 
 - A single citation can cite more than one reference ; the keys are
index a0cbf7e33fb3d574ab797320b9c6244ba3f7b033..d7356fef58a75347ca7dc2995456acb3590f5b7c 100644 (file)
@@ -1595,7 +1595,7 @@ from a user perspective during basic interactive insertion via
 
 NOTES ON THIS CHAPTER:
 
-These conventions are being worked on.  Check w/ CEDET-DEVEL mailing
+These conventions are being worked on.  Check with CEDET-DEVEL mailing
 list if you want to support a language, or write an application and
 provide your opinions on this topic.  Any help is appreciated.
 
index dacbed20451d8c4d76200456b9e977ff2433c42d..0570f707959223a204323c90802ed62f2d7db769 100644 (file)
@@ -206,7 +206,7 @@ Release History
                                keys, fix border and box drawing, remove
                                glitches in modeline drawing, support
                                overstrike for unavailable bold fonts, fix XPM
-                               related crasher bugs.  Incremental font
+                               related crashes.  Incremental font
                                metrics caching and other performance
                                improvements.  Shared-lisp builds now possible.
 
index fe44d520cca766a9e437b295c13c2a4e28c82a8e..c9d73983b59b0e74a56dcf7deee22bbe2f1d9376 100644 (file)
@@ -39,7 +39,7 @@ Ansi-Color faces are included."
       (bluegreen "#009e73")
       (yellow "#f8ec59")
       (blue "#0072b2")
-      (vermillion "#d55e00")
+      (vermilion "#d55e00")
       (redpurple "#cc79a7")
       (bluegray "#848ea9"))
   (custom-theme-set-faces
@@ -51,9 +51,9 @@ Ansi-Color faces are included."
    `(highlight ((,class (:foreground ,blue :background "#e5e5e5"))))
    `(region ((,class (:foreground unspecified :background ,yellow))))
    `(secondary-selection ((,class (:background "#e5e5e5"))))
-   `(isearch ((,class (:foreground "white" :background ,vermillion))))
+   `(isearch ((,class (:foreground "white" :background ,vermilion))))
    `(lazy-highlight ((,class (:foreground "white" :background ,redpurple))))
-   `(trailing-whitespace ((,class (:background ,vermillion))))
+   `(trailing-whitespace ((,class (:background ,vermilion))))
    ;; Mode line faces
    `(mode-line ((,class (:box (:line-width -1 :style released-button)
                              :background "#e5e5e5" :foreground "black"))))
@@ -62,17 +62,17 @@ Ansi-Color faces are included."
                                       :foreground "black"))))
    ;; Escape and prompt faces
    `(minibuffer-prompt ((,class (:weight bold :foreground ,blue))))
-   `(escape-glyph ((,class (:foreground ,vermillion))))
-   `(homoglyph ((,class (:foreground ,vermillion))))
+   `(escape-glyph ((,class (:foreground ,vermilion))))
+   `(homoglyph ((,class (:foreground ,vermilion))))
    `(error ((,class (:weight bold :slant italic
-                            :foreground ,vermillion))))
+                            :foreground ,vermilion))))
    `(warning ((,class (:foreground ,orange))))
    `(success ((,class (:foreground ,bluegreen))))
    ;; Font lock faces
    `(font-lock-builtin-face ((,class (:foreground ,blue))))
    `(font-lock-comment-face ((,class (:slant italic :foreground ,bluegreen))))
-   `(font-lock-constant-face ((,class (:weight bold :foreground ,vermillion))))
-   `(font-lock-function-name-face ((,class (:foreground ,vermillion))))
+   `(font-lock-constant-face ((,class (:weight bold :foreground ,vermilion))))
+   `(font-lock-function-name-face ((,class (:foreground ,vermilion))))
    `(font-lock-keyword-face ((,class (:weight bold :foreground ,skyblue))))
    `(font-lock-string-face ((,class (:foreground ,bluegray))))
    `(font-lock-type-face ((,class (:weight bold :foreground ,blue))))
@@ -81,8 +81,8 @@ Ansi-Color faces are included."
    `(link ((,class (:underline t :foreground ,blue))))
    `(link-visited ((,class (:underline t :foreground ,redpurple))))
    ;; Gnus faces
-   `(gnus-group-news-1 ((,class (:weight bold :foreground ,vermillion))))
-   `(gnus-group-news-1-low ((,class (:foreground ,vermillion))))
+   `(gnus-group-news-1 ((,class (:weight bold :foreground ,vermilion))))
+   `(gnus-group-news-1-low ((,class (:foreground ,vermilion))))
    `(gnus-group-news-2 ((,class (:weight bold :foreground ,orange))))
    `(gnus-group-news-2-low ((,class (:foreground ,orange))))
    `(gnus-group-news-3 ((,class (:weight bold :foreground ,skyblue))))
@@ -92,8 +92,8 @@ Ansi-Color faces are included."
    `(gnus-group-news-5 ((,class (:weight bold :foreground ,blue))))
    `(gnus-group-news-5-low ((,class (:foreground ,blue))))
    `(gnus-group-news-low ((,class (:foreground ,bluegreen))))
-   `(gnus-group-mail-1 ((,class (:weight bold :foreground ,vermillion))))
-   `(gnus-group-mail-1-low ((,class (:foreground ,vermillion))))
+   `(gnus-group-mail-1 ((,class (:weight bold :foreground ,vermilion))))
+   `(gnus-group-mail-1-low ((,class (:foreground ,vermilion))))
    `(gnus-group-mail-2 ((,class (:weight bold :foreground ,orange))))
    `(gnus-group-mail-2-low ((,class (:foreground ,orange))))
    `(gnus-group-mail-3 ((,class (:weight bold :foreground ,skyblue))))
@@ -103,13 +103,13 @@ Ansi-Color faces are included."
    `(gnus-header-from ((,class (:weight bold :foreground ,blue))))
    `(gnus-header-subject ((,class (:foreground ,orange))))
    `(gnus-header-name ((,class (:foreground ,skyblue))))
-   `(gnus-header-newsgroups ((,class (:foreground ,vermillion))))
+   `(gnus-header-newsgroups ((,class (:foreground ,vermilion))))
    ;; Image-Dired
-   `(image-dired-thumb-flagged ((,class (:background ,vermillion))))
+   `(image-dired-thumb-flagged ((,class (:background ,vermilion))))
    `(image-dired-thumb-mark ((,class (:background ,orange))))
    ;; Message faces
    `(message-header-name ((,class (:foreground ,skyblue))))
-   `(message-header-cc ((,class (:foreground ,vermillion))))
+   `(message-header-cc ((,class (:foreground ,vermilion))))
    `(message-header-other ((,class (:foreground ,bluegreen))))
    `(message-header-subject ((,class (:foreground ,orange))))
    `(message-header-to ((,class (:weight bold :foreground ,blue))))
@@ -122,8 +122,8 @@ Ansi-Color faces are included."
                                  :slant unspecified :underline ,redpurple))))
    ;; ANSI color
    `(ansi-color-black ((,class (:background "black" :foreground "black"))))
-   `(ansi-color-red ((,class (:background ,vermillion
-                             :foreground ,vermillion))))
+   `(ansi-color-red ((,class (:background ,vermilion
+                             :foreground ,vermilion))))
    `(ansi-color-green ((,class (:background ,bluegreen
                                :foreground ,bluegreen))))
    `(ansi-color-yellow ((,class (:background ,yellow :foreground ,yellow))))
@@ -134,8 +134,8 @@ Ansi-Color faces are included."
    `(ansi-color-white ((,class (:background "gray90" :foreground "gray90"))))
    `(ansi-color-bright-black ((,class (:background "black"
                                       :foreground "black"))))
-   `(ansi-color-bright-red ((,class (:background ,vermillion
-                                    :foreground ,vermillion))))
+   `(ansi-color-bright-red ((,class (:background ,vermilion
+                                    :foreground ,vermilion))))
    `(ansi-color-bright-green ((,class (:background ,bluegreen
                                       :foreground ,bluegreen))))
    `(ansi-color-bright-yellow ((,class (:background ,yellow
index db27bd225dda1460b94d97da867a875072269545..0796965a9bac6657792e4417edfb7c624d0c3e9d 100644 (file)
        (cperl-next-interpolated-REx-1): Likewise.
        "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
        Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
-       (cperl-praise): Mention finded interpolated RExen.
+       (cperl-praise): Mention finding interpolated RExen.
 
        After 5.19:
        (cperl-init-faces): Highlight %$foo, @$foo too.
index 9aa4caedfe5fb853ca2261e5c06c31b63deaea50..8a21c291e72e8847547256b544706ab8c0f6e4a2 100644 (file)
 
 2009-06-28  Juri Linkov  <juri@jurta.org>
 
-       * help-fns.el (describe-function-1): Correctly locate adviced
+       * help-fns.el (describe-function-1): Correctly locate advised
        functions in hyperlink (Bug#2438).
 
 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
index 85f8cdd7b0a2452573454a3c9b0b0cde8d51b5db..7b57c014d2bb4f895033125fc52e1b7e0ec758b2 100644 (file)
 
 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
 
-       * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
+       * vc/vc.el (vc-revert, vc-rollback): Don't kill vc-diff buffer on
        revert (Bug#11488).
 
 2012-05-29  Juri Linkov  <juri@jurta.org>
index 7803fc7f0c39b87de106d69ea905fb3b5d730005..78275f4db3a6e8a0d8107427716630734cc1de40 100644 (file)
        (ede-proj-makefile-dependencies): Update pattern rule so that
        resulting parsers are also byte-compiled.
        (semantic-ede-grammar-compiler-bovine)
-       (semantic-ede-source-grammar-wisent): Remove .elc from gargage
+       (semantic-ede-source-grammar-wisent): Remove .elc from garbage
        pattern, since this is already covered by the elisp compiler.
        (project-compile-target): Add compatibility code for Emacs 23,
        which does not have `byte-recompile-file'.
index 1b424bc6d0ce5d2f36c5f87a7d0476a6e7a3c023..5aaa5b2687c79334ca368d25169ff15c6198811e 100644 (file)
@@ -35,7 +35,7 @@
 ;;    SOURCE always keep in the order of .c, .h, the other stuff.
 
 ;;; Things to do
-;; makefile-fill-paragraph -- refill a macro w/ backslashes
+;; makefile-fill-paragraph -- refill a macro with backslashes
 ;; makefile-insert-macro -- insert "foo = "
 
 
index 64f2651622262c5766611788b3e5708382142d8f..398e08a1a9df3e4af90bd70176676b9124ca5397 100644 (file)
@@ -43,7 +43,7 @@
 (autoload 'ede-proj-target-scheme "ede/proj-scheme"
   "Target class for a group of lisp files." nil nil)
 (autoload 'ede-proj-target-makefile-miscelaneous "ede/proj-misc"
-  "Target class for a group of miscellaneous w/ a special makefile." nil nil)
+  "Target class for a group of miscellaneous with a special makefile." nil nil)
 (autoload 'ede-proj-target-makefile-program "ede/proj-prog"
   "Target class for building a program." nil nil)
 (autoload 'ede-proj-target-makefile-archive "ede/proj-archive"
@@ -67,7 +67,7 @@
   "Target class for a group of lisp files.")
 (eieio-defclass-autoload 'ede-proj-target-makefile-miscelaneous '(ede-proj-target-makefile)
   "ede/proj-misc"
-  "Target class for a group of miscellaneous w/ a special makefile.")
+  "Target class for a group of miscellaneous with a special makefile.")
 (eieio-defclass-autoload 'ede-proj-target-makefile-program '(ede-proj-target-makefile-objectcode)
   "ede/proj-prog"
   "Target class for building a program.")
index de6936ad1a831de6372beacd5e44c09d922f7255..75fde2043cbda70f473729a92bd0f5234c515929 100644 (file)
@@ -195,7 +195,7 @@ other meta-variable based on this name.")
   "Add the current buffer into a project.
 _FILE is ignored.
 OT is the object target.  DIR is the directory to start in."
-  (let* ((target (if ede-object (error "Already associated w/ a target")
+  (let* ((target (if ede-object (error "Already associated with a target")
                   (let ((amf (project-am-load default-directory)))
                     (if (not amf) (error "No project file"))
                     (completing-read "Target: "
@@ -231,7 +231,7 @@ OT is the object target.  DIR is the directory to start in."
   (setq ede-object nil))
 
 (cl-defmethod project-edit-file-target ((obj project-am-target))
-  "Edit the target associated w/ this file."
+  "Edit the target associated with this file."
   (find-file (concat (oref obj path) "Makefile.am"))
   (goto-char (point-min))
   (makefile-move-to-macro (project-am-macro obj))
index 3166279de40b4a0a5b323407da70d41260e8a158..adb470562010f0126348447fd4ac55e14c1b3f32 100644 (file)
@@ -186,13 +186,13 @@ during a flush when the cache is given a new value of nil.")
   "State of the current parse tree.")
 
 (defmacro semantic-parse-tree-unparseable ()
-  "Indicate that the current buffer is unparseable.
+  "Indicate that the current buffer is unparsable.
 It is also true that the parse tree will need either updating or
 a rebuild.  This state will be changed when the user edits the buffer."
   '(setq semantic-parse-tree-state 'unparseable))
 
 (defmacro semantic-parse-tree-unparseable-p ()
-  "Return non-nil if the current buffer has been marked unparseable."
+  "Return non-nil if the current buffer has been marked unparsable."
   '(eq semantic-parse-tree-state 'unparseable))
 
 (defmacro semantic-parse-tree-set-needs-update ()
@@ -528,14 +528,14 @@ If the buffer cache is out of date, attempt an incremental reparse.
 If the buffer has not been parsed before, or if the incremental reparse
 fails, then parse the entire buffer.
 If a lexical error had been previously discovered and the buffer
-was marked unparseable, then do nothing, and return the cache."
+was marked unparsable, then do nothing, and return the cache."
   (and
    ;; Is this a semantic enabled buffer?
    (semantic-active-p)
    ;; Application hooks say the buffer is safe for parsing
    (run-hook-with-args-until-failure
     'semantic--before-fetch-tags-hook)
-   ;; If the buffer was previously marked unparseable,
+   ;; If the buffer was previously marked unparsable,
    ;; then don't waste our time.
    (not (semantic-parse-tree-unparseable-p))
    ;; The parse tree actually needs to be refreshed
@@ -606,7 +606,7 @@ Does nothing if the current buffer doesn't need reparsing."
   ;; do them here, then all the bovination hooks are not run, and
   ;; we save lots of time.
   (cond
-   ;; If the buffer was previously marked unparseable,
+   ;; If the buffer was previously marked unparsable,
    ;; then don't waste our time.
    ((semantic-parse-tree-unparseable-p)
     nil)
index af7da9cc6346c228b75c9aa6f9f141663e2e9614..ef372b5d8b2cde9e3f1736f7df9c62fe2cca6b18 100644 (file)
@@ -67,7 +67,7 @@ Return the string representing the compound name.")
   "For a SEQUENCE of tags, all with good names, pick the best one.
 If SEQUENCE is made up of namespaces, merge the namespaces together.
 If SEQUENCE has several prototypes, find the non-prototype.
-If SEQUENCE has some items w/ no type information, find the one with a type.
+If SEQUENCE has some items with no type information, find the one with a type.
 If SEQUENCE is all prototypes, or has no prototypes, get the first one.
 Optional TAGCLASS indicates to restrict the return to only
 tags of TAGCLASS."
index d4ce20589e604338e56005c75b65baa9a05d4842..5e08413a96d87dc2d5063efacaa9d71ae665525b 100644 (file)
@@ -1344,7 +1344,7 @@ Optional argument STAR and REF indicate the number of * and & in the typedef."
            :reentrant-flag (if (member "reentrant" (nth 6 tokenpart)) t)
            ;; A function post-const is funky.  Try stuff
            :methodconst-flag (if (member "const" (nth 6 tokenpart)) t)
-           ;; prototypes are functions w/ no body
+            ;; prototypes are functions with no body
            :prototype-flag (if (nth 8 tokenpart) t)
            ;; Pure virtual
            :pure-virtual-flag (if (eq (nth 8 tokenpart) :pure-virtual-flag) t)
@@ -2015,7 +2015,7 @@ have to be wrapped in that namespace."
            (setq txt (concat txt (format "%S" arg)))
            (setq sv (cdr sv)))
 
-         ;; This is optional, and potentially fraught w/ errors.
+          ;; This is optional, and potentially fraught with errors.
          (condition-case nil
              (dolist (lt sv)
                (setq txt (concat txt " " (semantic-lex-token-text lt))))
index dc270603a0cad8c8edb9cda89b475672ee2d836d..00fe081acb5977f878b232850285688e1052cd41 100644 (file)
@@ -667,7 +667,7 @@ Similar to `minibuffer-contents' when completing in the minibuffer."
                )
            (delete-overlay semantic-complete-inline-overlay)
            (setq semantic-complete-inline-overlay nil)
-           ;; DONT restore the window configuration if we just
+           ;; DON'T restore the window configuration if we just
            ;; switched windows!
            (when (eq buf (current-buffer))
              (set-window-configuration wc))
index f0e1d9f0294c61f6ca5201737c58c3eef46c9d0c..fa608c7c461f988341c2d60c8e717b98a6f63050 100644 (file)
@@ -275,7 +275,7 @@ For instance: /home/<username>/.semanticdb/!usr!include!BROWSE"
       (let ((ans nil)
            (efcn (symbol-function 'ebrowse-show-progress)))
         (fset 'ebrowse-show-progress (lambda (&rest _junk) nil))
-       (unwind-protect ;; Protect against errors w/ ebrowse
+        (unwind-protect ; Protect against errors with ebrowse
            (setq ans (list B (ebrowse-read)))
          ;; These items must always happen
          (erase-buffer)
index 3012af41c5521576869d31aa226599811fb602a7..e9d5aaa177701e61190a3823576bf29bcec64155 100644 (file)
@@ -1277,7 +1277,7 @@ associated with that tag should be loaded into a buffer."
 ;;; Specialty Search Routines
 (defun semanticdb-find-tags-external-children-of-type
   (type &optional path find-file-match)
-  "Search for all tags defined outside of TYPE w/ TYPE as a parent.
+  "Search for all tags defined outside of TYPE with TYPE as a parent.
 See `semanticdb-find-translate-path' for details on PATH.
 FIND-FILE-MATCH indicates that any time a match is found, the file
 associated with that tag should be loaded into a buffer."
index 144e2ce0187f390cccbe9f12e18e6004458c698f..fe510c371e3515abc4d12b9f63211ec74397e44a 100644 (file)
@@ -330,7 +330,7 @@ This mode provides a nice context menu on the include statements."
        )
       ))
 
-    ;; @TODO - if not a tag w/ a position, we need to get one.  How?
+    ;; @TODO - if not a tag with a position, we need to get one.  How?
 
     (when (semantic-tag-with-position-p tag)
       (let ((ol (semantic-decorate-tag tag
index 4efc283520f5a628525c3e998694672a48583601..d752ecdf38a291249e3d97a535124c479a6186ff 100644 (file)
@@ -40,7 +40,7 @@
 ;;    of themselves that can be edited w/out affecting the definition of
 ;;    that tag.
 ;;
-;; 2. Tags w/ positioned children could have a property of an
+;; 2. Tags with positioned children could have a property of an
 ;;    overlay marking the region in themselves that contain the
 ;;    children.  This could be used to better improve splicing near
 ;;    the beginning and end of the child lists.
index 2d6f26919d7f686b1a9d9a6c91b56382f3585274..e53dd9104adef135f0f0b890710e3de36a610e23 100644 (file)
@@ -396,7 +396,7 @@ Uses `semantic-idle-work-for-on-buffer' to do the work."
              (semanticdb-save-all-db-idle)
              )
 
-           ;; Done w/ processing
+            ;; Done with processing
            nil))))
 
     ;; Done
index 50d7c8adf14a0b40b748b53544e9201e48ee01b2..45964a1a17d6000f3b34755c66083ba38bdd097d 100644 (file)
@@ -577,7 +577,7 @@ such as `public' or `private'."
            (if (semantic-tag-file-name TAG)
                ;; If it has a filename, just go with it...
                (setq copyslots (cons TAG copyslots))
-             ;; Otherwise, copy the tag w/ the guessed filename.
+              ;; Otherwise, copy the tag with the guessed filename.
              (setq copyslots (cons (semantic-tag-copy TAG nil fname)
                                    copyslots)))
            )
index 013864f81c058c314edb4f1d314eda92d825a0be..1cb5d5b04a79635005f424c5d46fdefd65aba9e2 100644 (file)
@@ -51,7 +51,7 @@ Display the references in `semantic-symref-results-mode'."
   (let ((ct (semantic-current-tag)))
     ;; Must have a tag...
     (when (not ct) (error "Place cursor inside tag to be searched for"))
-    ;; Check w/ user.
+    ;; Check with user.
     (when (not (y-or-n-p (format "Find references for %s? "
                                  (semantic-tag-name ct))))
       (error "Quit"))
index 96d1de5a26c372c6ee9d8d1ad77b2f9de3bea4fd..bcded23aec6639837a9870eb777f07fcd3ca527e 100644 (file)
@@ -133,7 +133,7 @@ symbol whose value is such a string."
                                        semantic-minor-mode-alist))))
   (semantic-mode-line-update)
 
-  ;; Semantic minor modes don't work w/ Desktop restore.
+  ;; Semantic minor modes don't work with Desktop restore.
   ;; This line will disable this minor mode from being restored
   ;; by Desktop.
   (when (boundp 'desktop-minor-mode-handlers)
index a25d1441f1f875de67cd57011f6f3654ea1a8f42..c264ebaa70a296ac4e7a81a20d96bfc6faeef96d 100644 (file)
@@ -29,7 +29,8 @@
 ;;
 ;;; Origins:
 ;;
-;; Document was first written w/ cparse, a custom regexp based c parser.
+;; Document was first written with cparse, a custom regexp based c
+;; parser.
 ;;
 ;; Document was then ported to cedet/semantic using sformat (super
 ;; format) as the templating engine.
index 7d4539dcb42ef771a0b624c4be216377f40017e6..f218f1c6e9d68a9d338446ab7d9c16c419c5a127 100644 (file)
@@ -219,7 +219,7 @@ Return nil if nothing was extracted."
       ;; With a name, do the insertion.
       (let ((subdict (srecode-dictionary-add-section-dictionary
                      dict (oref ins object-name))))
-       (error "Need to implement include w/ name extractor")
+        (error "Need to implement include with name extractor")
        ;; Recurse into the new template while no errors.
        (while (condition-case nil
                   (progn
index ea7fda004e7daa8cd48e822d127aba6a99870976..c5ceb89d2dc90490293f62b8ad36082947bd67d3 100644 (file)
@@ -43,8 +43,8 @@
 \f
 ;;; The SEMANTIC TAG inserter
 ;;
-;; Put a tag into the dictionary that can be used w/ arbitrary
-;; lisp expressions.
+;; Put a tag into the dictionary that can be used with arbitrary
+;; Lisp expressions.
 
 (defclass srecode-semantic-tag (srecode-dictionary-compound-value)
   ((prime :initarg :prime
index 3f9bc28e0b088eace4b1963ba25c5613fc658886..3bddb93b64a16a33fd9206d32bf50d7897f74b5c 100644 (file)
@@ -2265,8 +2265,8 @@ buffer, otherwise stop after the first error."
             (unless (and sym (or (boundp sym) (fboundp sym)))
               ;; Find out how we spell-check this word.
               (unless (or
-                       ;; All caps w/ option th, or s tacked on the end
-                       ;; for pluralization or number.
+                       ;; All caps with option th, or s tacked on the
+                       ;; end for pluralization or number.
                        (string-match "^[A-Z][A-Z]+\\(s\\|th\\)?$" word)
                        (looking-at "}") ; a keymap expression
                        )
index 9e2bd106cb3f8a8a5d874e381885b8ea5801754e..6dc47000fa55f3a3c1e91c8eb9dc84f85536b04f 100644 (file)
@@ -659,7 +659,7 @@ Optional argument BACKEND specifies the VC backend to use for cloning
 the package's repository; this is only possible if NAME-OR-URL is a URL,
 a string.  If BACKEND is omitted or nil, the function
 uses `package-vc-heuristic-alist' to guess the backend.
-Note that by default, a source package will be prioritised over a
+Note that by default, a source package will be prioritized over a
 regular package, but it will not remove a source package."
   (interactive
    (progn
index 89c24758cb8540af85565be8d08890a43de9d4d5..64231f365e254cda2c43bf92bc538cf06e6bd638 100644 (file)
        stay at your current version. It seems fairly stable though.
        That changed? erc-buffer-name handling was completely rewritten,
        and erc-buffer-list local variable handling removed.
-       Simplifies alot of code. Poke at it. read the diff. report bug/send patches!
+       Simplifies a lot of code.  Poke at it.  Read the diff.  Report
+       bug/send patches!
 
        * erc.el: * Added variable listing when /set is used without args
 
 2001-10-03  Mario Lang  <mlang@delysid.org>
 
        * erc.el:
-       * Removed alot of (progn ...) where they were not necessary
+       * Removed a lot of (progn ...) where they were not necessary
        * Changed some (if ...) without else part to (when ...)
        * Some (while ...) to use (dolist ...)
        * Fix for completion popup generating tracebacks.
index bb928fc5fb0a8bd32ba4b8f48ff53ac485a92b0f..950922ea7f8755322383ece213085e94f14791e1 100644 (file)
@@ -552,7 +552,7 @@ See the variable `eshell-kill-processes-on-exit'."
        (setq sigs (cdr sigs))))))
 
 (defun eshell-query-kill-processes ()
-  "Kill processes belonging to the current Eshell buffer, possibly w/ query."
+  "Kill processes belonging to the current Eshell buffer, possibly with query."
   (when (and eshell-kill-processes-on-exit
             eshell-process-list)
     (save-window-excursion
index e8291cfe6f7c0c9a0616ba5e73c7db18376cb628..ebd0adf2e2582af5f7fb9bcd8c71ec4080ac6a4d 100644 (file)
@@ -1446,7 +1446,7 @@ will be computed and used."
     (mml-insert-empty-tag 'part
                          'type type
                          ;; icicles redefines read-file-name and returns a
-                         ;; string w/ text properties :-/
+                          ;; string with text properties :-/
                          'filename (substring-no-properties file)
                          'disposition (or disposition "attachment")
                          'description description)
index eb6a071bf4adfbcb4347f97773a0d3a4a676da16..97d20cca1513051f8303bdfe6a0d59aa9dba7d18 100644 (file)
@@ -2766,7 +2766,7 @@ return that value."
   (cond
    ;; nil means do nothing
    ((eq nil feedmail-date-generator) nil)
-   ;; t is the same a using the function feedmail-default-date-generator, so let it and recurse
+   ;; t is the same as using the function feedmail-default-date-generator, so let it and recurse
    ((eq t feedmail-date-generator)
     (let ((feedmail-date-generator (feedmail-default-date-generator maybe-file)))
       (feedmail-fiddle-date maybe-file)))
@@ -2822,7 +2822,7 @@ probably not appropriate for you."
   (cond
    ;; nil means do nothing
    ((eq nil feedmail-message-id-generator) nil)
-   ;; t is the same a using the function feedmail-default-message-id-generator, so let it and recurse
+   ;; t is the same as using the function feedmail-default-message-id-generator, so let it and recurse
    ((eq t feedmail-message-id-generator)
     (let ((feedmail-message-id-generator (feedmail-default-message-id-generator maybe-file)))
       (feedmail-fiddle-message-id maybe-file)))
@@ -2864,7 +2864,7 @@ probably not appropriate for you."
   (cond
    ;; nil means do nothing
    ((eq nil feedmail-x-mailer-line) nil)
-   ;; t is the same a using the function feedmail-default-x-mailer-generator, so let it and recurse
+   ;; t is the same as using the function feedmail-default-x-mailer-generator, so let it and recurse
    ((eq t feedmail-x-mailer-line)
     (let ((feedmail-x-mailer-line (feedmail-default-x-mailer-generator)))
       (feedmail-fiddle-x-mailer)))
index 54035b66981ea192ae972aa8c00625f04b0358a4..4863f3582c3755231df04f96d34e48b9a458a366 100644 (file)
@@ -43,9 +43,9 @@ string instead of decoding as utf-8."
 
 (defun rfc6068-parse-mailto-url (mailto-url)
   "Parse MAILTO-URL, and return an alist of header-name, header-value pairs.
-MAILTO-URL should be a RFC 6068 (mailto) compliant url.  A cons cell w/ a
+MAILTO-URL should be a RFC 6068 (mailto) compliant url.  A cons cell with a
 key of `Body' is a special case and is considered a header for this purpose.
-The returned alist is intended for use w/ the `compose-mail' interface.
+The returned alist is intended for use with the `compose-mail' interface.
 Note: make sure MAILTO-URL has been \"unhtmlized\" (e.g., &amp; -> &), before
 calling this function."
   (let ((case-fold-search t)
index e3372a6ff47dc2a2c8ada7948613e89483b7c96c..2421b283e6b0db4cea8e37269d240eccfff095c4 100644 (file)
@@ -2599,7 +2599,7 @@ is greater than zero; otherwise, show it in full."
   "Handle a \"Mail-Followup-To\" header field with an unknown mailing list.
 Ask the user whether to add that list name to `mail-mailing-lists'."
   ;; FIXME s-r not needed?  Use rmail-get-header?
-  ;; We have not narrowed to the headers at ths point?
+  ;; We have not narrowed to the headers at this point?
    (save-restriction
      (let ((mail-followup-to (mail-fetch-field "mail-followup-to" nil t)))
        (when mail-followup-to
index 98f46a3af550ca23e407efc97e88ef75bf2e5f16..558785de149e9b36c277252ec6c29891cb5a7da0 100644 (file)
@@ -1350,7 +1350,7 @@ buffer."
      nesting)))
 
 (defun sc-add-citation-level ()
-  "Add a citation level for nested citation style w/ coercion."
+  "Add a citation level for nested citation style with coercion."
   (let* ((nesting (sc-guess-nesting))
         (citation (make-string (1+ (length nesting))
                                (string-to-char sc-citation-delimiter)))
index 9dd247cc31e73d011f7fbc1ee787d59f92436241..3802362da096efb97c9c66a2ea3e41c90fdd5b27 100644 (file)
@@ -331,7 +331,7 @@ This regexp should not start with a `^' character.")
 ;; This used to have leading space [ \t]*, but was removed because it
 ;; causes false page splits on an occasional NAME with leading space
 ;; inside a manpage.  And `Man-heading-regexp' doesn't have [ \t]* anyway.
-(defvar Man-first-heading-regexp "^NAME$\\|^[ \t]*No manual entry fo.*$"
+(defvar Man-first-heading-regexp "^NAME$\\|^[ \t]*No manual entry for.*$"
   "Regular expression describing first heading on a manpage.
 This regular expression should start with a `^' character.")
 
index 6cc76db8df1efd4262bee73c8d06493c190a1ae8..1491a4645aa3bee9ecd077325267467fcf69d0d6 100644 (file)
        * org-element.el (org-element-paragraph-separate): Fix comments in
        paragraph separator regexp.  Optimize it.
 
-       * org-element.el: Update code commets.
+       * org-element.el: Update code comments.
 
        * org.el (org-mark-subtree): Fix bug when marking subtree with
        point on an inlinetask.  Refactor code.
 2010-07-19  Bernt Hansen  <bernt@norang.ca>
 
        * org.el (org-time-string-to-absolute): Ignore cyclic repeater
-       when displaying items on todays agenda date.
+       when displaying items on today's agenda date.
 
 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
 
index c2d7fc309d400a8b30f71a3dbf775b14e695e769..9555d21b00ae9e83cfd0250aecb624214ac010ca 100644 (file)
@@ -1238,7 +1238,7 @@ This docstring appeases checkdoc, that's all."
            :request-dispatcher (funcall spread #'eglot-handle-request)
            :on-shutdown #'eglot--on-shutdown
            initargs))
-         (cancelled nil)
+         (canceled nil)
          (tag (make-symbol "connected-catch-tag")))
     (when server-info
       (jsonrpc--debug server "Running language server: %s"
@@ -1277,7 +1277,7 @@ This docstring appeases checkdoc, that's all."
                             :workspaceFolders (eglot-workspace-folders server))
                       :success-fn
                       (eglot--lambda ((InitializeResult) capabilities serverInfo)
-                        (unless cancelled
+                        (unless canceled
                           (push server
                                 (gethash project eglot--servers-by-project))
                           (setf (eglot--capabilities server) capabilities)
@@ -1315,13 +1315,13 @@ in project `%s'."
                           (when tag (throw tag t))))
                       :timeout eglot-connect-timeout
                       :error-fn (eglot--lambda ((ResponseError) code message)
-                                  (unless cancelled
+                                  (unless canceled
                                     (jsonrpc-shutdown server)
                                     (let ((msg (format "%s: %s" code message)))
                                       (if tag (throw tag `(error . ,msg))
                                         (eglot--error msg)))))
                       :timeout-fn (lambda ()
-                                    (unless cancelled
+                                    (unless canceled
                                       (jsonrpc-shutdown server)
                                       (let ((msg (format "Timed out after %s seconds"
                                                          eglot-connect-timeout)))
@@ -1338,7 +1338,7 @@ in project `%s'."
                                       (jsonrpc-name server))
                       nil)
                 (_ server)))
-          (quit (jsonrpc-shutdown server) (setq cancelled 'quit)))
+          (quit (jsonrpc-shutdown server) (setq canceled 'quit)))
       (setq tag nil))))
 
 (defun eglot--inferior-bootstrap (name contact &optional connect-args)
index 00507a3c1af1962ba7ff3bab5b706328873d827e..655dd6a5d94eedd1f8c5bb7b04168d9e979050d7 100644 (file)
@@ -276,7 +276,7 @@ START, END and COMMENT-START are regular expressions.  A block is
 defined as text surrounded by START and END.
 
 As a special case, START may be a list of the form (COMPLEX-START
-MDATA-SELECTOR), where COMPLEX-START is a regexp w/ multiple parts and
+MDATA-SELECTOR), where COMPLEX-START is a regexp with multiple parts and
 MDATA-SELECTOR an integer that specifies which sub-match is the proper
 place to adjust point, before calling `hs-forward-sexp-func'.  Point
 is adjusted to the beginning of the specified match.  For example,
@@ -576,7 +576,7 @@ property of an overlay."
        (save-match-data (not (nth 8 (syntax-ppss))))))
 
 (defun hs-forward-sexp (match-data arg)
-  "Adjust point based on MATCH-DATA and call `hs-forward-sexp-func' w/ ARG.
+  "Adjust point based on MATCH-DATA and call `hs-forward-sexp-func' with ARG.
 Original match data is restored upon return."
   (save-match-data
     (set-match-data match-data)
index f87230bd2f57afca7acf42c4895977672b31fa00..58cb48f1829eadcbc2e7575e5c8489e2d2216afa 100644 (file)
@@ -155,7 +155,7 @@ which case it will be used to compose the new symbol as per the
 third argument of `compose-region'.")
 
 (defun prettify-symbols-default-compose-p (start end _match)
-  "Return non-nil iff the symbol MATCH should be composed.
+  "Return non-nil if the symbol MATCH should be composed.
 The symbol starts at position START and ends at position END.
 This is the default for `prettify-symbols-compose-predicate'
 which is suitable for most programming languages such as C or Lisp."
index 310a9be4f6ed643adec615364de1b715da003f2d..e5458e6a07f49e80e9493b81be47c05eeefc41aa 100644 (file)
@@ -7719,7 +7719,7 @@ nil otherwise."
                           (setq match t)
                           (setq elm nil))
                       (setq elm (cdr elm)))))
-                ;; If this is a test just for exact match, return nil ot t
+                ;; If this is a test just for exact match, return nil or t
                 (if (and (equal flag 'lambda) (not (equal match 't)))
                     nil
                   match))))
index a42b61d9b61ee2efc082e87776ad17dc2979c410..261ec512d891ffa140196f7745aa1322922b05ef 100644 (file)
@@ -2584,7 +2584,7 @@ Uses the `derived-mode-parent' property of the symbol to trace backwards."
 (defun major-mode-restore (&optional avoided-modes)
   "Restore major mode earlier suspended with `major-mode-suspend'.
 If there was no earlier suspended major mode, then fallback to `normal-mode',
-tho trying to avoid AVOIDED-MODES."
+though trying to avoid AVOIDED-MODES."
   (if major-mode--suspended
       (funcall (prog1 major-mode--suspended
                  (kill-local-variable 'major-mode--suspended)))
index 2f7813e64cdcf34cc84435eba4635e1efaaf5652..1b5ddc1e768624b7e4398796f397a7e242cf0372 100644 (file)
        * url.el, url-queue.el, url-parse.el, url-http.el, url-future.el:
        * url-dav.el, url-cookie.el: Use cl-lib.
        * url-util.el, url-privacy.el, url-nfs.el, url-misc.el, url-methods.el:
-       * url-gw.el, url-file.el, url-expand.el: Dont use CL.
+       * url-gw.el, url-file.el, url-expand.el: Don't use CL.
 
 2012-06-30  Glenn Morris  <rgm@gnu.org>
 
index a4345c7d7e22c5303e793646f3e3eded89bd5911..c41835e19f293181a839dc7d897505140f480fea 100644 (file)
@@ -1192,7 +1192,7 @@ variable `vc-rcs-release' is set to the returned value."
 (defun vc-rcs-parse (&optional buffer)
   "Parse current buffer, presumed to be in RCS-style masterfile format.
 Optional arg BUFFER specifies another buffer to parse.  Return an alist
-of two elements, w/ keys `headers' and `revisions' and values in turn
+of two elements, with keys `headers' and `revisions' and values in turn
 sub-alists.  For `headers', the values unless otherwise specified are
 strings and the keys are:
 
index 1ec09d0a81896825238a7506dfc486626cd958c1..a00ca453ca4b7cab6cde45ba5c42ec145ac97838 100644 (file)
 
        * cmds.c (nonundocount): New global variable.
        (keys_of_cmds): Initialize it.
-       (Fself_insert_command): Use it to combine upto 20 sequential chars
+       (Fself_insert_command): Use it to combine up to 20 sequential chars
        into a single undo entry, just like the Qself_insert_command code in
        keyboard.c does.
        Call frame_make_pointer_invisible, also like the Qself_insert_command
index cb373803a05aafed53278c566f0786dce2a30c94..7f77c0ca0775f40bd999078d6661a1f1b837bd7c 100644 (file)
        (coding_set_destination): Return how many bytes
        coding->destination was relocated.
        (CODING_DECODE_CHAR, CODING_ENCODE_CHAR, CODING_CHAR_CHARSET)
-       (CODING_CHAR_CHARSET_P): Adjust for the avove changes.
+       (CODING_CHAR_CHARSET_P): Adjust for the above changes.
 
 2011-12-05  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
 
index effdf8a7acf94fd17aa766e256755e2fb9c73aec..c0e3523c64845626dca6001d3c00c3dc564be740 100644 (file)
 
        * xdisp.c (resize_mini_window): Don't resize if
        Vmax_mini_window_height is nil.  Otherwise, use a default if
-       Vmax_mini_window_height is not ot a number.
+       Vmax_mini_window_height is not a number.
        (syms_of_xdisp): Extend documentation of Vmax_mini_window_height.
 
 1999-08-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
index 1c74180f15cb7d5b391afc88d7ce0b47d36c6836..440142757ec0a507a45b5d356696f479ef6d92f3 100644 (file)
@@ -422,7 +422,7 @@ xd_signature (char *signature, int dtype, int parent_type, Lisp_Object object)
     case DBUS_TYPE_STRING:
     case DBUS_TYPE_OBJECT_PATH:
     case DBUS_TYPE_SIGNATURE:
-      /* We dont check the syntax of signature.  This will be done by
+      /* We don't check the syntax of signature.  This will be done by
         libdbus.  */
       if (dtype == DBUS_TYPE_OBJECT_PATH)
        XD_DBUS_VALIDATE_PATH (object)
@@ -748,7 +748,7 @@ xd_append_arg (int dtype, Lisp_Object object, DBusMessageIter *iter)
       case DBUS_TYPE_STRING:
       case DBUS_TYPE_OBJECT_PATH:
       case DBUS_TYPE_SIGNATURE:
-       /* We dont check the syntax of signature.  This will be done
+       /* We don't check the syntax of signature.  This will be done
           by libdbus.  */
        if (dtype == DBUS_TYPE_OBJECT_PATH)
          XD_DBUS_VALIDATE_PATH (object)
index 3475189206fbb6ccb761b73966ac8ea14c746629..d36c45a53c438be9e56d2e3ac66e609f4f371d18 100644 (file)
@@ -220,13 +220,13 @@ enum font_property_index
 #define FONT_WIDTH_FOR_FACE(font)      \
   font_style_symbolic (font, FONT_WIDTH_INDEX, true)
 
-/* Return the numeric weight value corresponding ot the symbol NAME.  */
+/* Return the numeric weight value corresponding to the symbol NAME.  */
 #define FONT_WEIGHT_NAME_NUMERIC(name) \
   (font_style_to_value (FONT_WEIGHT_INDEX, (name), false) >> 8)
-/* Return the numeric slant value corresponding ot the symbol NAME.  */
+/* Return the numeric slant value corresponding to the symbol NAME.  */
 #define FONT_SLANT_NAME_NUMERIC(name)  \
   (font_style_to_value (FONT_SLANT_INDEX, (name), false) >> 8)
-/* Return the numeric width value corresponding ot the symbol NAME.  */
+/* Return the numeric width value corresponding to the symbol NAME.  */
 #define FONT_WIDTH_NAME_NUMERIC(name)  \
   (font_style_to_value (FONT_WIDTH_INDEX, (name), false) >> 8)
 
index abd060d6fb8974c96569fb5e6673d27edcb5248f..04fa9e827a2df005f49ab0af79c967fcec866afa 100644 (file)
@@ -1389,7 +1389,7 @@ itree_iterator_start (struct itree_iterator *iter,
   iter->end = end;
   iter->otick = tree->otick;
   iter->order = order;
-  /* Beware: the `node` field alwyas holds "the next" node to consider.
+  /* Beware: the `node` field always holds "the next" node to consider.
      so it's always "one node ahead" of what the iterator loop sees.
      In most respects this makes no difference, but we depend on this
      detail in `delete_all_overlays` where this allows us to modify
index 9480ac18c1f6d028d3be0009b0b226bb48b947c8..a381fa235224b36fd301f1f37d32740f56c64458 100644 (file)
@@ -967,7 +967,7 @@ x_handle_selection_request (struct selection_input_event *event)
    x_reply_selection_request.  If FOR_MULTIPLE, write out
    the data even if conversion fails, using conversion_fail_tag.
 
-   Return true iff successful.  */
+   Return true if successful.  */
 
 static bool
 x_convert_selection (Lisp_Object selection_symbol,
index f1ee84a1a022cfe593baa0456cc216016aaf2281..00b67539d41bef15ffc44d2d3a5fe542403fdce0 100644 (file)
@@ -766,7 +766,7 @@ parse_settings (unsigned char *prop,
 #ifndef HAVE_PGTK
 /* Read settings from the XSettings property window on display for DPYINFO.
    Store settings read in SETTINGS.
-   Return true iff successful.  */
+   Return true if successful.  */
 
 static bool
 read_settings (Display_Info *dpyinfo, struct xsettings *settings)
index 8bcb2739bb36882d72323df98ca2c7465f507e4d..6e6671efca574ba5569a0e0422643d489852e17d 100644 (file)
@@ -59,7 +59,7 @@
   "Contains a list of all messages passed to `auth-source-do-debug'.")
 
 (defun auth-source-pass--have-message-matching (regexp)
-  "Return non-nil iff at least one `auth-source-do-debug' match REGEXP."
+  "Return non-nil if at least one `auth-source-do-debug' match REGEXP."
   (seq-find (lambda (message)
               (string-match regexp message))
             auth-source-pass--debug-log))
@@ -109,7 +109,7 @@ ENTRY, HOSTNAME, USER and PORT are the same as in
 (put 'auth-source-pass-match-entry-p 'ert-explainer #'auth-source-pass--explain-match-entry-p)
 
 (defun auth-source-pass--includes-sorted-entries (entries hostname &optional user port)
-  "Return non-nil iff ENTRIES matching the parameters are found in store.
+  "Return non-nil if ENTRIES matching the parameters are found in store.
 ENTRIES should be sorted from most specific to least specific.
 
 HOSTNAME, USER and PORT are passed unchanged to
@@ -157,7 +157,7 @@ result is ordered the same way as the suffixes."
             (auth-source-pass--generate-entry-suffixes hostname user port))))
 
 (defun auth-source-pass-match-entry-p (entry hostname &optional user port)
-  "Return non-nil iff an ENTRY matching the parameters is found in store.
+  "Return non-nil if an ENTRY matching the parameters is found in store.
 
 HOSTNAME, USER and PORT are passed unchanged to
 `auth-source-pass--matching-entries'."
@@ -166,7 +166,7 @@ HOSTNAME, USER and PORT are passed unchanged to
    (auth-source-pass--matching-entries hostname user port)))
 
 (defun auth-source-pass-match-any-entry-p (hostname &optional user port)
-  "Return non-nil iff there is at least one entry matching the parameters.
+  "Return non-nil if there is at least one entry matching the parameters.
 
 HOSTNAME, USER and PORT are passed unchanged to
 `auth-source-pass--matching-entries'."
index 292ac4e3b5ecac41497f5b96ec3805272b201565..c9e0d4601b9bdc1c59ed6d1ecbeeb7f484d8bb58 100644 (file)
@@ -66,7 +66,7 @@ It is filled with some text."
 
       (when (and (overlayp (oref f overlay))
                 (not (overlay-get (oref f overlay) 'srecode-init-only)))
-       (error "Field creation overlay is not tagged w/ init flag"))
+        (error "Field creation overlay is not tagged with init flag"))
 
       (srecode-overlaid-activate f)
 
index 558799286f55dfed64ad78c1b6771b55d9916dfe..c808e6350eadcd8c02abfabb2727e5ba30d9e733 100644 (file)
     :session dbus--test-service
     '(:array (:dict-entry :string "string" :boolean t :boolean t)))
    :type 'wrong-type-argument)
-  ;; The first element ist not of a basic type.
+  ;; The first element is not of a basic type.
   (should-error
    (dbus-check-arguments
     :session dbus--test-service
index dc4d3af6999f48392648fff61874aef189c36ecf..13248a365097a831c2433cec8aa1fffcca31b5f2 100644 (file)
@@ -127,7 +127,7 @@ Don't set it globally, the functions should be let-bound.")
 
 (defun vc-test--create-repo-function (backend)
   "Run the `vc-create-repo' backend function.
-For backends which dont support it, it is emulated."
+For backends which don't support it, it is emulated."
 
   (cond
    ((eq backend 'CVS)
index 9092f040c8084f0597752d68ceca02b6e40af375..03925d4d2e87445d5f3162991a318bcd72cb6d11 100644 (file)
       (comp-tests-err-arith-f)
     (arith-error (concat "arith-error "
                          (error-message-string err)
-                         " catched"))
+                         " caught"))
     (error (concat "error "
                    (error-message-string err)
-                   " catched"))))
+                   " caught"))))
 (defun comp-tests-condition-case-1-f ()
   ;; Bpushhandler Bpophandler
   (condition-case
       (comp-tests-err-foo-f)
     (arith-error (concat "arith-error "
                          (error-message-string err)
-                         " catched"))
+                         " caught"))
     (error (concat "error "
                    (error-message-string err)
-                   " catched"))))
+                   " caught"))))
 (defun comp-tests-catch-f (f)
   (catch 'foo
     (funcall f)))
index 734b4a0d221a5b46ad6a3aefac31c99b2c746640..4e512098a3df33ee2c3d57a583e415a9bf1f75f8 100644 (file)
@@ -298,9 +298,9 @@ Check that the resulting binaries do not differ."
 (comp-deftest non-locals ()
   "Test non locals."
   (should (string= (comp-tests-condition-case-0-f)
-                   "arith-error Arithmetic error catched"))
+                   "arith-error Arithmetic error caught"))
   (should (string= (comp-tests-condition-case-1-f)
-                   "error Foo catched"))
+                   "error Foo caught"))
   (should (= (comp-tests-catch-f
               (lambda () (throw 'foo 3)))
              3))
index bb2f04e8ee13e165740671792d5e7f70075d47ca..0e12e4dbd8a2b5a0e829cac0377eae03642f790e 100644 (file)
@@ -222,7 +222,7 @@ expressions works for identifiers starting with period."
 
 (ert-deftest eval-tests/funcall-with-delayed-message ()
   ;; Check that `funcall-with-delayed-message' displays its message before
-  ;; its function terminates iff the timeout is short enough.
+  ;; its function terminates if the timeout is short enough.
 
   ;; This also serves as regression test for bug#55628 where a short
   ;; timeout was rounded up to the next whole second.