mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 02:51:31 -08:00
Spelling fixes.
This commit is contained in:
parent
a24bf23e0f
commit
c80e3b4aed
121 changed files with 351 additions and 353 deletions
|
|
@ -370,7 +370,7 @@ It needs to be killed when we quit the session.")
|
|||
this-command)))
|
||||
|
||||
(defgroup ediff-highlighting nil
|
||||
"Hilighting of difference regions in Ediff."
|
||||
"Highlighting of difference regions in Ediff."
|
||||
:prefix "ediff-"
|
||||
:group 'ediff)
|
||||
|
||||
|
|
|
|||
|
|
@ -322,7 +322,7 @@ The argument is added (or not) to the list of FLAGS and is constructed
|
|||
by appending the branch to ARG which defaults to \"-r\".
|
||||
Since the `cvs-secondary-branch-prefix' is only active if the primary
|
||||
prefix is active, it is important to read the secondary prefix before
|
||||
the primay since reading the primary can deactivate it."
|
||||
the primary since reading the primary can deactivate it."
|
||||
(let ((branch (and (cvs-prefix-get 'cvs-branch-prefix 'read-only)
|
||||
(cvs-prefix-get 'cvs-secondary-branch-prefix))))
|
||||
(if branch (cons (concat (or arg "-r") branch) flags) flags)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue