summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/eshell/esh-util.el6
-rw-r--r--lisp/filesets.el2
-rw-r--r--lisp/leim/quail/persian.el2
-rw-r--r--lisp/shell.el2
-rw-r--r--lisp/simple.el2
-rw-r--r--lisp/textmodes/table.el8
-rw-r--r--lisp/vc/diff-mode.el2
7 files changed, 12 insertions, 12 deletions
diff --git a/lisp/eshell/esh-util.el b/lisp/eshell/esh-util.el
index 163577f5d08..6abb2127e7b 100644
--- a/lisp/eshell/esh-util.el
+++ b/lisp/eshell/esh-util.el
@@ -200,7 +200,7 @@ doubling it up."
(defun eshell-convertible-to-number-p (string)
"Return non-nil if STRING can be converted to a number.
-If `eshell-convert-numeric-aguments', always return nil."
+If `eshell-convert-numeric-arguments', always return nil."
(and eshell-convert-numeric-arguments
(string-match
(concat "\\`\\s-*" eshell-number-regexp "\\s-*\\'")
@@ -209,7 +209,7 @@ If `eshell-convert-numeric-aguments', always return nil."
(defun eshell-convert-to-number (string)
"Try to convert STRING to a number.
If STRING doesn't look like a number (or
-`eshell-convert-numeric-aguments' is nil), just return STRING
+`eshell-convert-numeric-arguments' is nil), just return STRING
unchanged."
(if (eshell-convertible-to-number-p string)
(string-to-number string)
@@ -224,7 +224,7 @@ trailing newlines removed. Otherwise, this behaves as follows:
* Split multiline strings by line.
-* If `eshell-convert-numeric-aguments' is non-nil and every line
+* If `eshell-convert-numeric-arguments' is non-nil and every line
of output looks like a number, convert them to numbers."
(cond
((not (stringp string))
diff --git a/lisp/filesets.el b/lisp/filesets.el
index 0b97bd4c518..3f7e078abb0 100644
--- a/lisp/filesets.el
+++ b/lisp/filesets.el
@@ -1654,7 +1654,7 @@ Assume MODE (see `filesets-entry-mode'), if provided."
(cons entry (filesets-ingroup-cache-get entry))))
(:tree
;; Warning: ENTRY here could be of at least two
- ;; differente forms, either
+ ;; different forms, either
;; (NAME (:tree DIRECTORY PATTERN))
;; or
;; (DIRECTORY PATTERN)
diff --git a/lisp/leim/quail/persian.el b/lisp/leim/quail/persian.el
index de61481d7f1..676b3ab5c2e 100644
--- a/lisp/leim/quail/persian.el
+++ b/lisp/leim/quail/persian.el
@@ -500,7 +500,7 @@
;; RIGHT-TO-LEFT EMBEDDING (sets base dir to RTL but allows embedded text)
("&rle;" ?\u202B) ;; (ucs-insert #x202B) named: زیرمتنِ راست‌به‌چپ
;; POP DIRECTIONAL FORMATTING (used for RLE or LRE and RLO or LRO)
- ;; EMACS ANOMOLY --- Why does &pdf not show up in (describe-input-method 'farsi-transliterate-banan)
+ ;; EMACS ANOMALY --- Why does &pdf not show up in (describe-input-method 'farsi-transliterate-banan)
("&pdf;" ?\u202C) ;; (ucs-insert #x202C) named: پایانِ زیرمتن
("P" ?\u202C)
;; LEFT-TO-RIGHT OVERRIDE (overrides the bidirectional algorithm, display LTR)
diff --git a/lisp/shell.el b/lisp/shell.el
index ca86059f9de..373153f9b0c 100644
--- a/lisp/shell.el
+++ b/lisp/shell.el
@@ -37,7 +37,7 @@
;; the hooks available for customizing it, see the file comint.el.
;; For further information on shell mode, see the comments below.
-;; Needs fixin:
+;; Needs fixing:
;; When sending text from a source file to a subprocess, the process-mark can
;; move off the window, so you can lose sight of the process interactions.
;; Maybe I should ensure the process mark is in the window when I send
diff --git a/lisp/simple.el b/lisp/simple.el
index d91efb23363..452c2ab2a5b 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -4505,7 +4505,7 @@ a shell (with its need to quote arguments)."
(dired-get-filename nil t)))))
(and filename (file-relative-name filename))))
nil
- ;; FIXME: the following argument is always ignored by 'shell-commnd',
+ ;; FIXME: the following argument is always ignored by 'shell-command',
;; when the command is invoked asynchronously, except, perhaps, when
;; 'default-directory' is remote.
shell-command-default-error-buffer))
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el
index 973f589b204..2c0f918b0de 100644
--- a/lisp/textmodes/table.el
+++ b/lisp/textmodes/table.el
@@ -4134,7 +4134,7 @@ cache buffer into the designated cell in the table buffer."
(currentp (equal cell-coord current-cell-coordinate)))
(if currentp (table--goto-coordinate current-coordinate)
(table--goto-coordinate (car cell-coord)))
- (table-recognize-cell 'froce)
+ (table-recognize-cell 'force)
(let ((table-inhibit-update t))
(table-with-cache-buffer
(let ((sticky (and currentp
@@ -4147,7 +4147,7 @@ cache buffer into the designated cell in the table buffer."
(table--update-cell 'now)
))
(table--goto-coordinate current-coordinate)
- (table-recognize-cell 'froce)))))
+ (table-recognize-cell 'force)))))
(defun table--update-cell-heightened (&optional now)
"Update the contents of the cells that are affected by heightening operation."
@@ -4176,7 +4176,7 @@ cache buffer into the designated cell in the table buffer."
(currentp (equal cell-coord current-cell-coordinate)))
(if currentp (table--goto-coordinate current-coordinate)
(table--goto-coordinate (car cell-coord)))
- (table-recognize-cell 'froce)
+ (table-recognize-cell 'force)
(let ((table-inhibit-update t))
(table-with-cache-buffer
(let ((sticky (and currentp
@@ -4189,7 +4189,7 @@ cache buffer into the designated cell in the table buffer."
(table--update-cell 'now)
))
(table--goto-coordinate current-coordinate)
- (table-recognize-cell 'froce)))))
+ (table-recognize-cell 'force)))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el
index 4f150dc7f36..f93659be02d 100644
--- a/lisp/vc/diff-mode.el
+++ b/lisp/vc/diff-mode.el
@@ -2640,7 +2640,7 @@ fixed, visit it in a buffer."
(?- . (left-fringe diff-fringe-del diff-indicator-removed))
(?! . (left-fringe diff-fringe-rep diff-indicator-changed))
(?\s . (left-fringe diff-fringe-nul fringe)))))))))
- ;; Mimicks the output of Magit's diff.
+ ;; Mimics the output of Magit's diff.
;; FIXME: This has only been tested with Git's diff output.
;; FIXME: Add support for Git's "rename from/to"?
(while (re-search-forward "^diff " limit t)