mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 01:41:01 -08:00
Spelling fixes.
This commit is contained in:
parent
24901d610c
commit
40ba43b4b7
71 changed files with 632 additions and 632 deletions
|
|
@ -2164,7 +2164,7 @@ all marked sessions must be active."
|
|||
;; If meta-buf doesn't exist, it is created. In that case, id doesn't have a
|
||||
;; parent meta-buf
|
||||
;; Check if META-BUF exists before calling this function
|
||||
;; Optional MUST-REDRAW, if non-nil, would force redrawal of the whole meta
|
||||
;; Optional MUST-REDRAW, if non-nil, would force redrawing of the whole meta
|
||||
;; buffer. Otherwise, it will just go over the buffer and update activity marks
|
||||
;; and session status.
|
||||
;; SESSION-NUMBER, if specified, says which session caused the update.
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@
|
|||
;;
|
||||
;; When the client mode adds a local vc-mode-line-hook to a buffer, it
|
||||
;; will be called with the buffer file name as argument whenever the
|
||||
;; dispatcher resynchs the buffer.
|
||||
;; dispatcher resyncs the buffer.
|
||||
|
||||
;; To do:
|
||||
;;
|
||||
|
|
|
|||
|
|
@ -2690,7 +2690,7 @@ log entries should be gathered."
|
|||
(substring rev 0 index))))
|
||||
|
||||
(defun vc-default-responsible-p (backend file)
|
||||
"Indicate whether BACKEND is reponsible for FILE.
|
||||
"Indicate whether BACKEND is responsible for FILE.
|
||||
The default is to return nil always."
|
||||
nil)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue