mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(cua-read-only-cursor-color)
(cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
This commit is contained in:
parent
ed52731544
commit
3ffc8a8a0d
1 changed files with 7 additions and 4 deletions
|
|
@ -419,19 +419,22 @@ Default is to load cursor color from initial or default frame parameters."
|
|||
: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 @@ of text."
|
|||
|
||||
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\).
|
||||
|
|
|
|||
Loading…
Reference in a new issue