From: Eli Zaretskii Date: Fri, 8 Sep 2000 09:39:05 +0000 (+0000) Subject: Fix typo in a doc string of help-insert-xref-button. X-Git-Tag: emacs-pretest-21.0.90~1706 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bb934822bbe82a1f270c9f78ad26fc6e728d44c4;p=emacs.git Fix typo in a doc string of help-insert-xref-button. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bf7fd1e650a..170fff01134 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-09-08 Eli Zaretskii + + * help.el (help-insert-xref-button): Fix a typo in doc string. + 2000-09-07 Eli Zaretskii * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix 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)