Mercurial > emacs
changeset 38897:f9cec1b1d7ba
Docstring fixes.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 21 Aug 2001 18:19:55 +0000 |
parents | 78ef10b1243c |
children | 29a1feb5e1fe |
files | lisp/mouse-sel.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mouse-sel.el Tue Aug 21 17:11:41 2001 +0000 +++ b/lisp/mouse-sel.el Tue Aug 21 18:19:55 2001 +0000 @@ -209,7 +209,7 @@ interprogram-paste-function to nil. - Clicking mouse-2 inserts the contents of the primary selection at -the mouse position (or point, if mouse-yank-at-point is non-nil). +the mouse position (or point, if `mouse-yank-at-point' is non-nil). - Pressing mouse-2 while selecting or extending copies selection to the kill ring. Pressing mouse-1 or mouse-3 kills it. @@ -302,8 +302,8 @@ (defconst mouse-sel-selection-alist '((PRIMARY mouse-drag-overlay mouse-sel-primary-thing) (SECONDARY mouse-secondary-overlay mouse-sel-secondary-thing)) - "Alist associating selections with variables. Each element is of -the form: + "Alist associating selections with variables. +Each element is of the form: (SELECTION-NAME OVERLAY-SYMBOL SELECTION-THING-SYMBOL)