emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc-hooks.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-hooks.el,v
Date: Fri, 02 May 2008 09:19:32 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/05/02 09:19:30

Index: vc-hooks.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc-hooks.el,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -b -r1.244 -r1.245
--- vc-hooks.el 2 May 2008 07:47:17 -0000       1.244
+++ vc-hooks.el 2 May 2008 09:19:29 -0000       1.245
@@ -288,7 +288,7 @@
   "A convenience macro for calling VC backend functions.
 Functions called by this macro must accept FILE as the first argument.
 ARGS specifies any additional arguments. FUN should be unquoted.
-BEWARE!! `file' is evaluated twice!!"
+BEWARE!! FILE is evaluated twice!!"
   `(vc-call-backend (vc-backend ,file) ',fun ,file ,@args))
 
 (defsubst vc-parse-buffer (pattern i)
@@ -531,8 +531,7 @@
   'unregistered      The file is not under version control.
 
 A return of nil from this function means we have no information on the
-status of this file.
-"
+status of this file."
   ;; Note: in Emacs 22 and older, return of nil meant the file was 
unregistered.
   ;; This is potentially a source of backward-compatibility bugs.
 
@@ -556,7 +555,7 @@
   (eq (vc-state file) 'up-to-date))
 
 (defun vc-default-state-heuristic (backend file)
-  "Default implementation of vc-state-heuristic.
+  "Default implementation of vc-BACKEND-state-heuristic.
 It simply calls the real state computation function `vc-BACKEND-state'
 and does not employ any heuristic at all."
    (vc-call-backend backend 'state file))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]