Mercurial > emacs
changeset 31564:00efca34e7d0
Doc fixes.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 12 Sep 2000 13:00:30 +0000 |
parents | 96b9757bfd45 |
children | de4e73d77734 |
files | lisp/vc-hooks.el |
diffstat | 1 files changed, 12 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc-hooks.el Tue Sep 12 12:56:25 2000 +0000 +++ b/lisp/vc-hooks.el Tue Sep 12 13:00:30 2000 +0000 @@ -5,7 +5,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel <spiegel@gnu.org> -;; $Id: vc-hooks.el,v 1.1 2000/09/06 09:19:14 gerd Exp gerd $ +;; $Id: vc-hooks.el,v 1.118 2000/09/06 10:41:10 gerd Exp $ ;; This file is part of GNU Emacs. @@ -284,9 +284,9 @@ (symbol-name (vc-backend file))) (defun vc-name (file) - "Return the master name of FILE. If the file is not registered, or -the master name is not known, return nil." - ;; TODO: This should ultimately become obsolete, at least up here + "Return the master name of FILE. +If the file is not registered, or the master name is not known, return nil." + ;; TODO: This should ultimately become obsolete, at least up here ;; in vc-hooks. (or (vc-file-getprop file 'vc-name) (if (vc-backend file) @@ -323,7 +323,7 @@ (defun vc-state (file) "Return the version control state of FILE. -The value returned is one of: +The value returned is one of: 'up-to-date The working file is unmodified with respect to the latest version on the current branch, and not locked. @@ -359,9 +359,9 @@ (eq (vc-state file) 'up-to-date)) (defun vc-default-state-heuristic (backend file) - "Default implementation of vc-state-heuristic. It simply calls the -real state computation function `vc-BACKEND-state' and does not employ -any heuristic at all." + "Default implementation of vc-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)) (defun vc-workfile-version (file) @@ -420,7 +420,7 @@ (let ((dirname (or (file-name-directory file) "")) (basename (file-name-nondirectory file))) (catch 'found - (mapcar + (mapcar (lambda (s) (let ((trial (vc-possible-master s dirname basename))) (if (and trial (file-exists-p trial) @@ -455,7 +455,7 @@ (defun vc-after-save () "Function to be called by `basic-save-buffer' (in files.el)." - ;; If the file in the current buffer is under version control, + ;; If the file in the current buffer is under version control, ;; up-to-date, and locking is not used for the file, set ;; the state to 'edited and redisplay the mode line. (let ((file (buffer-file-name))) @@ -569,7 +569,7 @@ ;; it again. GUD does that, and repeated questions ;; are painful. (get-file-buffer - (abbreviate-file-name + (abbreviate-file-name (file-chase-links buffer-file-name)))) (vc-follow-link) @@ -596,7 +596,7 @@ ;; from a previous visit. (vc-file-clearprops buffer-file-name) (if (and (vc-backend buffer-file-name) - (yes-or-no-p + (yes-or-no-p (format "File %s was lost; check out from version control? " (file-name-nondirectory buffer-file-name)))) (save-excursion