Mercurial > emacs
changeset 31491:080006769824
Fix typo in a doc string of help-insert-xref-button.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 08 Sep 2000 09:37:34 +0000 |
parents | bf87935c8e3d |
children | 8284bbcb0d10 |
files | lisp/help.el |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/help.el Fri Sep 08 09:35:57 2000 +0000 +++ b/lisp/help.el Fri Sep 08 09:37:34 2000 +0000 @@ -1281,11 +1281,10 @@ 'face help-highlight-face)))) (defun help-insert-xref-button (string function data &optional help-echo) - "Insert STRING and make a hyperlink fro cross-reference text on it. + "Insert STRING and make a hyperlink from cross-reference text on it. FUNCTION is a function to invoke when the button is activated, applied -to DATA. DATA may be a single value or a list. See -`help-make-xrefs'. +to DATA. DATA may be a single value or a list. See `help-make-xrefs'. If optional arg HELP-ECHO is supplied, it is used as a help string." (let ((pos (point))) (insert string)