* lisp/vc/pcvs-defs.el (cvs-find-file-and-jump): Typo in docstring.
Fixes: debbugs:9369
This commit is contained in:
parent
393aa9d403
commit
5664fa7b04
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
|
||||
|
||||
* vc/pcvs-defs.el (cvs-find-file-and-jump): Typo in docstring (bug#9369).
|
||||
|
||||
2011-08-29 Juri Linkov <juri@jurta.org>
|
||||
|
||||
* isearch.el (isearch-done): Don't display message "Mark saved"
|
||||
|
@ -134,8 +138,8 @@
|
|||
|
||||
2011-08-24 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* 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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue