emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp simple.el


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/lisp simple.el
Date: Sat, 21 Mar 2009 18:38:41 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    09/03/21 18:38:41

Modified files:
        lisp           : simple.el 

Log message:
        (handle-shift-selection): Fix last change.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/simple.el?cvsroot=emacs&r1=1.978&r2=1.979

Patches:
Index: simple.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/simple.el,v
retrieving revision 1.978
retrieving revision 1.979
diff -u -b -r1.978 -r1.979
--- simple.el   21 Mar 2009 18:29:25 -0000      1.978
+++ simple.el   21 Mar 2009 18:38:40 -0000      1.979
@@ -3747,8 +3747,7 @@
     nil))
 
 (defun handle-shift-selection (&optional deactivate)
-  "Activate or deactivate the mark depending on whether the
-current command was invoked through ``shift translation.''
+  "Activate/deactivate mark depending on invocation thru ``shift translation.''
 
 \(See `this-command-keys-shift-translated' for the meaning of
 shift translation.)




reply via email to

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