# HG changeset patch # User Kim F. Storm # Date 1081892790 0 # Node ID 99eea8becc4f3aaa13371c24168bdd1eae743c89 # Parent b51ae0b3fd1b4d584f655dd552aa8f144c14a7d3 (cua-read-only-cursor-color) (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix. diff -r b51ae0b3fd1b -r 99eea8becc4f lisp/emulation/cua-base.el --- a/lisp/emulation/cua-base.el Tue Apr 13 21:45:55 2004 +0000 +++ b/lisp/emulation/cua-base.el Tue Apr 13 21:46:30 2004 +0000 @@ -419,19 +419,22 @@ :group 'cua) (defcustom cua-read-only-cursor-color "darkgreen" - "*Cursor color used in read-only buffers, if non-nil." + "*Cursor color used in read-only buffers, if non-nil. +Only used when `cua-enable-cursor-indications' is non-nil." :type 'color :group 'cua) (defcustom cua-overwrite-cursor-color "yellow" "*Cursor color used when overwrite mode is set, if non-nil. -Also used to indicate that rectangle padding is in effect." +Also used to indicate that rectangle padding is in effect. +Only used when `cua-enable-cursor-indications' is non-nil." :type 'color :group 'cua) (defcustom cua-global-mark-cursor-color "cyan" "*Indication for active global mark. -Will change cursor color to specified color if string." +Will change cursor color to specified color if string. +Only used when `cua-enable-cursor-indications' is non-nil." :type 'color :group 'cua) @@ -850,7 +853,7 @@ With no prefix argument, clear mark if already set. Otherwise, set mark, and push old mark position on local mark ring; also push mark on -global mark ring if last mark was set in another buffer. +global mark ring if last mark was set in another buffer. With argument, jump to mark, and pop a new position for mark off the local mark ring \(this does not affect the global mark ring\).