]> code.delx.au - gnu-emacs/commitdiff
* lisp/vc/pcvs-defs.el (cvs-find-file-and-jump): Typo in docstring.
authorReuben Thomas <rrt@sc3d.org>
Tue, 30 Aug 2011 14:40:51 +0000 (10:40 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 30 Aug 2011 14:40:51 +0000 (10:40 -0400)
Fixes: debbugs:9369
lisp/ChangeLog
lisp/vc/pcvs-defs.el

index 15296e09b46bc990f467d9f05ebf2c2793ef8715..d9fe242e9b201b262e3b73deeacc71f85120b161 100644 (file)
@@ -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"
 
 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.
index 67f86dd364c4423f3059a71daeee03db562fe2b8..46b95130ca0a8dee236f98c69e4096c657dfabc4 100644 (file)
@@ -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