diff options
| -rw-r--r-- | lisp/word-help.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/word-help.el b/lisp/word-help.el index f535fd9073c..4a67dd81ddd 100644 --- a/lisp/word-help.el +++ b/lisp/word-help.el | |||
| @@ -455,7 +455,7 @@ adding more Texinfo files to the `word-help' system." | |||
| 455 | ;;; Changing help file | 455 | ;;; Changing help file |
| 456 | 456 | ||
| 457 | ;;;###autoload | 457 | ;;;###autoload |
| 458 | (defun set-help-file () | 458 | (defun set-word-help-file () |
| 459 | "Change which set of Texinfo files used for word-help. | 459 | "Change which set of Texinfo files used for word-help. |
| 460 | 460 | ||
| 461 | `word-help' maintains a list over which Texinfo files which are | 461 | `word-help' maintains a list over which Texinfo files which are |