diff options
author | Reuben Thomas <rrt@sc3d.org> | 2011-08-30 10:40:51 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2011-08-30 10:40:51 -0400 |
commit | 5664fa7b04471a6d6d8ace7447e7b88377382ea1 (patch) | |
tree | a2af8b24ae3d83c1cdfef5dbed3c4dd1b83e288a /lisp/vc/pcvs-defs.el | |
parent | 393aa9d403dda96b2fa061311cc76bbad40489cf (diff) | |
download | emacs-5664fa7b04471a6d6d8ace7447e7b88377382ea1.tar.gz |
* lisp/vc/pcvs-defs.el (cvs-find-file-and-jump): Typo in docstring.
Fixes: debbugs:9369
Diffstat (limited to 'lisp/vc/pcvs-defs.el')
-rw-r--r-- | lisp/vc/pcvs-defs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/pcvs-defs.el b/lisp/vc/pcvs-defs.el index 67f86dd364c..46b95130ca0 100644 --- a/lisp/vc/pcvs-defs.el +++ b/lisp/vc/pcvs-defs.el @@ -183,7 +183,7 @@ If set to nil, `cvs-mode-add' will always prompt for a message." (defcustom cvs-find-file-and-jump nil "Jump to the modified area when finding a file. -If non-nil, `cvs-mode-file-file' will place the cursor at the beginning of +If non-nil, `cvs-mode-find-file' will place the cursor at the beginning of the modified area. If the file is not locally modified, this will obviously have no effect." :group 'pcl-cvs |