emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r99519: * callint.c (Finteractive): D


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99519: * callint.c (Finteractive): Doc fix.
Date: Wed, 17 Feb 2010 22:35:21 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99519
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2010-02-17 22:35:21 -0800
message:
  * callint.c (Finteractive): Doc fix.
modified:
  src/ChangeLog
  src/callint.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-02-18 02:27:25 +0000
+++ b/src/ChangeLog     2010-02-18 06:35:21 +0000
@@ -1,3 +1,7 @@
+2010-02-18  Glenn Morris  <address@hidden>
+
+       * callint.c (Finteractive): Doc fix.
+
 2010-02-18  Kazuhiro Ito  <address@hidden>  (tiny change)
 
        * coding.c (record_conversion_result): Handle

=== modified file 'src/callint.c'
--- a/src/callint.c     2010-01-13 08:35:10 +0000
+++ b/src/callint.c     2010-02-18 06:35:21 +0000
@@ -127,7 +127,7 @@
  invoked the command for its first mouse click (or any other event
  which specifies a window).
 If the string begins with `^' and `shift-select-mode' is non-nil,
- Emacs first calls the function `handle-shift-select'.
+ Emacs first calls the function `handle-shift-selection'.
 You may use `@', `*', and `^' together.  They are processed in the
  order that they appear, before reading any arguments.
 usage: (interactive &optional ARGS)  */)


reply via email to

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