diff options
author | Christopher Zaborsky <rogue@erratum.com> | 1992-11-03 22:47:23 +0000 |
---|---|---|
committer | Christopher Zaborsky <rogue@erratum.com> | 1992-11-03 22:47:23 +0000 |
commit | d42ab64514cd8035831818fe4d2741538b4c5346 (patch) | |
tree | f8ab85ad9523e19782a379ac10f5ab265e9d4c5e /lisp/term | |
parent | 7be7f520ec463146251fbac0f04a3ad73b78de0d (diff) | |
download | emacs-d42ab64514cd8035831818fe4d2741538b4c5346.tar.gz |
Doc fix.
Diffstat (limited to 'lisp/term')
-rw-r--r-- | lisp/term/sun-mouse.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/term/sun-mouse.el b/lisp/term/sun-mouse.el index a6227ea3249..0ed1c3360a8 100644 --- a/lisp/term/sun-mouse.el +++ b/lisp/term/sun-mouse.el @@ -642,8 +642,8 @@ CODE values: 13 = Tool-Position, 14 = Size-in-Pixels, 18 = Size-in-Chars." ;;; primative functions are defined in sunfns.c ;;; (defun sun-yank-selection () - "Set mark and yank the contents of the current sunwindows selection -into the current buffer at point." + "Set mark and yank the contents of the current sunwindows selection. +Insert contents into the current buffer at point." (interactive "*") (set-mark-command nil) (insert-string (sun-get-selection))) @@ -658,7 +658,8 @@ into the current buffer at point." ;;; This closes the window instead of stopping emacs. ;;; (defun suspend-emacstool (&optional stuffstring) - "If running under as a detached process emacstool, + "Suspend emacstool. +If running under as a detached process emacstool, you don't want to suspend (there is no way to resume), just close the window, and wait for reopening." (interactive) |