]> git.eshelyaron.com Git - emacs.git/commitdiff
Docstring fixes.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 21 Aug 2001 18:19:55 +0000 (18:19 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 21 Aug 2001 18:19:55 +0000 (18:19 +0000)
lisp/mouse-sel.el

index 3f8ba8154b2b193d6dd7356f96bc10ecf0c44ad3..e732fad03da59993f651ce471fb77218e288db71 100644 (file)
@@ -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)