mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
Spelling fixes.
This commit is contained in:
parent
5b76caa476
commit
b0b199744d
13 changed files with 14 additions and 14 deletions
|
|
@ -22,7 +22,7 @@
|
|||
;;; Code:
|
||||
|
||||
(deftheme deeper-blue
|
||||
"Face colors using a deep blue backgound.")
|
||||
"Face colors using a deep blue background.")
|
||||
|
||||
(let ((class '((class color) (min-colors 89))))
|
||||
(custom-theme-set-faces
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
;;; Code:
|
||||
|
||||
(deftheme light-blue
|
||||
"Face colors utilizing a light blue backgound.")
|
||||
"Face colors utilizing a light blue background.")
|
||||
|
||||
(let ((class '((class color) (min-colors 89))))
|
||||
(custom-theme-set-faces
|
||||
|
|
|
|||
|
|
@ -4271,7 +4271,7 @@
|
|||
|
||||
1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
|
||||
|
||||
* makefile.nt: Do string comparision of _NMAKE_VER.
|
||||
* makefile.nt: Do string comparison of _NMAKE_VER.
|
||||
|
||||
1998-11-03 Theodore Jump <tjump@cais.com>
|
||||
|
||||
|
|
|
|||
|
|
@ -319,7 +319,7 @@ a key is a symbol, e.g., `a', `\\1', `f2', etc., or a list, e.g.,
|
|||
|
||||
;; Accepts as macro names: strings and vectors.
|
||||
;; strings must be strings of characters; vectors must be vectors of keys
|
||||
;; in canonic form. The canonic form is essentially the form used in XEmacs
|
||||
;; in canonical form, which is essentially the form used in XEmacs.
|
||||
;; More general definitions are inherited by more specific scopes:
|
||||
;; global->major mode->buffer. More specific definitions override more general
|
||||
(defun viper-record-kbd-macro (macro-name state macro-body &optional scope)
|
||||
|
|
|
|||
|
|
@ -2533,7 +2533,7 @@ If FORCE is non-nil, the .newsrc file is read."
|
|||
((or (eq symbol options-symbol)
|
||||
(eq symbol Options-symbol))
|
||||
(setq gnus-newsrc-options
|
||||
;; This concating is quite inefficient, but since our
|
||||
;; This concatting is quite inefficient, but since our
|
||||
;; thorough studies show that approx 99.37% of all
|
||||
;; .newsrc files only contain a single options line, we
|
||||
;; don't give a damn, frankly, my dear.
|
||||
|
|
|
|||
|
|
@ -5677,7 +5677,7 @@ Variables controlling indentation style and extra features:
|
|||
dcl-block-begin-regexp
|
||||
dcl-block-end-regexp
|
||||
Regexps that match command lines that begin and end, respectively,
|
||||
a block of commmand lines that will be given extra indentation.
|
||||
a block of command lines that will be given extra indentation.
|
||||
Command lines between THEN-ELSE-ENDIF are always indented; these variables
|
||||
make it possible to define other places to indent.
|
||||
Set to nil to disable this feature.
|
||||
|
|
|
|||
|
|
@ -150,7 +150,7 @@ association to the service from D-Bus."
|
|||
;; entry has the structure ((UNAME SERVICE PATH MEMBER [RULE]) ...).
|
||||
;; MEMBER is either a string (the handler), or a cons cell (a
|
||||
;; property value). UNAME and property values are not taken into
|
||||
;; account for comparision.
|
||||
;; account for comparison.
|
||||
|
||||
;; Loop over the registered functions.
|
||||
(dolist (elt entry)
|
||||
|
|
|
|||
|
|
@ -1357,7 +1357,7 @@ project file."
|
|||
(or executable-name
|
||||
(file-name-sans-extension (buffer-file-name))))))
|
||||
|
||||
;; For gvd, add an extra switch so that the Emacs window is completly
|
||||
;; For gvd, add an extra switch so that the Emacs window is completely
|
||||
;; swallowed inside the Gvd one
|
||||
(if (and ada-tight-gvd-integration
|
||||
(string-match "^[^ \t]*gvd" cmd))
|
||||
|
|
@ -1783,7 +1783,7 @@ Information is extracted from the ali file."
|
|||
)
|
||||
)
|
||||
|
||||
;; Last check to be completly sure we have found the correct line (the
|
||||
;; Last check to be completely sure we have found the correct line (the
|
||||
;; ali might not be up to date for instance)
|
||||
(if declaration-found
|
||||
(progn
|
||||
|
|
|
|||
|
|
@ -1278,7 +1278,7 @@ definition and conveniently use this command."
|
|||
((or (eq (char-before (line-end-position 1)) ?\\)
|
||||
(eq (char-before (line-end-position 0)) ?\\))
|
||||
;; A backslash region. Find beginning and end, remove
|
||||
;; backslashes, fill, and then reapply backslahes.
|
||||
;; backslashes, fill, and then reapply backslashes.
|
||||
(end-of-line)
|
||||
(let ((beginning
|
||||
(save-excursion
|
||||
|
|
|
|||
|
|
@ -1569,7 +1569,7 @@ For use with the `compilation-parse-errors-function' variable."
|
|||
limit t)
|
||||
(setq filepath (match-string 2)))
|
||||
|
||||
;; ###### Does this work with SICStus under Windows (i.e. backslahes and stuff?)
|
||||
;; ###### Does this work with SICStus under Windows (i.e. backslashes and stuff?)
|
||||
(if (string-match "\\(.*/\\)\\([^/]*\\)$" filepath)
|
||||
(progn
|
||||
(setq dir (match-string 1 filepath))
|
||||
|
|
|
|||
|
|
@ -182,7 +182,7 @@ LEFT and RIGHT are the elements to compare."
|
|||
(equal (car x) (car y)))
|
||||
(setq x (cdr x))
|
||||
(setq y (cdr y)))
|
||||
;; Try to make a comparision that is useful for presentation (this
|
||||
;; Try to make a comparison that is useful for presentation (this
|
||||
;; could be made nicer perhaps):
|
||||
(let ((cx (car x))
|
||||
(cy (car y)))
|
||||
|
|
|
|||
|
|
@ -1792,7 +1792,7 @@
|
|||
|
||||
1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
|
||||
|
||||
* makefile.nt: Do string comparision of _NMAKE_VER.
|
||||
* makefile.nt: Do string comparison of _NMAKE_VER.
|
||||
|
||||
1998-12-02 Geoff Voelker <voelker@cs.washington.edu>
|
||||
|
||||
|
|
|
|||
|
|
@ -12766,7 +12766,7 @@
|
|||
|
||||
1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
|
||||
|
||||
* makefile.nt: Do string comparision of _NMAKE_VER.
|
||||
* makefile.nt: Do string comparison of _NMAKE_VER.
|
||||
|
||||
1998-12-06 Eli Zaretskii <eliz@mescaline.gnu.org>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue