From 5664fa7b04471a6d6d8ace7447e7b88377382ea1 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Tue, 30 Aug 2011 10:40:51 -0400 Subject: [PATCH] * lisp/vc/pcvs-defs.el (cvs-find-file-and-jump): Typo in docstring. Fixes: debbugs:9369 --- lisp/ChangeLog | 8 ++++++-- lisp/vc/pcvs-defs.el | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 15296e09b46..d9fe242e9b2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-08-30 Reuben Thomas (tiny change) + + * vc/pcvs-defs.el (cvs-find-file-and-jump): Typo in docstring (bug#9369). + 2011-08-29 Juri Linkov * isearch.el (isearch-done): Don't display message "Mark saved" @@ -134,8 +138,8 @@ 2011-08-24 Chong Yidong - * window.el (quit-window): Renamed from quit-restore-window. Use - same arglist as old quit-window. + * window.el (quit-window): Rename from quit-restore-window. + Use same arglist as old quit-window. (frame-auto-delete): Doc fix. * view.el (view-mode-exit): Use quit-window. 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 -- 2.11.4.GIT