emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105615: * lisp/vc/pcvs-defs.el (cvs-


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105615: * lisp/vc/pcvs-defs.el (cvs-find-file-and-jump): Typo in docstring.
Date: Tue, 30 Aug 2011 10:40:51 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105615
fixes bug(s): http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9369
author: Reuben Thomas <address@hidden>
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Tue 2011-08-30 10:40:51 -0400
message:
  * lisp/vc/pcvs-defs.el (cvs-find-file-and-jump): Typo in docstring.
modified:
  lisp/ChangeLog
  lisp/vc/pcvs-defs.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-08-29 20:22:44 +0000
+++ b/lisp/ChangeLog    2011-08-30 14:40:51 +0000
@@ -1,3 +1,7 @@
+2011-08-30  Reuben Thomas  <address@hidden>  (tiny change)
+
+       * vc/pcvs-defs.el (cvs-find-file-and-jump): Typo in docstring 
(bug#9369).
+
 2011-08-29  Juri Linkov  <address@hidden>
 
        * isearch.el (isearch-done): Don't display message "Mark saved"
@@ -134,8 +138,8 @@
 
 2011-08-24  Chong Yidong  <address@hidden>
 
-       * 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.

=== modified file 'lisp/vc/pcvs-defs.el'
--- a/lisp/vc/pcvs-defs.el      2011-01-26 08:36:39 +0000
+++ b/lisp/vc/pcvs-defs.el      2011-08-30 14:40:51 +0000
@@ -183,7 +183,7 @@
 
 (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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]