]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in a doc string of help-insert-xref-button.
authorEli Zaretskii <eliz@gnu.org>
Fri, 8 Sep 2000 09:39:05 +0000 (09:39 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 8 Sep 2000 09:39:05 +0000 (09:39 +0000)
lisp/ChangeLog
lisp/help.el

index bf7fd1e650a32f2d0c734c94b89ca150b5efae0a..170fff01134c3c64bac9c39bb7ab8918381f3791 100644 (file)
@@ -1,3 +1,7 @@
+2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * help.el (help-insert-xref-button): Fix a typo in doc string.
+
 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
index 638ad6fa89e9fb6e8d718924035980b674e1bd9f..469979d91d60b7b641f6507a8ee640102d8aadd5 100644 (file)
@@ -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)