diff options
Diffstat (limited to 'lisp/vc')
-rw-r--r-- | lisp/vc/ediff-util.el | 2 | ||||
-rw-r--r-- | lisp/vc/pcvs-defs.el | 6 | ||||
-rw-r--r-- | lisp/vc/vc-hg.el | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/lisp/vc/ediff-util.el b/lisp/vc/ediff-util.el index 796027deadb..ee6631dc3a2 100644 --- a/lisp/vc/ediff-util.el +++ b/lisp/vc/ediff-util.el @@ -2207,7 +2207,7 @@ ARG is a prefix argument. If nil, copy the current difference region." "Restore ARGth diff from `ediff-killed-diffs-alist'. ARG is a prefix argument. If ARG is nil, restore the current-difference. If the second optional argument, a character, is given, use it to -determine the target buffer instead of (ediff-last-command-char)" +determine the target buffer instead of `ediff-last-command-char'." (interactive "P") (ediff-barf-if-not-control-buffer) (if (numberp arg) diff --git a/lisp/vc/pcvs-defs.el b/lisp/vc/pcvs-defs.el index 7065b8dfe79..8cac61a7d44 100644 --- a/lisp/vc/pcvs-defs.el +++ b/lisp/vc/pcvs-defs.el @@ -86,8 +86,8 @@ will select a shared-flag.") (defvar cvs-cvsroot nil "Specifies where the (current) cvs master repository is. Overrides the environment variable $CVSROOT by sending \" -d dir\" to -all CVS commands. This switch is useful if you have multiple CVS -repositories. It can be set interactively with \\[cvs-change-cvsroot.] +all CVS commands. This switch is useful if you have multiple CVS +repositories. It can be set interactively with \\[cvs-change-cvsroot.] There is no need to set this if $CVSROOT is set to a correct value.") (defcustom cvs-auto-remove-handled nil @@ -120,7 +120,7 @@ If `empty', only non-empty directories will be shown." "If non-nil, tagging can only be applied to directories. Tagging should generally be applied a directory at a time, but sometimes it is useful to be able to tag a single file. The normal way to do that is to use -`cvs-mode-force-command' so as to temporarily override the restrictions," +`cvs-mode-force-command' so as to temporarily override the restrictions." :group 'pcl-cvs :type '(boolean)) diff --git a/lisp/vc/vc-hg.el b/lisp/vc/vc-hg.el index c2a5a6f70c6..61d5ee1d3af 100644 --- a/lisp/vc/vc-hg.el +++ b/lisp/vc/vc-hg.el @@ -898,7 +898,7 @@ REPO must be the directory name of an hg repository." :file-sources (nreverse vc-hg--hgignore-filenames)))) (defun vc-hg--ignore-patterns-valid-p (hgip) - "Return whether the cached ignore patterns in HGIP are still valid" + "Return whether the cached ignore patterns in HGIP are still valid." (let ((valid t) (file-sources (vc-hg--ignore-patterns-file-sources hgip))) (while (and file-sources valid) |