diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/cedet/semantic/complete.el | 2 | ||||
-rw-r--r-- | lisp/gnus/gnus-sum.el | 2 | ||||
-rw-r--r-- | lisp/subr.el | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lisp/cedet/semantic/complete.el b/lisp/cedet/semantic/complete.el index 7adf9abfdcb..3249f64cc6f 100644 --- a/lisp/cedet/semantic/complete.el +++ b/lisp/cedet/semantic/complete.el @@ -1407,7 +1407,7 @@ This object type doesn't do focus, so will never have a focus object." () "Display options in *Completions* buffer. Traditional display mechanism for a list of possible completions. -Completions are showin in a new buffer and listed with the ability +Completions are shown in a new buffer and listed with the ability to click on the items to aid in completion.") (define-obsolete-function-alias 'semantic-displayor-show-request diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index d4895f3c5f8..a9caa83b15c 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el @@ -8958,7 +8958,7 @@ The difference between N and the number of articles fetched is returned." (widen)) (setq ref ;; It's not the current article, or we altered the header, - ;; so we use whats in the header vector. + ;; so we use what's in the header vector. (mail-header-references header))) (if (and ref (not (equal ref ""))) diff --git a/lisp/subr.el b/lisp/subr.el index e2e211369c9..e478c0e3349 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -5700,7 +5700,7 @@ Unless optional argument INPLACE is non-nil, return a new string." (if (multibyte-string-p string) (> (max fromchar tochar) 127) (> tochar 255))) - ;; Avoid quadratic behaviour from resizing replacement. + ;; Avoid quadratic behavior from resizing replacement. (let ((res (string-replace (string fromchar) (string tochar) string))) (unless (eq res string) ;; Mend properties broken by the replacement. |