1
Fork 0
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:
Paul Eggert 2011-11-19 23:30:16 -08:00
parent 24901d610c
commit 40ba43b4b7
71 changed files with 632 additions and 632 deletions

View file

@ -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.

View file

@ -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:
;;

View file

@ -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)