aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-09-08 09:39:05 +0000
committerEli Zaretskii2000-09-08 09:39:05 +0000
commitbb934822bbe82a1f270c9f78ad26fc6e728d44c4 (patch)
treef0e9e386bb1402071b3d4ac54c8eaa28ee83c8eb
parenta8710abfaf9468e6d1ff5d2533eafca17b43718b (diff)
downloademacs-bb934822bbe82a1f270c9f78ad26fc6e728d44c4.tar.gz
emacs-bb934822bbe82a1f270c9f78ad26fc6e728d44c4.zip
Fix typo in a doc string of help-insert-xref-button.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/help.el5
2 files changed, 6 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bf7fd1e650a..170fff01134 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * help.el (help-insert-xref-button): Fix a typo in doc string.
4
12000-09-07 Eli Zaretskii <eliz@is.elta.co.il> 52000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2 6
3 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix 7 * 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."
1281 'face help-highlight-face)))) 1281 'face help-highlight-face))))
1282 1282
1283(defun help-insert-xref-button (string function data &optional help-echo) 1283(defun help-insert-xref-button (string function data &optional help-echo)
1284 "Insert STRING and make a hyperlink fro cross-reference text on it. 1284 "Insert STRING and make a hyperlink from cross-reference text on it.
1285 1285
1286FUNCTION is a function to invoke when the button is activated, applied 1286FUNCTION is a function to invoke when the button is activated, applied
1287to DATA. DATA may be a single value or a list. See 1287to DATA. DATA may be a single value or a list. See `help-make-xrefs'.
1288`help-make-xrefs'.
1289If optional arg HELP-ECHO is supplied, it is used as a help string." 1288If optional arg HELP-ECHO is supplied, it is used as a help string."
1290 (let ((pos (point))) 1289 (let ((pos (point)))
1291 (insert string) 1290 (insert string)