]> code.delx.au - gnu-emacs/blobdiff - lisp/mouse-sel.el
Minor fixes for text of help-echo in some options.
[gnu-emacs] / lisp / mouse-sel.el
index d106dd06823d24ce60a6fc55cb79497a8e05d602..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.
@@ -254,7 +254,7 @@ primary selection and region."
         ;; Primary selection bindings.
 
         ;; Bind keys to `ignore' instead of unsetting them because
-        ;; modes my bind `down-mouse-1', for instance, without
+        ;; modes may bind `down-mouse-1', for instance, without
         ;; binding other `up-mouse-1' or `mouse-1'.  If we unset
         ;; `mouse-1', this leads to a bitch_at_user when the mouse
         ;; goes up because no matching binding is found for that.
@@ -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)