diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-09-08 09:39:05 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-09-08 09:39:05 +0000 |
commit | bb934822bbe82a1f270c9f78ad26fc6e728d44c4 (patch) | |
tree | f0e9e386bb1402071b3d4ac54c8eaa28ee83c8eb /lisp/help.el | |
parent | a8710abfaf9468e6d1ff5d2533eafca17b43718b (diff) | |
download | emacs-bb934822bbe82a1f270c9f78ad26fc6e728d44c4.tar.gz |
Fix typo in a doc string of help-insert-xref-button.
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/help.el b/lisp/help.el index 638ad6fa89e..469979d91d6 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -1281,11 +1281,10 @@ If optional arg HELP-ECHO is supplied, it is used as a help string." '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) |