emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/doc/lispref markers.texi


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/doc/lispref markers.texi
Date: Fri, 27 Mar 2009 14:42:36 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    09/03/27 14:42:36

Modified files:
        doc/lispref    : markers.texi 

Log message:
        (The Mark) <handle-shift-selection>: Update for removal of the optional
        argument DEACTIVATE.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/markers.texi?cvsroot=emacs&r1=1.9&r2=1.10

Patches:
Index: markers.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/markers.texi,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- markers.texi        8 Jan 2009 05:29:00 -0000       1.9
+++ markers.texi        27 Mar 2009 14:42:36 -0000      1.10
@@ -650,18 +650,19 @@
 @code{push-mark} discards an old mark when it adds a new one.
 @end defopt
 
address@hidden handle-shift-selection &optional deactivate
address@hidden handle-shift-selection
 This function checks whether the current command was invoked via shift
 translation (@pxref{Key Sequence Input, shift-translation}), and if
 so, sets the mark and temporarily activates the region, unless the
 region is already temporarily activated in this way.  If the command
-was invoked without shift translation, or if the optional argument
address@hidden is address@hidden, the function deactivates the mark.
+was invoked without shift translation and the region is temporarily
+active, or if the region was activated by the mouse, the function
+deactivates the mark.
+
 This function is called whenever a command with a @samp{^} character
 in its @code{interactive} spec (@pxref{Interactive Codes, ^}) is
 invoked while @code{shift-select-mode} (@pxref{Shift Selection,,,
 emacs, The GNU Emacs Manual}) is address@hidden
-
 @end defun
 
 @node The Region




reply via email to

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