Spelling fixes.
This commit is contained in:
parent
b6d6d60706
commit
a87ef89906
11 changed files with 18 additions and 18 deletions
|
@ -2483,7 +2483,7 @@ Create the make rule needed to create an archive for @var{THIS}.
|
|||
|
||||
@deffn Method ede-proj-makefile-insert-source-variables :PRIMARY this
|
||||
Insert bin_PROGRAMS variables needed by target @var{THIS}.
|
||||
We aren't acutally inserting SOURCE details, but this is used by the
|
||||
We aren't actually inserting SOURCE details, but this is used by the
|
||||
Makefile.am generator, so use it to add this important bin program.
|
||||
@end deffn
|
||||
|
||||
|
@ -2624,7 +2624,7 @@ Return the name of the main target for @var{THIS} target.
|
|||
|
||||
@deffn Method ede-proj-makefile-insert-automake-pre-variables :AFTER this
|
||||
Insert bin_PROGRAMS variables needed by target @var{THIS}.
|
||||
We aren't acutally inserting SOURCE details, but this is used by the
|
||||
We aren't actually inserting SOURCE details, but this is used by the
|
||||
Makefile.am generator, so use it to add this important bin program.
|
||||
@end deffn
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
;;; Commentary:
|
||||
;;
|
||||
;; This file contains a collection of input methods for
|
||||
;; Persian languages (Farsi, Urdu, Pashto/Afghanic, ...)
|
||||
;; Persian languages - Farsi, Urdu, Pashto (Afghani), ...
|
||||
;;
|
||||
;; At this time, the following input methods are specified:
|
||||
;;
|
||||
|
|
|
@ -335,7 +335,7 @@ NOTE: Not yet in use! This is part of an SRecode conversion of
|
|||
;
|
||||
; (oref this variables))
|
||||
;
|
||||
; ;; Add in all variables from the configuration not allready covered.
|
||||
; ;; Add in all variables from the configuration not already covered.
|
||||
; (mapc (lambda (c)
|
||||
;
|
||||
; (if (member (car c) conf-done)
|
||||
|
@ -372,7 +372,7 @@ NOTE: Not yet in use! This is part of an SRecode conversion of
|
|||
(setq conf-done (cons (car c) conf-done))))
|
||||
(insert (cdr c) "\n"))
|
||||
(oref this variables))
|
||||
;; Add in all variables from the configuration not allready covered.
|
||||
;; Add in all variables from the configuration not already covered.
|
||||
(mapc (lambda (c)
|
||||
(if (member (car c) conf-done)
|
||||
nil
|
||||
|
@ -430,7 +430,7 @@ sources variable."
|
|||
this (oref proj configuration-default)))
|
||||
(conf-done nil)
|
||||
)
|
||||
;; Add in all variables from the configuration not allready covered.
|
||||
;; Add in all variables from the configuration not already covered.
|
||||
(mapc (lambda (c)
|
||||
(if (member (car c) conf-done)
|
||||
nil
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
(defmethod ede-proj-makefile-insert-source-variables :BEFORE
|
||||
((this ede-proj-target-makefile-archive) &optional moresource)
|
||||
"Insert bin_PROGRAMS variables needed by target THIS.
|
||||
We aren't acutally inserting SOURCE details, but this is used by the
|
||||
We aren't actually inserting SOURCE details, but this is used by the
|
||||
Makefile.am generator, so use it to add this important bin program."
|
||||
(ede-pmake-insert-variable-shared
|
||||
(concat "lib" (ede-name this) "_a_LIBRARIES")
|
||||
|
|
|
@ -181,7 +181,7 @@ Results in --add-missing being passed to automake."
|
|||
(defmethod ede-proj-makefile-insert-automake-pre-variables
|
||||
((this ede-proj-target-makefile-shared-object))
|
||||
"Insert bin_PROGRAMS variables needed by target THIS.
|
||||
We aren't acutally inserting SOURCE details, but this is used by the
|
||||
We aren't actually inserting SOURCE details, but this is used by the
|
||||
Makefile.am generator, so use it to add this important bin program."
|
||||
(ede-pmake-insert-variable-shared "lib_LTLIBRARIES"
|
||||
(insert (concat "lib" (ede-name this) ".la"))))
|
||||
|
|
|
@ -308,7 +308,7 @@
|
|||
;; ifindf package back into iswitchb.
|
||||
;;
|
||||
;; This is basically what ido (interactively do) is all about; but I
|
||||
;; found it ackward to merge my changes into the "iswitchb-" namespace,
|
||||
;; found it awkward to merge my changes into the "iswitchb-" namespace,
|
||||
;; so I invented a common "ido-" namespace for the merged packages.
|
||||
;;
|
||||
;; This version is based on ido.el version 1.57 released on
|
||||
|
|
|
@ -3608,7 +3608,7 @@ REG := r0 | r1 | r2 | r3 | r4 | r5 | r6 | r7
|
|||
ARG := REG | integer
|
||||
|
||||
OPERATOR :=
|
||||
;; Normal arithmethic operators (same meaning as C code).
|
||||
;; Normal arithmetic operators (same meaning as C code).
|
||||
+ | - | * | / | %
|
||||
|
||||
;; Bitwise operators (same meaning as C code)
|
||||
|
|
|
@ -156,7 +156,7 @@ documentation of `unload-feature' for details.")
|
|||
(dolist (buffer (buffer-list))
|
||||
(set-buffer buffer)
|
||||
(let ((proposed major-mode))
|
||||
;; Look for an antecessor mode not defined in the feature we're processing
|
||||
;; Look for a predecessor mode not defined in the feature we're processing
|
||||
(while (and proposed (rassq proposed unload-function-defs-list))
|
||||
(setq proposed (get proposed 'derived-mode-parent)))
|
||||
(unless (eq proposed major-mode)
|
||||
|
|
|
@ -3260,7 +3260,7 @@ See documentation for `ebnf-terminal-shape', `ebnf-non-terminal-shape' and
|
|||
|
||||
% --- Corners
|
||||
|
||||
%>corner Right Descendent: height arrow corner_RD
|
||||
%>corner Right Descendant: height arrow corner_RD
|
||||
% _ | arrow
|
||||
% / height > 0 | 0 - none
|
||||
% | | 1 - right
|
||||
|
@ -3299,7 +3299,7 @@ See documentation for `ebnf-terminal-shape', `ebnf-non-terminal-shape' and
|
|||
Gstroke
|
||||
}def
|
||||
|
||||
%>corner Right Ascendent: height arrow corner_RA
|
||||
%>corner Right Ascendant: height arrow corner_RA
|
||||
% | arrow
|
||||
% | height > 0 | 0 - none
|
||||
% / | 1 - right
|
||||
|
@ -3338,7 +3338,7 @@ See documentation for `ebnf-terminal-shape', `ebnf-non-terminal-shape' and
|
|||
Gstroke
|
||||
}def
|
||||
|
||||
%>corner Left Descendent: height arrow corner_LD
|
||||
%>corner Left Descendant: height arrow corner_LD
|
||||
% _ | arrow
|
||||
% \\ height > 0 | 0 - none
|
||||
% | | 1 - right
|
||||
|
@ -3377,7 +3377,7 @@ See documentation for `ebnf-terminal-shape', `ebnf-non-terminal-shape' and
|
|||
Gstroke
|
||||
}def
|
||||
|
||||
%>corner Left Ascendent: height arrow corner_LA
|
||||
%>corner Left Ascendant: height arrow corner_LA
|
||||
% | arrow
|
||||
% | height > 0 | 0 - none
|
||||
% \\ | 1 - right
|
||||
|
|
|
@ -427,7 +427,7 @@ Key bindings:
|
|||
"icompare" "insert" "inst_get_at_least" "inst_get_auto_bin_max"
|
||||
"inst_get_collect" "inst_get_cov_weight" "inst_get_coverage_goal"
|
||||
"inst_getcross_bin_max" "inst_query" "inst_set_at_least"
|
||||
"inst_set_auto_bin_max" "inst_set_bin_activiation" "inst_set_collect"
|
||||
"inst_set_auto_bin_max" "inst_set_bin_activation" "inst_set_collect"
|
||||
"inst_set_cov_weight" "inst_set_coverage_goal" "inst_set_cross_bin_max"
|
||||
"itoa"
|
||||
"last" "last_index" "len" "load"
|
||||
|
@ -438,7 +438,7 @@ Key bindings:
|
|||
"push_front" "putc"
|
||||
"query" "query_str"
|
||||
"rand_mode" "randomize" "reserve" "reverse" "rsort"
|
||||
"search" "set_at_least" "set_auto_bin_max" "set_bin_activiation"
|
||||
"search" "set_at_least" "set_auto_bin_max" "set_bin_activation"
|
||||
"set_cov_weight" "set_coverage_goal" "set_cross_bin_max" "set_name" "size"
|
||||
"sort" "substr" "sum"
|
||||
"thismatch" "tolower" "toupper"
|
||||
|
|
|
@ -83,7 +83,7 @@ namespace template_partial_spec {
|
|||
};
|
||||
}
|
||||
|
||||
// Test 5 - Templates w/ full specicialization which may or may not share
|
||||
// Test 5 - Templates w/ full specialization which may or may not share
|
||||
// common functions.
|
||||
namespace template_full_spec {
|
||||
template <typename T> class test
|
||||
|
|
Loading…
Add table
Reference in a new issue