From f7542b923c69000fa345b0a8b4e4bc79fd13ff80 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 21 Aug 2001 18:19:55 +0000 Subject: [PATCH] Docstring fixes. --- lisp/mouse-sel.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/mouse-sel.el b/lisp/mouse-sel.el index 3f8ba8154b2..e732fad03da 100644 --- a/lisp/mouse-sel.el +++ b/lisp/mouse-sel.el @@ -209,7 +209,7 @@ mouse-sel sets the variables interprogram-cut-function and 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 @@ primary selection and region." (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) -- 2.39.5